|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cle.process.Process | +--oracle.cle.process.GenericProcess | +--oracle.clex.tools.processgenerator.process.CreateProcessConstants
This process get's a STRINGOFCONSTANTS as a parameter and creates/adds to a hashtable of CONSTANTS for the process being generated. The hashtable is keyed by the name PROCESSCONTANTS.
ProcessGeneratorConstants
, Serialized FormFields inherited from class oracle.cle.process.GenericProcess |
parent |
Fields inherited from class oracle.cle.process.Process |
condition, DEBUG, endState, FAILURE, name, processes, service, stateMachine, SUCCESS, TRANSITION_CONDITION_FAILURE, TRANSITION_CONDITION_SUCCESS |
Constructor Summary | |
CreateProcessConstants()
|
Method Summary | |
protected void |
registerInfo()
Registers the information from the info table that the process is interested in. |
void |
start()
Get the string parameter STRING_OF_CONSTANTS and use a StringTokenizer to separate out the string delimited by commas. |
Methods inherited from class oracle.cle.process.Process |
addCondition, addProcess, cloneProcess, debug, generateFailureCondition, generateSuccessCondition, getClassname, getCondition, getConditions, getIconName, getImageName, getName, getProcesses, getProcessNamed, getStateMachine, hashCode, isEndState, removeCondition, removeCondition, reportException, returnCondition, setCondition, setCondition, setEndState, setName, setService, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CreateProcessConstants()
Method Detail |
protected void registerInfo()
registerInfo
in class GenericProcess
public void start()
start
in class GenericProcess
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |