Uses of Interface
org.apache.qpid.server.configuration.ConfiguredObject

Packages that use ConfiguredObject
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.handler   
org.apache.qpid.server.protocol   
org.apache.qpid.server.queue   
org.apache.qpid.server.registry   
org.apache.qpid.server.subscription   
org.apache.qpid.server.transport   
org.apache.qpid.server.virtualhost   
 

Uses of ConfiguredObject in org.apache.qpid.qmf
 

Classes in org.apache.qpid.qmf with type parameters of type ConfiguredObject
(package private)  class QMFService.ConfigObjectAdapter<Q extends QMFObject<S,D>,S extends QMFObjectClass<Q,D>,D extends QMFObject.Delegate,T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
           
 

Classes in org.apache.qpid.qmf that implement ConfiguredObject
 class ManagementExchange
           
 

Methods in org.apache.qpid.qmf that return ConfiguredObject
 ConfiguredObject ManagementExchange.getParent()
           
 

Methods in org.apache.qpid.qmf with parameters of type ConfiguredObject
 void QMFService.onEvent(ConfiguredObject object, ConfigStore.Event evt)
           
 

Uses of ConfiguredObject in org.apache.qpid.server
 

Classes in org.apache.qpid.server that implement ConfiguredObject
 class AMQChannel
           
 

Methods in org.apache.qpid.server that return ConfiguredObject
 ConfiguredObject AMQChannel.getParent()
           
 

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

Classes in org.apache.qpid.server.configuration with type parameters of type ConfiguredObject
 class ConfigObjectType<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
           
 interface ConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>
           
static class ConfigProperty.ReadOnlyConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>
           
static class ConfigProperty.ReadWriteConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>
           
static interface ConfigStore.ConfigEventListener<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
           
 interface ConfiguredObject<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
           
 

Subinterfaces of ConfiguredObject in org.apache.qpid.server.configuration
 interface BindingConfig
           
 interface BridgeConfig
           
 interface BrokerConfig
           
 interface ConnectionConfig
           
 interface ExchangeConfig
           
 interface LinkConfig
           
 interface QueueConfig
           
 interface SessionConfig
           
 interface SubscriptionConfig
           
 interface SystemConfig
           
 interface VirtualHostConfig
           
 

Classes in org.apache.qpid.server.configuration that implement ConfiguredObject
 class SystemConfigImpl
           
 

Methods in org.apache.qpid.server.configuration with type parameters of type ConfiguredObject
<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
void
ConfigStore.addConfigEventListener(T type, ConfigStore.ConfigEventListener<T,C> listener)
           
<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
void
ConfigStore.addConfiguredObject(ConfiguredObject<T,C> object)
           
<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
ConfiguredObject<T,C>
ConfigStore.getConfiguredObject(ConfigObjectType<T,C> type, UUID id)
           
<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
Collection<? extends C>
ConfigStore.getConfiguredObjects(ConfigObjectType<T,C> type)
           
<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
void
ConfigStore.removeConfigEventListener(T type, ConfigStore.ConfigEventListener<T,C> listener)
           
<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
void
ConfigStore.removeConfiguredObject(ConfiguredObject<T,C> object)
           
 

Methods in org.apache.qpid.server.configuration that return ConfiguredObject
<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
ConfiguredObject<T,C>
ConfigStore.getConfiguredObject(ConfigObjectType<T,C> type, UUID id)
           
 ConfiguredObject<T,C> ConfiguredObject.getParent()
           
 ConfiguredObject SystemConfigImpl.getParent()
           
 

Methods in org.apache.qpid.server.configuration with parameters of type ConfiguredObject
<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
void
ConfigStore.addConfiguredObject(ConfiguredObject<T,C> object)
           
<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
void
ConfigStore.removeConfiguredObject(ConfiguredObject<T,C> object)
           
 

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

Subinterfaces of ConfiguredObject in org.apache.qpid.server.exchange
 interface Exchange
           
 

Classes in org.apache.qpid.server.exchange that implement ConfiguredObject
 class AbstractExchange
           
 class DirectExchange
           
 class FanoutExchange
           
 class HeadersExchange
          An exchange that binds queues based on a set of required headers and header values and routes messages to these queues by matching the headers of the message against those with which the queues were bound.
 class TopicExchange
           
 

Methods in org.apache.qpid.server.exchange that return ConfiguredObject
 ConfiguredObject AbstractExchange.getParent()
           
 

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

Classes in org.apache.qpid.server.federation that implement ConfiguredObject
 class Bridge
           
 class BrokerLink
           
 

Methods in org.apache.qpid.server.federation that return ConfiguredObject
 ConfiguredObject BrokerLink.getParent()
           
 ConfiguredObject Bridge.getParent()
           
 

Uses of ConfiguredObject in org.apache.qpid.server.handler
 

Classes in org.apache.qpid.server.handler that implement ConfiguredObject
static class BasicGetMethodHandler.GetNoAckSubscription
           
 

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

Classes in org.apache.qpid.server.protocol that implement ConfiguredObject
 class AMQProtocolEngine
           
 class ProtocolEngine_0_10
           
 

Methods in org.apache.qpid.server.protocol that return ConfiguredObject
 ConfiguredObject AMQProtocolEngine.getParent()
           
 ConfiguredObject ProtocolEngine_0_10.getParent()
           
 

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

Subinterfaces of ConfiguredObject in org.apache.qpid.server.queue
 interface AMQQueue
           
 

Classes in org.apache.qpid.server.queue that implement ConfiguredObject
 class AMQPriorityQueue
           
 class ConflationQueue
           
 class SimpleAMQQueue
           
 

Methods in org.apache.qpid.server.queue that return ConfiguredObject
 ConfiguredObject SimpleAMQQueue.getParent()
           
 

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

Classes in org.apache.qpid.server.registry that implement ConfiguredObject
 class BrokerConfigAdapter
           
 

Methods in org.apache.qpid.server.registry that return ConfiguredObject
 ConfiguredObject BrokerConfigAdapter.getParent()
           
 

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

Classes in org.apache.qpid.server.subscription that implement ConfiguredObject
 class Subscription_0_10
           
 class SubscriptionImpl
          Encapsulation of a supscription to a queue.
(package private) static class SubscriptionImpl.AckSubscription
           
(package private) static class SubscriptionImpl.BrowserSubscription
           
static class SubscriptionImpl.NoAckSubscription
           
 

Methods in org.apache.qpid.server.subscription that return ConfiguredObject
 ConfiguredObject SubscriptionImpl.getParent()
           
 ConfiguredObject Subscription_0_10.getParent()
           
 

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

Classes in org.apache.qpid.server.transport that implement ConfiguredObject
 class ServerSession
           
 

Methods in org.apache.qpid.server.transport that return ConfiguredObject
 ConfiguredObject ServerSession.getParent()
           
 

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

Subinterfaces of ConfiguredObject in org.apache.qpid.server.virtualhost
 interface VirtualHost
           
 

Classes in org.apache.qpid.server.virtualhost that implement ConfiguredObject
 class VirtualHostImpl
           
 

Methods in org.apache.qpid.server.virtualhost that return ConfiguredObject
 ConfiguredObject VirtualHostImpl.getParent()
           
 



Licensed to the Apache Software Foundation