rcCommand
Class rcCmdConfigure

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

public class rcCmdConfigure
extends rcCmd

Command to send a configuration command to the server. A configuration command consists of a array of strings. The first is the command, the following ones are the parameters of the configration command.


Field Summary
(package private)  java.lang.String[] strConfigParams
           
 
Fields inherited from class rcCommand.rcCmd
bConnected, bDebug, itOrbRef, refNameServer, sNameServer, sNameServerHost, sPartitionId, sPartitionNamePrefix, sRunControlNamePrefix, theObjmgr, thePartition
 
Constructor Summary
rcCmdConfigure(java.lang.String[] theParam)
           
 
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

strConfigParams

java.lang.String[] strConfigParams
Constructor Detail

rcCmdConfigure

public rcCmdConfigure(java.lang.String[] theParam)
Method Detail

execute

public int execute()
Overrides:
execute in class rcCmd