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

Quick Search    Search Deep

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

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

public interface Test1MBean
extends StartableMBean

Interface for a Test MBean


Method Summary
 long getCallDelay()
          Gets how long calls to StartableMBean methods will take
 boolean getCallSuccess()
          Gets whether calls to StartableMBean methods will succeed
 void setCallDelay(long milliseconds)
          Sets how long calls to StartableMBean methods will take
 void setCallSuccess(boolean success)
          Sets whether calls to StartableMBean methods will succeed
 
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

setCallSuccess

public void setCallSuccess(boolean success)
Sets whether calls to StartableMBean methods will succeed


getCallSuccess

public boolean getCallSuccess()
Gets whether calls to StartableMBean methods will succeed


setCallDelay

public void setCallDelay(long milliseconds)
Sets how long calls to StartableMBean methods will take


getCallDelay

public long getCallDelay()
Gets how long calls to StartableMBean methods will take