|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rcCommand.rcCmd | +--rcCommand.rcCmdStatus
Comamnd to retrieve general information from the server. All the information is transfered in one remote member function invokation and can be retrieved from the command itself.
Field Summary | |
private rcCommand.PartitionInfo |
theInfo
|
Fields inherited from class rcCommand.rcCmd |
bConnected,
bDebug,
itOrbRef,
refNameServer,
sNameServer,
sNameServerHost,
sPartitionId,
sPartitionNamePrefix,
sRunControlNamePrefix,
theObjmgr,
thePartition |
Constructor Summary | |
rcCmdStatus()
|
Method Summary | |
int |
execute()
|
boolean |
getAutoRun()
Returns wheher we are in auto run mode. |
java.lang.String |
getCurrentState()
Returns the current state the partition. |
int |
getEventLimit()
Returns the event limit of the current run. |
java.lang.String |
getGl1Configuration()
Returns the current configuration of the GL1. |
java.lang.String |
getName()
Returns the name of the partition. |
int |
getNbEventsTaken()
Returns the number of events taken so far. |
int |
getNbMbyWritten()
Returns the number of MBytes written in the current run. |
int |
getNbSecRunning()
Returns the number of Seconds of the current run . |
int |
getNbStages()
Returns the number of process stages in the server. |
int |
getNbStagesOutstanding()
Returns the number of process stages that are outstanding. |
java.lang.String |
getOutputFile()
Returns the output file of the current run. |
java.lang.String |
getOwner()
Returns the owner of the partition. |
int |
getRunNb()
Returns the run number |
int |
getTimeLimit()
Returns the time limit of the current run. |
int |
getVolumeLimit()
Returns the volume limit of the current run. |
static void |
main(java.lang.String[] argv)
|
Methods inherited from class rcCommand.rcCmd |
createCmd,
createCmd,
createCmd,
execute,
getPartitionId,
isConnected,
isServerRunning,
printHelp,
selectPartition,
setDebug |
Methods inherited from class java.lang.Object |
|
Field Detail |
private rcCommand.PartitionInfo theInfo
Constructor Detail |
public rcCmdStatus()
Method Detail |
public java.lang.String getName()
public java.lang.String getOwner()
public java.lang.String getCurrentState()
public java.lang.String getGl1Configuration()
public boolean getAutoRun()
public int getNbStages()
public int getNbStagesOutstanding()
public int getRunNb()
public int getNbEventsTaken()
public int getNbSecRunning()
public int getNbMbyWritten()
public int getEventLimit()
public int getTimeLimit()
public int getVolumeLimit()
public java.lang.String getOutputFile()
public int execute()
public static void main(java.lang.String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |