com.tivoli.twg.monitor
Interface TWGMonMOAttributeInfoProvider


public interface TWGMonMOAttributeInfoProvider

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

getAttributeInfoForMO

public DataValue getAttributeInfoForMO(long moid,
                                       java.lang.String attributeName)
This is the call used by the subsystem to get address info from the server

Parameters:
moid - the managed object to get the information for
attributeName - the piece of information requested about the managed object
Returns:
byte[] with the address info for the managed object

isInitialized

public boolean isInitialized()
Returns indication of whether the object that provides this interface is ready for work

Returns:
boolean set to indicate the interface defining object is ready to process requests