Uses of Interface
org.jboss.messaging.core.contract.ClusterNotificationListener

Packages that use ClusterNotificationListener
org.jboss.jms.server.connectionfactory   
org.jboss.jms.server.connectionmanager   
org.jboss.messaging.core.contract   
org.jboss.messaging.core.impl   
org.jboss.messaging.core.impl.clusterconnection   
 

Uses of ClusterNotificationListener in org.jboss.jms.server.connectionfactory
 

Classes in org.jboss.jms.server.connectionfactory that implement ClusterNotificationListener
 class ConnectionFactoryJNDIMapper
           
 

Uses of ClusterNotificationListener in org.jboss.jms.server.connectionmanager
 

Classes in org.jboss.jms.server.connectionmanager that implement ClusterNotificationListener
 class SimpleConnectionManager
           
 

Uses of ClusterNotificationListener in org.jboss.messaging.core.contract
 

Methods in org.jboss.messaging.core.contract with parameters of type ClusterNotificationListener
 void ClusterNotifier.registerListener(ClusterNotificationListener listener)
           
 void ClusterNotifier.unregisterListener(ClusterNotificationListener listener)
           
 

Uses of ClusterNotificationListener in org.jboss.messaging.core.impl
 

Classes in org.jboss.messaging.core.impl that implement ClusterNotificationListener
 class FailoverWaiter
           
 

Methods in org.jboss.messaging.core.impl with parameters of type ClusterNotificationListener
 void DefaultClusterNotifier.registerListener(ClusterNotificationListener listener)
           
 void DefaultClusterNotifier.unregisterListener(ClusterNotificationListener listener)
           
 

Uses of ClusterNotificationListener in org.jboss.messaging.core.impl.clusterconnection
 

Classes in org.jboss.messaging.core.impl.clusterconnection that implement ClusterNotificationListener
 class ClusterConnectionManager
          This class handles connections to other nodes that are used to pull messages from remote queues to local queues
 



Copyright © 2006 JBoss Inc. All Rights Reserved.