| Home >> All >> org >> jbossmx |
| | org.jbossmx.cluster.* (66) | | org.jbossmx.util.* (3) |
Package Samples:
org.jbossmx.cluster.watchdog
org.jbossmx.cluster.watchdog.mbean
org.jbossmx.cluster.watchdog.mbean.watchdog
org.jbossmx.cluster.watchdog.mbean.xmlet
org.jbossmx.cluster.watchdog.util
org.jbossmx.cluster.watchdog.util.xml
org.jbossmx.util
Classes:
XMLObjectCreator: XMLObjectCreator is a utility class for creating Java objects from XML Examples of XML: Example 1: <param class="java.lang.String">Hello</param> Example 2: <param class="java.lang.Boolean">true</param> Example 3: <param class="com.company.Rational"> <param class="java.lang.Integer">3</param> <param class="java.lang.Integer">4</param> </param> Example 4: <param class="com.company.Thing[]"> <param class="com.company.Thing"> <param class="java.lang.Integer">1</param> <param class="java.lang.Integer">2</param> ...
WatchdogCorrectiveAction: This class encapsulates the sequences of corrective actions the Watchdog should take when the StartableMBean fails.
StringInitProperties: Properties class which can be initialised from a String, first used (via reflection) by RegisterActivatableObjects
SwapMachines: Class for swapping the roles of active and failover machines, swaps the locations of all the agents.
Watchdog2: Refactoring of Watchdog class, documentation doesn't need to be done yet, so neeer!
EmailWatchdogListener: Class for listening to WatchdogEvents and for sending them onto an email address
WatchdogEventDispatcherSupport: This class facilitates the distribution of WatchdogEvents to WatchdogListeners
HermesMachineProperties: Utility class for retrieving Hermes properties from a Java Properties file
Watchdog: The Watchdog class monitors all the StartableMBean MBeans on a JMX Agent.
HermesException: Exception class to use for progating exception outside of Hermes
SimpleFailedMBeanPacker: Title: Description: Copyright: Copyright (c) 2001 Company:
TolerantFailedMBeanPacker: Title: Description: Copyright: Copyright (c) 2001 Company:
RegisterActivatableObjects: Class for registering general RMI Activatable Objects via XML.
CorrectiveActionContext: A Class for storing Contextual objects for CorrectiveActions.
ListRegistry: Class for listing the contents of a series of RMI Registries
CallScriptCorrectiveAction: CorrectiveAction for calling scripts and external programs
Configuration: Class for storing hard coded configuration for Hermes.
Watchdog2MBean: JMX MBean interface for the refactored Watchdog class
CorrectiveActionContextException: Class thrown for CorrectiveActionContext exceptions.
CorrectiveActionException: Class thrown for CorrectiveActionContext exceptions.
WatchdogEvent: Class for representing problematic Watchdog events.
CorrectiveAction: Interface for corrective actions to take on MBeans
CorrectiveActionContextConstants: Property keys to use for CorrectiveActionContext
WatchdogEventDispatcher: Interface for classes which send WatchdogEvents
| Home | Contact Us | Privacy Policy | Terms of Service |