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

Packages that use ClusterNotifier
org.jboss.jms.server   
org.jboss.messaging.core.impl   
org.jboss.messaging.core.impl.postoffice   
 

Uses of ClusterNotifier in org.jboss.jms.server
 

Methods in org.jboss.jms.server that return ClusterNotifier
 ClusterNotifier ServerPeer.getClusterNotifier()
           
 

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

Classes in org.jboss.messaging.core.impl that implement ClusterNotifier
 class DefaultClusterNotifier
           
 

Uses of ClusterNotifier in org.jboss.messaging.core.impl.postoffice
 

Constructors in org.jboss.messaging.core.impl.postoffice with parameters of type ClusterNotifier
MessagingPostOffice(javax.sql.DataSource ds, TransactionManager tm, java.util.Properties sqlProperties, boolean createTablesOnStartup, int nodeId, java.lang.String officeName, MessageStore ms, PersistenceManager pm, TransactionRepository tr, FilterFactory filterFactory, ConditionFactory conditionFactory, IDManager channelIDManager, ClusterNotifier clusterNotifier)
           
MessagingPostOffice(javax.sql.DataSource ds, TransactionManager tm, java.util.Properties sqlProperties, boolean createTablesOnStartup, int nodeId, java.lang.String officeName, MessageStore ms, PersistenceManager pm, TransactionRepository tr, FilterFactory filterFactory, ConditionFactory conditionFactory, IDManager channelIDManager, ClusterNotifier clusterNotifier, java.lang.String groupName, ChannelFactory jChannelFactory, long stateTimeout, long castTimeout, boolean supportsFailover, int maxConcurrentReplications)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.