rcCommand
Class rcCmdDownload

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

public class rcCmdDownload
extends rcCmd

Comamnd to send the download command to the corba run control server.

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

Field Summary
static int iDownloadAll
           
static int iDownloadIfNeeded
           
static int iInitialiseAll
           
private  int iScope
           
 
Fields inherited from class rcCommand.rcCmd
bConnected, bDebug, itOrbRef, refNameServer, sNameServer, sNameServerHost, sPartitionId, sPartitionNamePrefix, sRunControlNamePrefix, theObjmgr, thePartition
 
Constructor Summary
rcCmdDownload()
           
rcCmdDownload(int iScope)
          Creates the download command.
 
Method Summary
 int execute()
           
 java.lang.String execute(java.lang.String what, java.lang.String[] str1, java.lang.String[] str2)
           
 
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

iInitialiseAll

public static final int iInitialiseAll

iDownloadAll

public static final int iDownloadAll

iDownloadIfNeeded

public static final int iDownloadIfNeeded

iScope

private int iScope
Constructor Detail

rcCmdDownload

public rcCmdDownload(int iScope)
Creates the download command.
Parameters:
iScope - 0 for initialising and downloading every component, 1 for only download, 2 for download only those components that are not ready yet.

rcCmdDownload

public rcCmdDownload()
Method Detail

execute

public java.lang.String execute(java.lang.String what,
                                java.lang.String[] str1,
                                java.lang.String[] str2)

execute

public int execute()
Overrides:
execute in class rcCmd