Uses of Interface
org.jboss.messaging.core.FilterFactory

Packages that use FilterFactory
org.jboss.jms.server.selector   
org.jboss.messaging.core.plugin.postoffice   
org.jboss.messaging.core.plugin.postoffice.cluster   
 

Uses of FilterFactory in org.jboss.jms.server.selector
 

Classes in org.jboss.jms.server.selector that implement FilterFactory
 class SelectorFactory
          A SelectorFactory
 

Uses of FilterFactory in org.jboss.messaging.core.plugin.postoffice
 

Fields in org.jboss.messaging.core.plugin.postoffice declared as FilterFactory
protected  FilterFactory DefaultPostOffice.filterFactory
           
 

Constructors in org.jboss.messaging.core.plugin.postoffice with parameters of type FilterFactory
DefaultPostOffice(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)
           
 

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

Constructors in org.jboss.messaging.core.plugin.postoffice.cluster with parameters of type FilterFactory
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.