|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.libs.Command
com.tivoli.twg.engine.TWGServerCommand
com.tivoli.twg.engine.NativeManagedObjectGetIPCPaths
Command class for requesting preferred IPC paths for a set of native managed object instances.
Field Summary | |
---|---|
static java.lang.String |
CMDNAME
Command name for requesting IPC paths for a set of native objects |
static int |
OUTPUT_PATH_OFFSET
Output parms include a result byte (byte 0) and a compressed unicode IPC path (if successful) |
static byte |
OUTPUT_STATUS_NOT_NATIVEMO
|
static byte |
OUTPUT_STATUS_OFFLINE
|
static byte |
OUTPUT_STATUS_OK
|
Fields inherited from class com.tivoli.twg.engine.TWGServerCommand |
---|
INVALID_PARAMETER_RC, TWGSERVERNAME, UNSUPPORTED_CMD |
Constructor Summary | |
---|---|
NativeManagedObjectGetIPCPaths(long[] idlist)
Construct command for requsting IPC paths |
Method Summary | |
---|---|
java.lang.String |
GetPreferredPath(int index)
Get preferred path for i-th native managed object (index in list of IDs provided for input). |
int |
NumberOfInputIDs()
Return number of native managed object IDs inputted |
boolean |
wasNotNativeManagedObject(int index)
Return true if i-th managed object was not a native managed object |
boolean |
wasOffline(int index)
Return true if i-th managed object was offline |
Methods inherited from class com.tivoli.twg.engine.TWGServerCommand |
---|
ServerCommandName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String CMDNAME
public static final int OUTPUT_PATH_OFFSET
public static final byte OUTPUT_STATUS_OK
public static final byte OUTPUT_STATUS_OFFLINE
public static final byte OUTPUT_STATUS_NOT_NATIVEMO
Constructor Detail |
public NativeManagedObjectGetIPCPaths(long[] idlist)
idlist
- - array of native managed object IDsMethod Detail |
public java.lang.String GetPreferredPath(int index)
index
- - index of object whose path is to be returned
public boolean wasOffline(int index)
index
- - index of object which is to be checked
public boolean wasNotNativeManagedObject(int index)
index
- - index of object which is to be checked
public int NumberOfInputIDs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |