rcCommand
Class rcCmdStatus

java.lang.Object
  |
  +--rcCommand.rcCmd
        |
        +--rcCommand.rcCmdStatus

public class rcCmdStatus
extends rcCmd

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.

Version:
1.0
Author:
C.Witzig - Dec 2, 1999

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

theInfo

private rcCommand.PartitionInfo theInfo
Constructor Detail

rcCmdStatus

public rcCmdStatus()
Method Detail

getName

public java.lang.String getName()
Returns the name of the partition.

getOwner

public java.lang.String getOwner()
Returns the owner of the partition.

getCurrentState

public java.lang.String getCurrentState()
Returns the current state the partition.

getGl1Configuration

public java.lang.String getGl1Configuration()
Returns the current configuration of the GL1.

getAutoRun

public boolean getAutoRun()
Returns wheher we are in auto run mode.

getNbStages

public int getNbStages()
Returns the number of process stages in the server.

getNbStagesOutstanding

public int getNbStagesOutstanding()
Returns the number of process stages that are outstanding.

getRunNb

public int getRunNb()
Returns the run number

getNbEventsTaken

public int getNbEventsTaken()
Returns the number of events taken so far.

getNbSecRunning

public int getNbSecRunning()
Returns the number of Seconds of the current run .

getNbMbyWritten

public int getNbMbyWritten()
Returns the number of MBytes written in the current run.

getEventLimit

public int getEventLimit()
Returns the event limit of the current run.

getTimeLimit

public int getTimeLimit()
Returns the time limit of the current run.

getVolumeLimit

public int getVolumeLimit()
Returns the volume limit of the current run.

getOutputFile

public java.lang.String getOutputFile()
Returns the output file of the current run.

execute

public int execute()
Overrides:
execute in class rcCmd

main

public static void main(java.lang.String[] argv)