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

Quick Search    Search Deep

Package org.jbossmx.cluster.watchdog.mbean

Interface Summary
StartableMBean The MBean interface for a monitorable MBean
Test1MBean Interface for a Test MBean
WatchdogEventDispatcher Interface for classes which send WatchdogEvents
WatchdogEventManagerMBean  
WatchdogEventManagerRemoteInterface  
WatchdogListener Recipient of WatchdogEvents
WatchdogMBean JMX MBean interface for the Watchdog class
 

Class Summary
EmailWatchdogListener Class for listening to WatchdogEvents and for sending them onto an email address
Startable Base class for MBeans that can be monitored
Test1 A Test MBean
Watchdog The Watchdog class monitors all the StartableMBean MBeans on a JMX Agent.
WatchdogCorrectiveAction This class encapsulates the sequences of corrective actions the Watchdog should take when the StartableMBean fails.
WatchdogEvent Class for representing problematic Watchdog events.
WatchdogEventDispatcherSupport This class facilitates the distribution of WatchdogEvents to WatchdogListeners
WatchdogEventManager