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

java.lang.Objectorg.jbossmx.cluster.watchdog.mbean.WatchdogEvent
- All Implemented Interfaces:
- java.io.Serializable
- public final class WatchdogEvent
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
Class for representing problematic Watchdog events.
| Field Summary | |
private java.lang.String |
m_event
A description of the event |
| Constructor Summary | |
WatchdogEvent(java.lang.String event)
Constructor for WatchdogEvent |
|
| Method Summary | |
java.lang.String |
getEvent()
Gets a description of the event. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
m_event
private java.lang.String m_event
- A description of the event
| Constructor Detail |
WatchdogEvent
public WatchdogEvent(java.lang.String event)
- Constructor for WatchdogEvent
| Method Detail |
getEvent
public java.lang.String getEvent()
- Gets a description of the event.
|
|||||||||
| Home >> All >> org >> jbossmx >> cluster >> watchdog >> [ mbean overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jbossmx.cluster.watchdog.mbean.WatchdogEvent