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

Quick Search    Search Deep

org.jbossmx.cluster.watchdog.mbean.watchdog
Class RestartAgentCorrectiveAction  view RestartAgentCorrectiveAction download RestartAgentCorrectiveAction.java

java.lang.Object
  extended byorg.jbossmx.cluster.watchdog.mbean.watchdog.BaseCorrectiveAction
      extended byorg.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:
applyImpl in class BaseCorrectiveAction

isOverridenBy

public boolean isOverridenBy(CorrectiveAction correctiveAction)
Returns whether correctiveAction overrides this.