|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rcCommand.rcCmd | +--rcCommand.rcCmdStartRun
Comamnd to start a new run.
Field Summary | |
(package private) rcCommand.Run_parameters |
run_param
|
Fields inherited from class rcCommand.rcCmd |
bConnected,
bDebug,
itOrbRef,
refNameServer,
sNameServer,
sNameServerHost,
sPartitionId,
sPartitionNamePrefix,
sRunControlNamePrefix,
theObjmgr,
thePartition |
Constructor Summary | |
(package private) |
rcCmdStartRun(java.lang.String sPurpose,
int iEventLimit,
int iVolumeLimit,
int iTimeLimit)
Creates the start run command. |
Method Summary | |
int |
execute()
|
Methods inherited from class rcCommand.rcCmd |
createCmd,
createCmd,
createCmd,
execute,
getPartitionId,
isConnected,
isServerRunning,
main,
printHelp,
selectPartition,
setDebug |
Methods inherited from class java.lang.Object |
|
Field Detail |
rcCommand.Run_parameters run_param
Constructor Detail |
rcCmdStartRun(java.lang.String sPurpose, int iEventLimit, int iVolumeLimit, int iTimeLimit)
sPurpose
- string with the user comment about the run that he is going to take.iEventLimit
- number of events to take. -1 if no limit.iVolumeLimit
- number of MBytes to take. -1 if no limit.iTimeLimit
- number of seconds to take. -1 if no limit.Method Detail |
public int execute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |