Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbossmx.cluster.watchdog.mbean.watchdog
Interface Watchdog2MBean  view Watchdog2MBean download Watchdog2MBean.java

All Superinterfaces:
org.jbossmx.cluster.watchdog.util.SkinableMBean, org.jbossmx.cluster.watchdog.mbean.StartableMBean
All Known Implementing Classes:
Watchdog2

public interface Watchdog2MBean
extends org.jbossmx.cluster.watchdog.mbean.StartableMBean

JMX MBean interface for the refactored Watchdog class


Method Summary
 boolean getAllRunning()
           
 long getGranularity()
           
 int getNumRunning()
           
 int getNumStopped()
           
 int getNumWatched()
           
 java.lang.String getRmiAgentBinding()
           
 long getTimeLastWatched()
           
 long getTimeStartedWatching()
           
 void setGranularity(long granularity)
           
 
Methods inherited from interface org.jbossmx.cluster.watchdog.mbean.StartableMBean
getMBeanStateString, restartMBean, retrieveMBeanState, simulateFailure, startMBean, stopMBean
 
Methods inherited from interface org.jbossmx.cluster.watchdog.util.SkinableMBean
retrieveOneLiner
 

Method Detail

getRmiAgentBinding

public java.lang.String getRmiAgentBinding()

getNumWatched

public int getNumWatched()

getNumRunning

public int getNumRunning()

getNumStopped

public int getNumStopped()

getAllRunning

public boolean getAllRunning()

getGranularity

public long getGranularity()

setGranularity

public void setGranularity(long granularity)

getTimeStartedWatching

public long getTimeStartedWatching()

getTimeLastWatched

public long getTimeLastWatched()