rcCommand
Class rcCmdStartRun

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

public class rcCmdStartRun
extends rcCmd

Comamnd to start a new run.

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

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

Field Detail

run_param

rcCommand.Run_parameters run_param
Constructor Detail

rcCmdStartRun

rcCmdStartRun(java.lang.String sPurpose,
              int iEventLimit,
              int iVolumeLimit,
              int iTimeLimit)
Creates the start run command.
Parameters:
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

execute

public int execute()
Overrides:
execute in class rcCmd