|
|||||||||
| Home >> All >> org >> jbossmx >> cluster >> watchdog >> mbean >> [ watchdog overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jbossmx.cluster.watchdog.mbean.watchdog
Class RestartAgentCorrectiveAction

java.lang.Objectorg.jbossmx.cluster.watchdog.mbean.watchdog.BaseCorrectiveAction
org.jbossmx.cluster.watchdog.mbean.watchdog.RestartAgentCorrectiveAction
- All Implemented Interfaces:
- java.lang.Cloneable, CorrectiveAction
- public class RestartAgentCorrectiveAction
- extends BaseCorrectiveAction
CorrectiveAction for restarting a JMX Agent
| Field Summary |
| Fields inherited from class org.jbossmx.cluster.watchdog.mbean.watchdog.BaseCorrectiveAction |
|
| Constructor Summary | |
RestartAgentCorrectiveAction()
|
|
| Method Summary | |
protected boolean |
applyImpl()
Apply the RestartAgentCorrectiveAction |
boolean |
isOverridenBy(CorrectiveAction correctiveAction)
Returns whether correctiveAction overrides this. |
| Methods inherited from class org.jbossmx.cluster.watchdog.mbean.watchdog.BaseCorrectiveAction |
apply, canApply, clone, getCorrectiveActionContext, getNumberOfTimesToApply, isOverridenBy, setCorrectiveActionContext, setNumberOfTimesToApply |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
RestartAgentCorrectiveAction
public RestartAgentCorrectiveAction()
| Method Detail |
applyImpl
protected boolean applyImpl()
throws java.lang.Exception
- Apply the RestartAgentCorrectiveAction
- Specified by:
applyImplin classBaseCorrectiveAction
isOverridenBy
public boolean isOverridenBy(CorrectiveAction correctiveAction)
- Returns whether
correctiveActionoverrides this.
|
|||||||||
| Home >> All >> org >> jbossmx >> cluster >> watchdog >> mbean >> [ watchdog overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC