org.sapia.soto.ubik.monitor
Interface FeedbackMonitorable


public interface FeedbackMonitorable

This interface is meant to be implemented by services that expect to be monitored. It is similar to the Monitorable interface, so it defines a single method which provides a "standard" monitoring hook that can be invoked by a MonitorAgentLayer. However, this interface defines a result of a Properties object that give to the monitored object the ability to publish some information (identifiers, statistics, threshold, ...).

Author:
jcdesrochers
See Also:
ubik.monitor.impl.MonitorAgentLayer, Monitorable

Method Summary
 java.util.Properties monitor()
          Internally implements monitoring checks and returns status information in the properties.
 

Method Detail

monitor

java.util.Properties monitor()
                             throws java.lang.Exception
Internally implements monitoring checks and returns status information in the properties.

Returns:
The result properties of the monitor call
Throws:
java.lang.Exception - if this instance deems itself unfit.


Copyright © 2010 Sapia OSS. All Rights Reserved.