|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the TWGMonMOAttributeInfoProvider interface. An instance of a class implementing this interface is passed to the monitor subsystems so that the subsystem can request attribute information to get more information about a target system. The method getAttributeInfoForMO defined in this interface is used to acquire the address data blob
Method Summary | |
---|---|
DataValue |
getAttributeInfoForMO(long moid,
java.lang.String attributeName)
This is the call used by the subsystem to get address info from the server |
boolean |
isInitialized()
Returns indication of whether the object that provides this interface is ready for work |
Method Detail |
public DataValue getAttributeInfoForMO(long moid, java.lang.String attributeName)
moid
- the managed object to get the information forattributeName
- the piece of information requested about the managed object
public boolean isInitialized()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |