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

Packages that use ChannelFactory
org.jboss.messaging.core.impl.jchannelfactory   
org.jboss.messaging.core.impl.postoffice   
 

Uses of ChannelFactory in org.jboss.messaging.core.impl.jchannelfactory
 

Classes in org.jboss.messaging.core.impl.jchannelfactory that implement ChannelFactory
 class MultiplexerChannelFactory
          A ChannelFactory that will use the MBean ChannelFactory interface
 class XMLChannelFactory
          A ChannelFactory that will use Elements to create channels.
 

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

Constructors in org.jboss.messaging.core.impl.postoffice with parameters of type ChannelFactory
GroupMember(java.lang.String groupName, long stateTimeout, long castTimeout, ChannelFactory jChannelFactory, org.jboss.messaging.core.impl.postoffice.RequestTarget requestTarget, org.jboss.messaging.core.impl.postoffice.GroupListener groupListener)
           
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.