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

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

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.impl.postoffice
 

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