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

Quick Search    Search Deep

Uses of Interface
org.jbossmx.cluster.watchdog.mbean.watchdog.CorrectiveAction

Uses of CorrectiveAction in org.jbossmx.cluster.watchdog.mbean.watchdog
 

Classes in org.jbossmx.cluster.watchdog.mbean.watchdog that implement CorrectiveAction
 class BaseCorrectiveAction
          Base class for CorrectiveActions
 class CallScriptCorrectiveAction
          CorrectiveAction for calling scripts and external programs
 class InvokeMethodCorrectiveAction
          CorrectiveAction for invoking methods on mbeans
 class RestartAgentCorrectiveAction
          CorrectiveAction for restarting a JMX Agent
 

Methods in org.jbossmx.cluster.watchdog.mbean.watchdog that return CorrectiveAction
private  CorrectiveAction CorrectiveActionSequence.getCurrentCorrectiveAction()
          Obtains the current corrective action, skipping through CorrectiveActions until a corrective action which can be applied is found.
 CorrectiveAction CorrectiveAction.setCorrectiveActionContext(CorrectiveActionContext correctiveActionContext)
          Sets the CorrectiveActionContext of this CorrectiveAction
 CorrectiveAction CorrectiveAction.setNumberOfTimesToApply(int numberOfTimesToApply)
          Sets the number of times this CorrectiveAction can be applied
 CorrectiveAction BaseCorrectiveAction.setCorrectiveActionContext(CorrectiveActionContext correctiveActionContext)
          Sets the CorrectiveActionContext of this CorrectiveAction
 CorrectiveAction BaseCorrectiveAction.setNumberOfTimesToApply(int numberOfTimesToApply)
          Sets the number of times this CorrectiveAction can be applied
 

Methods in org.jbossmx.cluster.watchdog.mbean.watchdog with parameters of type CorrectiveAction
 boolean RestartAgentCorrectiveAction.isOverridenBy(CorrectiveAction correctiveAction)
          Returns whether correctiveAction overrides this.
 boolean InvokeMethodCorrectiveAction.isOverridenBy(CorrectiveAction correctiveAction)
          Returns whether this CorrectiveAction is overriden by correctiveAction
private  boolean InvokeMethodCorrectiveAction.isOveridingCallScriptCorrectiveAction(CorrectiveAction correctiveAction)
          Returns whether correctiveAction is a CallScriptCorrectiveAction which has been set to override InvokeMethodCorrectiveAction
 boolean CorrectiveActionSequence.addCorrectiveAction(CorrectiveAction correctiveAction)
          Adds a corrective action.
 boolean CorrectiveAction.isOverridenBy(CorrectiveAction correctiveAction)
          Determine if correctiveAction overides this one.
 boolean CallScriptCorrectiveAction.isOverridenBy(CorrectiveAction correctiveAction)
          Returns true if correctiveAction overides this CorrectiveAction