rcCommand
Class rcCmdProgress

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

public class rcCmdProgress
extends rcCmd

Comamnd get progress information about the current download operation. Information is return about how many process units have to be dealt with and how many are already in the desired state.

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

Field Summary
private  int nbPu
           
private  int nbPuOutstanding
           
 
Fields inherited from class rcCommand.rcCmd
bConnected, bDebug, itOrbRef, refNameServer, sNameServer, sNameServerHost, sPartitionId, sPartitionNamePrefix, sRunControlNamePrefix, theObjmgr, thePartition
 
Constructor Summary
rcCmdProgress()
           
 
Method Summary
 int execute()
           
 int getNbPu()
          Returns the number of process units.
 int getNbPuOutstanding()
          Returns the number of process units that are not yet in the desired end state (normally ready).
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

nbPu

private int nbPu

nbPuOutstanding

private int nbPuOutstanding
Constructor Detail

rcCmdProgress

public rcCmdProgress()
Method Detail

getNbPu

public int getNbPu()
Returns the number of process units.

getNbPuOutstanding

public int getNbPuOutstanding()
Returns the number of process units that are not yet in the desired end state (normally ready).

execute

public int execute()
Overrides:
execute in class rcCmd

main

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