|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rcCommand.rcCmd | +--rcCommand.rcCmdProgress
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.
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 |
|
Field Detail |
private int nbPu
private int nbPuOutstanding
Constructor Detail |
public rcCmdProgress()
Method Detail |
public int getNbPu()
public int getNbPuOutstanding()
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 |