|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rcCommand.rcCmd | +--rcCommand.rcCmdInfo
Comamnd to retrieve general info about the state of the partition and process stage objects from the server.
Fields inherited from class rcCommand.rcCmd |
bConnected,
bDebug,
itOrbRef,
refNameServer,
sNameServer,
sNameServerHost,
sPartitionId,
sPartitionNamePrefix,
sRunControlNamePrefix,
theObjmgr,
thePartition |
Constructor Summary | |
rcCmdInfo()
|
Method Summary | |
int |
execute()
|
java.lang.String |
execute(java.lang.String strOfWhat,
rcStringHolder shNames,
rcStringHolder shStates)
Executes the command. |
static void |
main(java.lang.String[] argv)
|
Methods inherited from class rcCommand.rcCmd |
createCmd,
createCmd,
createCmd,
getPartitionId,
isConnected,
isServerRunning,
printHelp,
selectPartition,
setDebug |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public rcCmdInfo()
Method Detail |
public int execute()
public java.lang.String execute(java.lang.String strOfWhat, rcStringHolder shNames, rcStringHolder shStates)
strOfWhat
- of whom the status is required. currently only "partition".shNames
- a holder of an array of strings with the process stage names.shStates
- a holder of an array of strings with the process stage states.public static void main(java.lang.String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |