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

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

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, javax.transaction.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, javax.transaction.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, boolean failoverOnNodeLeave)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.