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

Packages that use DurableConfigurationStore
org.apache.qpid.server.exchange   
org.apache.qpid.server.store   
org.apache.qpid.server.virtualhost   
 

Uses of DurableConfigurationStore in org.apache.qpid.server.exchange
 

Methods in org.apache.qpid.server.exchange that return DurableConfigurationStore
 DurableConfigurationStore DefaultExchangeRegistry.getDurableConfigurationStore()
           
 

Methods in org.apache.qpid.server.exchange with parameters of type DurableConfigurationStore
 void ExchangeInitialiser.initialise(ExchangeFactory factory, ExchangeRegistry registry, DurableConfigurationStore store)
           
 

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

Subinterfaces of DurableConfigurationStore in org.apache.qpid.server.store
 interface MessageStore
          MessageStore defines the interface to a storage area, which can be used to preserve the state of messages.
 

Classes in org.apache.qpid.server.store that implement DurableConfigurationStore
 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 that return DurableConfigurationStore
 DurableConfigurationStore DurableConfigurationStore.Source.getDurableConfigurationStore()
           
 

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

Methods in org.apache.qpid.server.virtualhost that return DurableConfigurationStore
 DurableConfigurationStore VirtualHost.getDurableConfigurationStore()
           
 DurableConfigurationStore VirtualHostImpl.getDurableConfigurationStore()
           
 



Licensed to the Apache Software Foundation