rcCommand
Class rcCmdAutoRun

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

public class rcCmdAutoRun
extends rcCmd

Comamnd to set the Autorun mode on/off in the corba run control server.

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

Field Summary
(package private)  boolean bOn
           
 
Fields inherited from class rcCommand.rcCmd
bConnected, bDebug, itOrbRef, refNameServer, sNameServer, sNameServerHost, sPartitionId, sPartitionNamePrefix, sRunControlNamePrefix, theObjmgr, thePartition
 
Constructor Summary
rcCmdAutoRun(boolean bOn)
           
 
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

bOn

boolean bOn
Constructor Detail

rcCmdAutoRun

public rcCmdAutoRun(boolean bOn)
Method Detail

execute

public int execute()
Overrides:
execute in class rcCmd