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

java.lang.Objectorg.jbossmx.cluster.watchdog.mbean.watchdog.CorrectiveActionContext
- public class CorrectiveActionContext
- extends java.lang.Object
A Class for storing Contextual objects for CorrectiveActions.
| Field Summary | |
private boolean |
m_allowWriteToDelegateCorrectiveActionContext
Whether the delegate CorrectiveActionContext can be writen to |
private java.util.Map |
m_correctiveActionContext
The Context storage |
private CorrectiveActionContext |
m_delegateCorrectiveActionContext
The delegate CorrectiveActionContext |
| Constructor Summary | |
CorrectiveActionContext()
Default constructor for CorrectiveActionContext |
|
CorrectiveActionContext(CorrectiveActionContext delegateCorrectiveActionContext,
boolean allowWriteToDelegateCorrectiveActionContext)
Constructor for CorrectiveActionContext |
|
| Method Summary | |
java.lang.Object |
addContextObject(java.lang.Object key,
java.lang.Object value)
Add a context object. |
private boolean |
getAllowWriteToDelegateCorrectiveActionContext()
Determines whether delegate CorrectiveActionContext can be writen to. |
java.lang.Object |
getContextObject(java.lang.Object key)
Gets a context object. |
private CorrectiveActionContext |
getDelegateCorrectiveActionContext()
Retrieves the delegate CorrectiveActionContext. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
m_correctiveActionContext
private java.util.Map m_correctiveActionContext
- The Context storage
m_delegateCorrectiveActionContext
private CorrectiveActionContext m_delegateCorrectiveActionContext
- The delegate CorrectiveActionContext
m_allowWriteToDelegateCorrectiveActionContext
private boolean m_allowWriteToDelegateCorrectiveActionContext
- Whether the delegate CorrectiveActionContext can be writen to
| Constructor Detail |
CorrectiveActionContext
public CorrectiveActionContext()
- Default constructor for CorrectiveActionContext
CorrectiveActionContext
public CorrectiveActionContext(CorrectiveActionContext delegateCorrectiveActionContext, boolean allowWriteToDelegateCorrectiveActionContext)
- Constructor for CorrectiveActionContext
| Method Detail |
addContextObject
public java.lang.Object addContextObject(java.lang.Object key, java.lang.Object value) throws CorrectiveActionContextException
- Add a context object.
getContextObject
public java.lang.Object getContextObject(java.lang.Object key)
- Gets a context object.
getDelegateCorrectiveActionContext
private CorrectiveActionContext getDelegateCorrectiveActionContext()
- Retrieves the delegate CorrectiveActionContext.
getAllowWriteToDelegateCorrectiveActionContext
private boolean getAllowWriteToDelegateCorrectiveActionContext()
- Determines whether delegate CorrectiveActionContext can be writen to.
|
|||||||||
| 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
org.jbossmx.cluster.watchdog.mbean.watchdog.CorrectiveActionContext