|
|||||||||||
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.TWGSetAttributeCommand
Command class for issuing set requests to TWGGetSetInterface supporting objects in the Director Server
Field Summary |
---|
Constructor Summary | |
---|---|
TWGSetAttributeCommand(java.util.Locale locale,
LongValueSet oids,
java.lang.String[] aids,
DataValue[] vals)
Constructor for attribute set command, using given list of object IDs and list of attribute names. |
|
TWGSetAttributeCommand(long oid,
java.lang.String[] aids,
DataValue[] vals)
Constructor for attribute set command, using given object ID and list of attribute names. |
|
TWGSetAttributeCommand(long oid,
java.lang.String aid,
DataValue val)
Constructor for attribute set command, using given object ID and attribute name. |
|
TWGSetAttributeCommand(LongValueSet oids,
java.lang.String[] aids,
DataValue[] vals)
Constructor for attribute set command, using given list of object IDs and list of attribute names. |
|
TWGSetAttributeCommand(LongValueSet oids,
java.lang.String aid,
DataValue val)
Constructor for attribute set command, using given list of object IDs and an attribute name. |
Method Summary | |
---|---|
java.lang.String |
getAttributeID(int i)
Get nth attribute ID |
int |
getAttributeIDCount()
Get number of attribute IDs sent |
boolean |
getAttributeSetSuccess(long oid,
java.lang.String aid)
Return true if set of given attribute of given object ID was successful |
long |
getObjectID(int i)
Get nth object ID |
int |
getObjectIDCount()
Get number of object IDs sent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TWGSetAttributeCommand(LongValueSet oids, java.lang.String[] aids, DataValue[] vals)
oids
- - list of object IDsaids
- - list of attribute ID stringsvals
- - list of values for each attribute to be setpublic TWGSetAttributeCommand(long oid, java.lang.String[] aids, DataValue[] vals)
oid
- - object IDaids
- - list of attribute ID stringsvals
- - list of values for each attribute to be setpublic TWGSetAttributeCommand(long oid, java.lang.String aid, DataValue val)
oid
- - object IDaid
- - attribute ID stringval
- - value for attribute to be setpublic TWGSetAttributeCommand(LongValueSet oids, java.lang.String aid, DataValue val)
oids
- - list of object IDsaid
- - attribute ID stringval
- - value for attribute to be setpublic TWGSetAttributeCommand(java.util.Locale locale, LongValueSet oids, java.lang.String[] aids, DataValue[] vals)
locale
- - locale to use for getoids
- - list of object IDsaids
- - list of attribute ID stringsvals
- - list of values for each attribute to be setMethod Detail |
public boolean getAttributeSetSuccess(long oid, java.lang.String aid)
oid
- - object IDaid
- - attribute ID
public int getObjectIDCount()
public int getAttributeIDCount()
public long getObjectID(int i)
public java.lang.String getAttributeID(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |