|
|||||||||
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.CheckProcessExistence
This process checks to see if processes defined in a vector as string either exist on a file system or in the source root defined. The process has one required parameter defined by constants in ProcessGeneratorConstants named PROCESSES. The result of the process is the setting of PROCESSES vector back into the info table with only the processes that are not found in the classpath or file system as defined by the fully qualified name of the class appended to the source root defined.
Field Summary | |
static java.lang.String |
JAVA_EXTENSION
|
Fields 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 | |
CheckProcessExistence()
|
Method Summary | |
protected void |
registerInfo()
Registers the information from the info table that the process is interested in. |
void |
start()
The method will check the for each of the Processes within the PROCESSES vector whether it is either found in the class path or in the Hashtable of GENERATED_PROCESSES. |
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 |
Field Detail |
public static final java.lang.String JAVA_EXTENSION
Constructor Detail |
public CheckProcessExistence()
Method Detail |
protected void registerInfo()
registerInfo
in class GenericProcess
ProcessGeneratorConstants
public void start()
start
in class GenericProcess
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |