|
|||||||||||
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.TWGGetAllAttributesCommand
Command class for issuing requests to TWGGetSetInterface supporting objects in the Director Server
Field Summary |
---|
Constructor Summary | |
---|---|
TWGGetAllAttributesCommand(long oid)
Constructor for get-all command. |
|
TWGGetAllAttributesCommand(long oid,
java.util.Locale loc)
Constructor for get-all command. |
Method Summary | |
---|---|
java.lang.String |
getAttributeDesc(int n)
Get description of nth attribute |
java.lang.String |
getAttributeID(int n)
Get ID of nth attribute |
DataValue |
getAttributeValue(int n)
Get attribute value for nth attribute |
int |
getNumAttribsReturned()
Get number of attributes returned |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TWGGetAllAttributesCommand(long oid, java.util.Locale loc)
oid
- - object IDloc
- - locale for requestpublic TWGGetAllAttributesCommand(long oid)
oid
- - object IDMethod Detail |
public int getNumAttribsReturned()
public java.lang.String getAttributeID(int n)
n
- - index of attribute requested
public java.lang.String getAttributeDesc(int n)
n
- - index of attribute requested
public DataValue getAttributeValue(int n)
n
- - index of attribute requested
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |