com.tivoli.twg.monitor
Interface TWGMonAttributeDataSink


public interface TWGMonAttributeDataSink

This is the TWGMonAttributeDataSink. An instance of a class implementing this interface is passed to the monitor subsystems when updated data is requested for an attribute. The method updateCurrentData defined in this interface is used to return the new data


Method Summary
 void updateCurrentData(TWGMonCurrentData newDataPoint)
          This is the call used by the subsystem to return data to the attribute
 

Method Detail

updateCurrentData

public void updateCurrentData(TWGMonCurrentData newDataPoint)
This is the call used by the subsystem to return data to the attribute

Parameters:
newDataPoint - the freshly gathered data point from the subsystem