com.tivoli.twg.monitor
Interface TWGMonMOStateInfoProvider


public interface TWGMonMOStateInfoProvider

This is the TWGMonMOStateInfoProvider interface. An instance of a class implementing this interface is passed to the monitor subsystems so that the subsystem can request state information to allow the subsystem to reach a target managed object.


Method Summary
 int getStateInfoForMO(long moid)
          This is the call used by the subsystem to get state info from the server
 boolean isInitialized()
          Returns indication of whether the object that provides this interface is ready for work
 

Method Detail

getStateInfoForMO

public int getStateInfoForMO(long moid)
This is the call used by the subsystem to get state info from the server

Parameters:
moid - the currently available address blob from the server
Returns:
int contains the state information from the Managed Object that the server is caching for the subsystems. Returns UNKNOWN if the info for the MO is not found.

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