| org.jboss.mq.pm.none.PersistenceManager
All known Subclasses: org.jboss.mq.pm.none.NewPersistenceManager,
PersistenceManager | public class PersistenceManager extends ServiceMBeanSupport implements PersistenceManagerMBean,org.jboss.mq.pm.PersistenceManager,CacheStore(Code) | | A persistence manager and cache store that does not persistence.
It can do persistence by delegating to a real persistence manager,
depending upon destination configuration.
author: Adrian Brock (adrian@jboss.org) version: $Revision: 57198 $ |
cache | ConcurrentHashMap cache(Code) | | The cache
|
delegateName | ObjectName delegateName(Code) | | The oject name of the delegate persistence manger
|
nextTransactionid | SynchronizedLong nextTransactionid(Code) | | The next transaction id
|
commitPersistentTx | public void commitPersistentTx(Tx txId) throws JMSException(Code) | | |
createPersistentTx | public Tx createPersistentTx() throws JMSException(Code) | | |
getDelegatePM | public ObjectName getDelegatePM()(Code) | | Retrieve the delegate persistence manager
the object name of the delegate persistence manager |
rollbackPersistentTx | public void rollbackPersistentTx(Tx txId) throws JMSException(Code) | | |
setDelegatePM | public void setDelegatePM(ObjectName delegateName)(Code) | | Set the delegate persistence manager
Parameters: delegatePM - the delegate persistence manager |
setMessageCache | public void setMessageCache(ObjectName messageCache)(Code) | | Unsupported operation
|
|
|