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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.jbossmx.cluster.watchdog.mbean.WatchdogEvent
All Implemented Interfaces:
java.io.Serializable

public final class WatchdogEvent
extends java.lang.Object
implements java.io.Serializable

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.