|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.phenix.pct.PCT
com.phenix.pct.PCTBroker
public abstract class PCTBroker
Abstract class managing AdminServer tasks
| Field Summary | |
|---|---|
protected String |
action
|
protected static String |
CONMGR_PROPERTIES
|
protected static String |
CREATE
|
protected static String |
DELETE
|
protected String |
file
|
protected static String |
MERGE_CLASS
|
protected String |
name
|
protected static String |
UBROKER_PROPERTIES
|
protected String |
UID
|
protected static String |
UPDATE
|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
PCTBroker()
|
|
| Method Summary | |
|---|---|
abstract void |
execute()
This method has to be overridden |
void |
setAction(String action)
Action type to handle. |
void |
setFile(String file)
Properties file to update. |
void |
setName(String name)
Set broker name. |
void |
setUID(String uid)
Set unique identifier for broker. |
| Methods inherited from class com.phenix.pct.PCT |
|---|
addEnv, checkDlcHome, deleteDirectory, escapeString, extractPL, extractPL, getDlcBin, getDlcHome, getDLCMaintenanceVersion, getDLCMajorVersion, getDLCMinorVersion, getDLCPatchLevel, getDLCRevision, getEnvironment, getExecPath, getFullVersion, getIncludedPL, getJavaFileset, getJavaFileset, getProgressProcedures, getRCodeVersion, getReducedVersion, isSourceCodeUsed, nextRandomInt, setDlcBin, setDlcHome, setDlcJava, setIncludedPL |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String UPDATE
protected static final String CREATE
protected static final String DELETE
protected static final String UBROKER_PROPERTIES
protected static final String CONMGR_PROPERTIES
protected static final String MERGE_CLASS
protected String action
protected String name
protected String file
protected String UID
| Constructor Detail |
|---|
public PCTBroker()
| Method Detail |
|---|
public abstract void execute()
throws org.apache.tools.ant.BuildException
PCT
execute in class PCTorg.apache.tools.ant.BuildExceptionpublic void setAction(String action)
action - String - Must be create|update|deletepublic void setFile(String file)
file - Filepublic void setName(String name)
name - Stringpublic void setUID(String uid)
uid - String auto|none|uid
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||