Uses of Class
org.jboss.messaging.core.contract.ClusterNotification

Packages that use ClusterNotification
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 ClusterNotification in org.jboss.jms.server.connectionfactory
 

Methods in org.jboss.jms.server.connectionfactory with parameters of type ClusterNotification
 void ConnectionFactoryJNDIMapper.notify(ClusterNotification notification)
           
 

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

Methods in org.jboss.jms.server.connectionmanager with parameters of type ClusterNotification
 void SimpleConnectionManager.notify(ClusterNotification notification)
          Closing connections that are coming from a failed node
 

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

Methods in org.jboss.messaging.core.contract with parameters of type ClusterNotification
 void ClusterNotificationListener.notify(ClusterNotification notification)
           
 void ClusterNotifier.sendNotification(ClusterNotification notification)
           
 

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

Methods in org.jboss.messaging.core.impl with parameters of type ClusterNotification
 void FailoverWaiter.notify(ClusterNotification notification)
           
 void DefaultClusterNotifier.sendNotification(ClusterNotification notification)
           
 

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

Methods in org.jboss.messaging.core.impl.clusterconnection with parameters of type ClusterNotification
 void ClusterConnectionManager.notify(ClusterNotification notification)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.