Uses of Interface
org.jboss.ha.framework.interfaces.HASingletonLifecycle

Packages that use HASingletonLifecycle
org.jboss.ha.framework.interfaces   
org.jboss.ha.framework.server   
 

Uses of HASingletonLifecycle in org.jboss.ha.framework.interfaces
 

Subinterfaces of HASingletonLifecycle in org.jboss.ha.framework.interfaces
 interface HASingleton<E extends EventObject>
          Basic interface for HA-Singleton services.
 

Uses of HASingletonLifecycle in org.jboss.ha.framework.server
 

Classes in org.jboss.ha.framework.server that implement HASingletonLifecycle
 class HASingletonImpl<E extends EventObject>
          Base class for HA-singleton based services.
 

Constructors in org.jboss.ha.framework.server with parameters of type HASingletonLifecycle
HASingletonImpl(EventFactory<E> eventFactory, EventFacility<E> eventHandler, HASingletonLifecycle singletonLifecycle)
           
 



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