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

Packages that use DistributedState.DSListenerEx
org.jboss.cache.invalidation.bridges   
org.jboss.ejb.plugins   
org.jboss.ha.framework.interfaces   
org.jboss.ha.framework.server   
 

Uses of DistributedState.DSListenerEx in org.jboss.cache.invalidation.bridges
 

Classes in org.jboss.cache.invalidation.bridges that implement DistributedState.DSListenerEx
 class JGCacheInvalidationBridge
          JGroups implementation of a cache invalidation bridge
 

Uses of DistributedState.DSListenerEx in org.jboss.ejb.plugins
 

Classes in org.jboss.ejb.plugins that implement DistributedState.DSListenerEx
 class ClusterSyncEntityInstanceCache
          Cache subclass for entity beans shared accross a cluster with distributed cache corruption mechanism.
 

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

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

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

Methods in org.jboss.ha.framework.server with parameters of type DistributedState.DSListenerEx
 void DistributedStateImpl.registerDSListenerEx(String category, DistributedState.DSListenerEx subscriber)
           
 void DistributedStateImpl.unregisterDSListenerEx(String category, DistributedState.DSListenerEx subscriber)
           
 



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