站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 messaging API Documentation 英文版文档

Uses of Interface org.jboss.mq.pm.PersistenceManager (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档


Uses of Interface
org.jboss.mq.pm.PersistenceManager

Packages that use PersistenceManager
org.jboss.mq.pm   
org.jboss.mq.pm.file   
org.jboss.mq.pm.none   
org.jboss.mq.server   
 

Uses of PersistenceManager in org.jboss.mq.pm
 

Subinterfaces of PersistenceManager in org.jboss.mq.pm
 interface NewPersistenceManager
          New Persistence Manager interface
 

Methods in org.jboss.mq.pm with parameters of type PersistenceManager
 void Tx.rollback(PersistenceManager pm)
          Commit the transaction
 

Constructors in org.jboss.mq.pm with parameters of type PersistenceManager
TxManager(PersistenceManager pm)
          Create a new TxManager
 

Uses of PersistenceManager in org.jboss.mq.pm.file
 

Classes in org.jboss.mq.pm.file that implement PersistenceManager
 class PersistenceManager
          This class manages all persistence related services for file based persistence.
 

Uses of PersistenceManager in org.jboss.mq.pm.none
 

Classes in org.jboss.mq.pm.none that implement PersistenceManager
 class NewPersistenceManager
          A persistence manager and cache store that does not persistence.
 

Uses of PersistenceManager in org.jboss.mq.server
 

Methods in org.jboss.mq.server that return PersistenceManager
 PersistenceManager JMSDestinationManager.getPersistenceManager()
          Gets the PersistenceManager attribute of the JMSServer object
 

Methods in org.jboss.mq.server with parameters of type PersistenceManager
 void JMSDestinationManager.setPersistenceManager(PersistenceManager newPersistenceManager)
          Sets the PersistenceManager attribute of the JMSServer object
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.