|
|||||||||||
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.TWGSecureUnsecureObjectsCmd
Command for requesting secure or unsecure of a set of managed objects on the server.
Field Summary |
---|
Constructor Summary | |
---|---|
TWGSecureUnsecureObjectsCmd(LongValueSet moids,
boolean do_unsec)
Constructor for command : build command and encode input |
Method Summary | |
---|---|
int |
getResultByOID(long oid)
Get result code for given object ID |
LongValueSet |
getTargets()
Get object IDs of targets |
boolean |
wasSecureObjectRequest()
Test if request was a secure request |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TWGSecureUnsecureObjectsCmd(LongValueSet moids, boolean do_unsec)
moids
- - set of objects IDs to be secureddo_unsec
- - true if unsecure targets, false if secure targetsMethod Detail |
public int getResultByOID(long oid)
oid
- - object ID
public LongValueSet getTargets()
public boolean wasSecureObjectRequest()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |