org.codehaus.activemq.service.impl
Class PersistenceAdapterSupport
java.lang.Object
org.codehaus.activemq.service.impl.PersistenceAdapterSupport
- All Implemented Interfaces:
- PersistenceAdapter, Service
- Direct Known Subclasses:
- CachePersistenceAdapter, VMPersistenceAdapter
- public abstract class PersistenceAdapterSupport
- extends Object
- implements PersistenceAdapter
Abstract base class useful for implementation inheritence
- Version:
- $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.activemq.service.Service |
start, stop |
PersistenceAdapterSupport
public PersistenceAdapterSupport()
createTopicMessageContainer
public TopicMessageContainer createTopicMessageContainer(String destinationName)
throws JMSException
- Description copied from interface:
PersistenceAdapter
- Factory method to create a new durable topic based message container
- Specified by:
createTopicMessageContainer
in interface PersistenceAdapter
- Throws:
JMSException
createQueueMessageContainer
public QueueMessageContainer createQueueMessageContainer(String destinationName)
throws JMSException
- Description copied from interface:
PersistenceAdapter
- Factory method to create a new durable queue based message contaienr
- Specified by:
createQueueMessageContainer
in interface PersistenceAdapter
- Throws:
JMSException
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.