Uses of Class
org.jboss.messaging.core.impl.IDManager

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

Uses of IDManager in org.jboss.jms.server
 

Methods in org.jboss.jms.server that return IDManager
 IDManager ServerPeer.getChannelIDManager()
           
 IDManager ServerPeer.getMessageIDManager()
           
 

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

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

Uses of IDManager in org.jboss.messaging.core.impl.tx
 

Constructors in org.jboss.messaging.core.impl.tx with parameters of type IDManager
TransactionRepository(PersistenceManager persistenceManager, MessageStore store, IDManager idManager)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.