| org.jboss.mx.util.MonitorCallback
MonitorCallback | public interface MonitorCallback (Code) | | author: Scott.Stark@jboss.org version: $Revision: 57200 $ |
monitorCallback | public void monitorCallback(ObservedObject object, MBeanAttributeInfo attributeInfo, Object value) throws Exception(Code) | | Perform the monitor specific processing.
Parameters: object - the ObservedObject. Parameters: attributeInfo - the MBean attribute information. Parameters: value - the value to monitor. |
|
|