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

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

Uses of PersistenceManager in org.jboss.jms.server
 

Fields in org.jboss.jms.server declared as PersistenceManager
protected  PersistenceManager ServerPeer.persistenceManager
           
 

Methods in org.jboss.jms.server that return PersistenceManager
 PersistenceManager ServerPeer.getPersistenceManagerInstance()
           
 

Uses of PersistenceManager in org.jboss.messaging.core.impl
 

Classes in org.jboss.messaging.core.impl that implement PersistenceManager
 class JDBCPersistenceManager
          JDBC implementation of PersistenceManager
 

Fields in org.jboss.messaging.core.impl declared as PersistenceManager
protected  PersistenceManager ChannelSupport.pm
           
 

Constructors in org.jboss.messaging.core.impl with parameters of type PersistenceManager
ChannelSupport(long channelID, PersistenceManager pm, boolean recoverable, int maxSize)
           
IDManager(java.lang.String counterName, int bigBlockSize, PersistenceManager pm)
           
MessagingQueue(int nodeID, java.lang.String name, long id, MessageStore ms, PersistenceManager pm, boolean recoverable, Filter filter, boolean clustered)
          This constructor is used when loading queue from storage - the paging params, maxSize and recoverDeliveriesTimeout don't matter they are injected when the queue or topic service is started
MessagingQueue(int nodeID, java.lang.String name, long id, MessageStore ms, PersistenceManager pm, boolean recoverable, int maxSize, Filter filter, boolean clustered)
           
MessagingQueue(int nodeID, java.lang.String name, long id, MessageStore ms, PersistenceManager pm, boolean recoverable, int maxSize, Filter filter, int fullSize, int pageSize, int downCacheSize, boolean clustered, long recoverDeliveriesTimeout)
           
PagingChannelSupport(long channelID, MessageStore ms, PersistenceManager pm, boolean recoverable, int maxSize)
          Constructor with default paging params.
PagingChannelSupport(long channelID, MessageStore ms, PersistenceManager pm, boolean recoverable, int maxSize, int fullSize, int pageSize, int downCacheSize)
          Constructor specifying paging params.
 

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

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

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



Copyright © 2006 JBoss Inc. All Rights Reserved.