com.tivoli.twg.monitor
Interface TWGMonMOAddressInfoProvider


public interface TWGMonMOAddressInfoProvider

This is the TWGMonMOAddressInfoProvider interface. An instance of a class implementing this interface is passed to the monitor subsystems so that the subsystem can request address information to allow the subsystem to reach a target managed object. The method getAddressInfoForMO defined in this interface is used to acquire the address data blob


Method Summary
 byte[] getAddressInfoForMO(long moid)
          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

getAddressInfoForMO

public byte[] getAddressInfoForMO(long moid)
This is the call used by the subsystem to get address info from the server

Parameters:
moid - the id of the managed object to get addess information for
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