Uses of Interface
org.jboss.ha.jmx.HAServiceMBean

Packages that use HAServiceMBean
org.jboss.ha.jmx   
org.jboss.ha.singleton   
 

Uses of HAServiceMBean in org.jboss.ha.jmx
 

Classes in org.jboss.ha.jmx that implement HAServiceMBean
 class AbstractHAServiceMBeanSupport<S extends HAService<Notification>>
          Abstract implementation of HAServiceMBean for use by subclasses, e.g.
 class HAServiceMBeanSupport
          Management Bean for an HA-Service.
 

Uses of HAServiceMBean in org.jboss.ha.singleton
 

Subinterfaces of HAServiceMBean in org.jboss.ha.singleton
 interface HASingletonControllerMBean
          The management interface for the singleton controller service.
 interface HASingletonMBean
          Deprecated. 
 interface HASingletonSupportMBean
          The management interface for the singleton support service.
 

Classes in org.jboss.ha.singleton that implement HAServiceMBean
 class HASingletonController
          A clustered singleton service that calls a configurable method on a target (m)bean, whenever the current node becomes the master.
 class HASingletonSupport
          Base class for HA-Singleton legacy mbean services.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.