Uses of Interface
org.jboss.messaging.core.plugin.contract.FailoverMapper

Packages that use FailoverMapper
org.jboss.messaging.core.plugin.contract   
org.jboss.messaging.core.plugin.postoffice.cluster   
 

Uses of FailoverMapper in org.jboss.messaging.core.plugin.contract
 

Methods in org.jboss.messaging.core.plugin.contract that return FailoverMapper
 FailoverMapper Replicator.getFailoverMapper()
          TODO - this method doesn't belong here...
 

Uses of FailoverMapper in org.jboss.messaging.core.plugin.postoffice.cluster
 

Classes in org.jboss.messaging.core.plugin.postoffice.cluster that implement FailoverMapper
 class DefaultFailoverMapper
          A DefaultFailoverMapper Generates the mapping by looking to the element to the right and wrapping around to the first element in the list
 

Methods in org.jboss.messaging.core.plugin.postoffice.cluster that return FailoverMapper
 FailoverMapper DefaultClusteredPostOffice.getFailoverMapper()
           
 

Constructors in org.jboss.messaging.core.plugin.postoffice.cluster with parameters of type FailoverMapper
DefaultClusteredPostOffice(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, java.lang.String groupName, JChannelFactory JChannelFactory, long stateTimeout, long castTimeout, MessagePullPolicy redistributionPolicy, ClusterRouterFactory rf, FailoverMapper failoverMapper, long statsSendPeriod, int poolSize)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.