|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rcCommand.rcCmd | +--rcCommand.rcCmdDownload
Comamnd to send the download command to the corba run control server.
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 |
|
Field Detail |
public static final int iInitialiseAll
public static final int iDownloadAll
public static final int iDownloadIfNeeded
private int iScope
Constructor Detail |
public rcCmdDownload(int iScope)
iScope
- 0 for initialising and downloading every component,
1 for only download, 2 for download only those components that
are not ready yet.public rcCmdDownload()
Method Detail |
public java.lang.String execute(java.lang.String what, java.lang.String[] str1, java.lang.String[] str2)
public int execute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |