rcCommand
Class rcCmdIsPaused

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

public class rcCmdIsPaused
extends rcCmd

Comamnd to find out whether the run control is currently paused.

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

Fields inherited from class rcCommand.rcCmd
bConnected, bDebug, itOrbRef, refNameServer, sNameServer, sNameServerHost, sPartitionId, sPartitionNamePrefix, sRunControlNamePrefix, theObjmgr, thePartition
 
Constructor Summary
rcCmdIsPaused()
           
 
Method Summary
 int execute()
           
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
 

Constructor Detail

rcCmdIsPaused

public rcCmdIsPaused()
Method Detail

execute

public int execute()
Overrides:
execute in class rcCmd

main

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