|
|||||||||||
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.NativeManagedObjectGetByUIDs
Command class for requesting object IDs of TWGNativeManagedObjects by client unique IDs
Field Summary | |
---|---|
static java.lang.String |
CMDNAME
Command name for requesting object IDs of TWGNativeManagedObjects by client unique IDs |
Fields inherited from class com.tivoli.twg.engine.TWGServerCommand |
---|
INVALID_PARAMETER_RC, TWGSERVERNAME, UNSUPPORTED_CMD |
Constructor Summary | |
---|---|
NativeManagedObjectGetByUIDs(long[] uidlist)
Construct command for requsting MOIDs by UID |
Method Summary | |
---|---|
long |
getManagedObjectID(int n)
Get managed object ID corresponding to n-th unique ID requested |
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
Constructor Detail |
public NativeManagedObjectGetByUIDs(long[] uidlist)
uidlist
- - Set of unique IDs to be requestedMethod Detail |
public long getManagedObjectID(int n)
n
- - index of ID to request
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |