- 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 |
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