Uses of Class
org.apache.qpid.server.configuration.ConfigStore

Packages that use ConfigStore
org.apache.qpid.qmf   
org.apache.qpid.server   
org.apache.qpid.server.configuration   
org.apache.qpid.server.exchange   
org.apache.qpid.server.federation   
org.apache.qpid.server.protocol   
org.apache.qpid.server.queue   
org.apache.qpid.server.registry   
org.apache.qpid.server.subscription   
org.apache.qpid.server.virtualhost   
 

Uses of ConfigStore in org.apache.qpid.qmf
 

Methods in org.apache.qpid.qmf that return ConfigStore
 ConfigStore ManagementExchange.getConfigStore()
           
 

Constructors in org.apache.qpid.qmf with parameters of type ConfigStore
QMFService(ConfigStore configStore, IApplicationRegistry applicationRegistry)
           
 

Uses of ConfigStore in org.apache.qpid.server
 

Methods in org.apache.qpid.server that return ConfigStore
 ConfigStore AMQChannel.getConfigStore()
           
 

Uses of ConfigStore in org.apache.qpid.server.configuration
 

Methods in org.apache.qpid.server.configuration that return ConfigStore
 ConfigStore QueueConfig.getConfigStore()
           
 ConfigStore ConnectionConfig.getConfigStore()
           
static ConfigStore ConfigStore.newInstance()
           
 

Constructors in org.apache.qpid.server.configuration with parameters of type ConfigStore
SystemConfigImpl(ConfigStore store)
           
SystemConfigImpl(UUID id, ConfigStore store)
           
 

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

Methods in org.apache.qpid.server.exchange that return ConfigStore
 ConfigStore AbstractExchange.getConfigStore()
           
 

Uses of ConfigStore in org.apache.qpid.server.federation
 

Methods in org.apache.qpid.server.federation that return ConfigStore
 ConfigStore BrokerLink.getConfigStore()
           
 

Uses of ConfigStore in org.apache.qpid.server.protocol
 

Methods in org.apache.qpid.server.protocol that return ConfigStore
 ConfigStore AMQProtocolEngine.getConfigStore()
           
 ConfigStore ProtocolEngine_0_10.getConfigStore()
           
 

Uses of ConfigStore in org.apache.qpid.server.queue
 

Methods in org.apache.qpid.server.queue that return ConfigStore
 ConfigStore SimpleAMQQueue.getConfigStore()
           
 

Uses of ConfigStore in org.apache.qpid.server.registry
 

Methods in org.apache.qpid.server.registry that return ConfigStore
 ConfigStore IApplicationRegistry.getConfigStore()
           
 ConfigStore ApplicationRegistry.getConfigStore()
           
 

Methods in org.apache.qpid.server.registry with parameters of type ConfigStore
 void IApplicationRegistry.setConfigStore(ConfigStore store)
           
 void ApplicationRegistry.setConfigStore(ConfigStore configStore)
           
 

Uses of ConfigStore in org.apache.qpid.server.subscription
 

Methods in org.apache.qpid.server.subscription that return ConfigStore
 ConfigStore SubscriptionImpl.getConfigStore()
           
 ConfigStore Subscription_0_10.getConfigStore()
           
 

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

Methods in org.apache.qpid.server.virtualhost that return ConfigStore
 ConfigStore VirtualHost.getConfigStore()
           
 ConfigStore VirtualHostRegistry.getConfigStore()
           
 ConfigStore VirtualHostImpl.getConfigStore()
           
 



Licensed to the Apache Software Foundation