Uses of Interface
org.apache.qpid.server.store.MessageStore

Packages that use MessageStore
org.apache.qpid.server   
org.apache.qpid.server.logging.subjects   
org.apache.qpid.server.store   
org.apache.qpid.server.transport   
org.apache.qpid.server.virtualhost   
 

Uses of MessageStore in org.apache.qpid.server
 

Methods in org.apache.qpid.server that return MessageStore
 MessageStore AMQChannel.getMessageStore()
           
 

Constructors in org.apache.qpid.server with parameters of type MessageStore
AMQChannel(AMQProtocolSession session, int channelId, MessageStore messageStore)
           
 

Uses of MessageStore in org.apache.qpid.server.logging.subjects
 

Constructors in org.apache.qpid.server.logging.subjects with parameters of type MessageStore
MessageStoreLogSubject(VirtualHost vhost, MessageStore store)
          Create an ExchangeLogSubject that Logs in the following format.
 

Uses of MessageStore in org.apache.qpid.server.store
 

Classes in org.apache.qpid.server.store that implement MessageStore
 class AbstractMessageStore
           
 class DerbyMessageStore
          An implementation of a MessageStore that uses Apache Derby as the persistance mechanism.
 class MemoryMessageStore
          A simple message store that stores the messages in a threadsafe structure in memory.
 

Methods in org.apache.qpid.server.store with parameters of type MessageStore
 ConfigurationRecoveryHandler.QueueRecoveryHandler ConfigurationRecoveryHandler.begin(MessageStore store)
           
 

Uses of MessageStore in org.apache.qpid.server.transport
 

Methods in org.apache.qpid.server.transport that return MessageStore
 MessageStore ServerSession.getMessageStore()
           
 

Uses of MessageStore in org.apache.qpid.server.virtualhost
 

Methods in org.apache.qpid.server.virtualhost that return MessageStore
 MessageStore VirtualHost.getMessageStore()
           
 MessageStore VirtualHostImpl.getMessageStore()
           
 

Methods in org.apache.qpid.server.virtualhost with parameters of type MessageStore
 ConfigurationRecoveryHandler.QueueRecoveryHandler VirtualHostConfigRecoveryHandler.begin(MessageStore store)
           
 

Constructors in org.apache.qpid.server.virtualhost with parameters of type MessageStore
VirtualHostImpl(VirtualHostConfiguration hostConfig, MessageStore store)
           
 



Licensed to the Apache Software Foundation