|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.dmi.DMI_MultiRow
This class is used in both the DmiGetMultiple() and DmiSetMultiple() methods. It is used to model row information for use in these methods.
Constructor Summary | |
---|---|
protected |
DMI_MultiRow(IntelByteBuffer BasenKeyList,
IntelByteBuffer Attrs)
Private constructor used only by the internal adapter support code. |
|
DMI_MultiRow(int CompID,
int GroupID,
java.lang.String ClassName,
int RequestMode,
DMIAttributeValue[] KeyList,
DMIAttributeValue[] Attrs)
Constructor to be used when building a row request for use in either DmiGetMultiple() or DmiSetMultiple() methods. |
Method Summary | |
---|---|
protected void |
EncodeBaseandKeyList(IntelByteBuffer Buffer)
Internal function for encoding the request |
protected void |
EncodeGet(IntelByteBuffer Buffer)
Internal function for encoding the request |
protected void |
EncodeSet(IntelByteBuffer Buffer)
Internal function for encoding the request |
protected int |
GetBaseandKeylistLength()
Internal function for encoding the request |
java.lang.String |
GetClassName()
Accessor method for retrieving the ClassName assigned to this Multi-row. |
int |
GetCompID()
Accessor method for retrieving the Component ID assigned to this Multi-row. |
protected int |
GetGetEncodeLength()
Internal function for encoding the request |
int |
GetGroupID()
Accessor method for retrieving the Group ID assigned to this Multi-row. |
DMIAttributeValue[] |
GetKeyList()
Accessor method for retrieving the KeyList assigned to this Multi-row. |
int |
GetRequestMode()
Accessor method for retrieving the Request Mode assigned to this Multi-row. |
protected int |
GetSetEncodeLength()
Internal function for encoding the request |
DMIAttributeValue[] |
GetValues()
Accessor method for retrieving the Attributes assigned to this Multi-row. |
boolean |
SetRequestMode(int NewMode)
Accessor method for Setting the Request Mode assigned to this Multi-row. |
java.lang.String |
toString()
Debug function for dumping the contents of this Multi-row as a displayable string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DMI_MultiRow(int CompID, int GroupID, java.lang.String ClassName, int RequestMode, DMIAttributeValue[] KeyList, DMIAttributeValue[] Attrs)
protected DMI_MultiRow(IntelByteBuffer BasenKeyList, IntelByteBuffer Attrs)
Method Detail |
public int GetCompID()
public int GetGroupID()
public java.lang.String GetClassName()
public int GetRequestMode()
public boolean SetRequestMode(int NewMode)
public DMIAttributeValue[] GetKeyList()
public DMIAttributeValue[] GetValues()
protected int GetBaseandKeylistLength()
protected void EncodeBaseandKeyList(IntelByteBuffer Buffer)
protected int GetGetEncodeLength()
protected void EncodeGet(IntelByteBuffer Buffer)
protected int GetSetEncodeLength()
protected void EncodeSet(IntelByteBuffer Buffer)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |