org.apache.qpid.server.store
Class AbstractMessageStore
java.lang.Object
org.apache.qpid.server.store.AbstractMessageStore
- All Implemented Interfaces:
- DurableConfigurationStore, MessageStore, TransactionLog
public abstract class AbstractMessageStore
- extends Object
- implements MessageStore
Method Summary |
void |
close()
Called to close and cleanup any resources used by the message store. |
void |
configure(VirtualHost virtualHost)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_logSubject
protected LogSubject _logSubject
AbstractMessageStore
public AbstractMessageStore()
configure
public void configure(VirtualHost virtualHost)
throws Exception
- Throws:
Exception
close
public void close()
throws Exception
- Description copied from interface:
MessageStore
- Called to close and cleanup any resources used by the message store.
- Specified by:
close
in interface MessageStore
- Throws:
Exception
- If the close fails.
Licensed to the Apache Software Foundation