Uses of Interface
org.jboss.ha.framework.interfaces.DistributedReplicantManager.ReplicantListener

Packages that use DistributedReplicantManager.ReplicantListener
org.jboss.ha.framework.interfaces   
org.jboss.ha.framework.server   
 

Uses of DistributedReplicantManager.ReplicantListener in org.jboss.ha.framework.interfaces
 

Methods in org.jboss.ha.framework.interfaces with parameters of type DistributedReplicantManager.ReplicantListener
 void DistributedReplicantManager.registerListener(String key, DistributedReplicantManager.ReplicantListener subscriber)
          Subscribe a new listener for replicant changes
 void DistributedReplicantManager.unregisterListener(String key, DistributedReplicantManager.ReplicantListener subscriber)
          Unsubscribe a listener that had subscribed for replicant changes
 

Uses of DistributedReplicantManager.ReplicantListener in org.jboss.ha.framework.server
 

Classes in org.jboss.ha.framework.server that implement DistributedReplicantManager.ReplicantListener
 class HAServiceImpl<E extends EventObject>
          Base class for clustered services.
 class HASingletonImpl<E extends EventObject>
          Base class for HA-singleton based services.
 class HATarget
          Control point representing a clustered service.
 



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