|
|||||||||||
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.NativeManagedObjectGetAllIDs
Command class for requesting all native managed object IDs
Field Summary | |
---|---|
static java.lang.String |
CMDNAME
Command name for requesting all native object IDs |
Fields inherited from class com.tivoli.twg.engine.TWGServerCommand |
---|
INVALID_PARAMETER_RC, TWGSERVERNAME, UNSUPPORTED_CMD |
Constructor Summary | |
---|---|
NativeManagedObjectGetAllIDs()
Construct command for requsting all native object IDs |
Method Summary | |
---|---|
long[] |
GetAllObjectIDs()
Get list of all IDs returned |
long |
GetObjectID(int index)
Get i-th object ID (only after command complete) |
int |
NumberOfIDs()
Get number of IDs returned (only after command complete) |
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 NativeManagedObjectGetAllIDs()
Method Detail |
public int NumberOfIDs()
public long GetObjectID(int index)
index
- - index in list of returned object IDs
public long[] GetAllObjectIDs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |