org.jboss.monitor
Interface ThresholdMonitorMBean

All Superinterfaces:
JBossMonitorMBean (src) , Service (src) , ServiceMBean (src)
All Known Implementing Classes:
ThresholdMonitor (src)

public interface ThresholdMonitorMBean
extends JBossMonitorMBean (src)

Comment


Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean (src)
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 int getCompareTo()
           
 java.lang.Number getThresholdValue()
          real actual numeric threshold value
 void setCompareTo(int compare)
           
 
Methods inherited from interface org.jboss.monitor.JBossMonitorMBean (src)
alerted, clearAlert, getAlertListeners, getEnabled, getMonitorName, getObservedAttribute, getObservedObject, getPeriod, getThreshold, getTriggeredAttributeValue, getTriggerTime, setAlertListeners, setEnabled, setMonitorName, setObservedAttribute, setObservedObject, setPeriod, setThreshold
 
Methods inherited from interface org.jboss.system.ServiceMBean (src)
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service (src)
create, destroy, start, stop
 

Method Detail

getCompareTo

public int getCompareTo()

setCompareTo

public void setCompareTo(int compare)

getThresholdValue

public java.lang.Number getThresholdValue()
real actual numeric threshold value

Returns: