Uses of Interface
org.jboss.ha.framework.interfaces.DistributedState.DSListener

Packages that use DistributedState.DSListener
org.jboss.ha.framework.interfaces   
org.jboss.ha.framework.server   
 

Uses of DistributedState.DSListener in org.jboss.ha.framework.interfaces
 

Methods in org.jboss.ha.framework.interfaces with parameters of type DistributedState.DSListener
 void DistributedState.registerDSListener(String category, DistributedState.DSListener subscriber)
          Subscribes to receive DistributedState.DSListener events
 void DistributedState.unregisterDSListener(String category, DistributedState.DSListener subscriber)
          Subscribes from DistributedState.DSListener events
 

Uses of DistributedState.DSListener in org.jboss.ha.framework.server
 

Methods in org.jboss.ha.framework.server with parameters of type DistributedState.DSListener
 void DistributedStateImpl.registerDSListener(String category, DistributedState.DSListener subscriber)
           
 void DistributedStateImpl.unregisterDSListener(String category, DistributedState.DSListener subscriber)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.