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

Quick Search    Search Deep

Uses of Class
org.jbossmx.cluster.watchdog.mbean.watchdog.CorrectiveActionContext

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

Fields in org.jbossmx.cluster.watchdog.mbean.watchdog declared as CorrectiveActionContext
private  CorrectiveActionContext Watchdog2.m_sharedCorrectiveActionContext
          Store of Context information that pertains to all watched MBeans
private  CorrectiveActionContext CorrectiveActionSequence.m_correctiveActionContext
          The CorrectiveActionContext for all CorrectiveActions added to this CorrectiveActionSequence
private  CorrectiveActionContext CorrectiveActionContext.m_delegateCorrectiveActionContext
          The delegate CorrectiveActionContext
private  CorrectiveActionContext BaseCorrectiveAction.m_correctiveActionContext
          The CorrectiveActionContext of this CorrectiveAction
 

Methods in org.jbossmx.cluster.watchdog.mbean.watchdog that return CorrectiveActionContext
private  CorrectiveActionContext CorrectiveActionContext.getDelegateCorrectiveActionContext()
          Retrieves the delegate CorrectiveActionContext.
 CorrectiveActionContext CorrectiveAction.getCorrectiveActionContext()
          Returns the CorrectiveActionContext of this CorrectiveAction
 CorrectiveActionContext BaseCorrectiveAction.getCorrectiveActionContext()
          Returns the CorrectiveActionContext of this CorrectiveAction
 

Methods in org.jbossmx.cluster.watchdog.mbean.watchdog with parameters of type CorrectiveActionContext
 CorrectiveAction CorrectiveAction.setCorrectiveActionContext(CorrectiveActionContext correctiveActionContext)
          Sets the CorrectiveActionContext of this CorrectiveAction
 CorrectiveAction BaseCorrectiveAction.setCorrectiveActionContext(CorrectiveActionContext correctiveActionContext)
          Sets the CorrectiveActionContext of this CorrectiveAction
 

Constructors in org.jbossmx.cluster.watchdog.mbean.watchdog with parameters of type CorrectiveActionContext
CorrectiveActionSequence(CorrectiveActionContext correctiveActionContext)
          Constructor for CorrectiveActionSequence
CorrectiveActionContext(CorrectiveActionContext delegateCorrectiveActionContext, boolean allowWriteToDelegateCorrectiveActionContext)
          Constructor for CorrectiveActionContext