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

Packages that use PersistenceManager
org.jboss.jms.server   
org.jboss.jms.server.plugin   
org.jboss.jms.server.plugin.contract   
org.jboss.jms.server.subscription   
org.jboss.messaging.core   
org.jboss.messaging.core.distributed.queue   
org.jboss.messaging.core.distributed.topic   
org.jboss.messaging.core.local   
org.jboss.messaging.core.plugin   
org.jboss.messaging.core.tx   
 

Uses of PersistenceManager in org.jboss.jms.server
 

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

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

Uses of PersistenceManager in org.jboss.jms.server.plugin
 

Methods in org.jboss.jms.server.plugin with parameters of type PersistenceManager
 void JDBCChannelMapper.setPersistenceManager(PersistenceManager pm)
           
 void JDBCChannelMapper.deployCoreDestination(boolean isQueue, java.lang.String destName, MessageStore ms, PersistenceManager pm, MemoryManager mm, int fullSize, int pageSize, int downCacheSize)
           
 void JDBCChannelMapper.deployTemporaryCoreDestination(boolean isQueue, java.lang.String destName, long id, MessageStore ms, PersistenceManager pm, MemoryManager mm, int fullSize, int pageSize, int downCacheSize)
           
 DurableSubscription JDBCChannelMapper.getDurableSubscription(java.lang.String clientID, java.lang.String subscriptionName, MessageStore ms, PersistenceManager pm, MemoryManager mm)
           
 DurableSubscription JDBCChannelMapper.createDurableSubscription(java.lang.String topicName, java.lang.String clientID, java.lang.String subscriptionName, java.lang.String selector, boolean noLocal, MessageStore ms, PersistenceManager pm, MemoryManager mm)
           
 Subscription JDBCChannelMapper.createSubscription(java.lang.String topicName, java.lang.String selector, boolean noLocal, MessageStore ms, PersistenceManager pm, MemoryManager mm)
           
protected  java.util.List JDBCChannelMapper.loadDurableSubscriptionsForTopic(java.lang.String topicName, MessageStore ms, PersistenceManager pm, MemoryManager mm)
           
protected  DurableSubscription JDBCChannelMapper.createDurableSubscriptionInternal(long id, java.lang.String topicName, java.lang.String clientID, java.lang.String subscriptionName, Selector selector, boolean noLocal, MessageStore ms, PersistenceManager pm, MemoryManager mm)
           
 

Uses of PersistenceManager in org.jboss.jms.server.plugin.contract
 

Methods in org.jboss.jms.server.plugin.contract with parameters of type PersistenceManager
 void ChannelMapper.deployCoreDestination(boolean isQueue, java.lang.String destName, MessageStore ms, PersistenceManager pm, MemoryManager mm, int fullSize, int pageSize, int downCacheSize)
           
 void ChannelMapper.deployTemporaryCoreDestination(boolean isQueue, java.lang.String destName, long id, MessageStore ms, PersistenceManager pm, MemoryManager mm, int fullSize, int pageSize, int downCacheSize)
           
 DurableSubscription ChannelMapper.createDurableSubscription(java.lang.String topicName, java.lang.String clientID, java.lang.String subscriptionName, java.lang.String selector, boolean noLocal, MessageStore ms, PersistenceManager pm, MemoryManager mm)
           
 Subscription ChannelMapper.createSubscription(java.lang.String topicName, java.lang.String selector, boolean noLocal, MessageStore ms, PersistenceManager pm, MemoryManager mm)
           
 DurableSubscription ChannelMapper.getDurableSubscription(java.lang.String clientID, java.lang.String subscriptionName, MessageStore ms, PersistenceManager pm, MemoryManager mm)
           
 void ChannelMapper.setPersistenceManager(PersistenceManager pm)
           
 

Uses of PersistenceManager in org.jboss.jms.server.subscription
 

Constructors in org.jboss.jms.server.subscription with parameters of type PersistenceManager
Subscription(long id, Topic topic, MessageStore ms, PersistenceManager pm, MemoryManager mm, int fullSize, int pageSize, int downCacheSize, QueuedExecutor executor, Selector selector, boolean isNoLocal)
           
Subscription(long id, Topic topic, MessageStore ms, PersistenceManager pm, MemoryManager mm, boolean recoverable, int fullSize, int pageSize, int downCacheSize, QueuedExecutor executor, Selector selector, boolean isNoLocal)
           
DurableSubscription(long id, Topic topic, MessageStore ms, PersistenceManager pm, MemoryManager mm, int fullSize, int pageSize, int downCacheSize, QueuedExecutor executor, Selector selector, boolean isNoLocal, java.lang.String name, java.lang.String clientID)
           
 

Uses of PersistenceManager in org.jboss.messaging.core
 

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

Constructors in org.jboss.messaging.core with parameters of type PersistenceManager
ChannelSupport(long channelID, MessageStore ms, PersistenceManager pm, MemoryManager mm, boolean acceptReliableMessages, boolean recoverable, int fullSize, int pageSize, int downCacheSize, QueuedExecutor executor)
           
 

Uses of PersistenceManager in org.jboss.messaging.core.distributed.queue
 

Constructors in org.jboss.messaging.core.distributed.queue with parameters of type PersistenceManager
DistributedQueue(java.lang.String name, MessageStore ms, PersistenceManager tl, RpcDispatcher dispatcher)
          A recoverable queue peer.
 

Uses of PersistenceManager in org.jboss.messaging.core.distributed.topic
 

Fields in org.jboss.messaging.core.distributed.topic declared as PersistenceManager
protected  PersistenceManager DistributedTopic.pm
           
 

Constructors in org.jboss.messaging.core.distributed.topic with parameters of type PersistenceManager
DistributedTopic(java.lang.String name, MessageStore ms, PersistenceManager pm, RpcDispatcher dispatcher)
           
 

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

Constructors in org.jboss.messaging.core.local with parameters of type PersistenceManager
Queue(long id, MessageStore ms, PersistenceManager pm, MemoryManager mm, boolean recoverable, int fullSize, int pageSize, int downCacheSize, QueuedExecutor executor)
           
Pipe(long id, MessageStore ms, PersistenceManager pm, MemoryManager mm, boolean acceptReliableMessages, boolean recoverable, int fullSize, int pageSize, int downCacheSize, QueuedExecutor executor)
           
CoreSubscription(long id, Topic topic, MessageStore ms, PersistenceManager pm, MemoryManager mm, boolean recoverable, int fullSize, int pageSize, int downCacheSize, QueuedExecutor executor, Filter filter)
           
 

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

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

Fields in org.jboss.messaging.core.plugin declared as PersistenceManager
protected  PersistenceManager IdManager.pm
           
 

Constructors in org.jboss.messaging.core.plugin with parameters of type PersistenceManager
IdManager(java.lang.String counterName, int bigBlockSize, PersistenceManager pm)
           
 

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

Fields in org.jboss.messaging.core.tx declared as PersistenceManager
protected  PersistenceManager TransactionRepository.persistenceManager
           
 

Methods in org.jboss.messaging.core.tx with parameters of type PersistenceManager
 void TransactionRepository.start(PersistenceManager persistenceManager)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.