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

Packages that use ConfigProperty
org.apache.qpid.server.configuration   
 

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

Subinterfaces of ConfigProperty in org.apache.qpid.server.configuration
static interface BindingConfigType.BindingProperty<S>
           
static interface BridgeConfigType.BridgeProperty<S>
           
static interface BrokerConfigType.BrokerProperty<S>
           
static interface ConnectionConfigType.ConnectionProperty<S>
           
static interface ExchangeConfigType.ExchangeProperty<S>
           
static interface LinkConfigType.LinkProperty<S>
           
static interface QueueConfigType.QueueProperty<S>
           
static interface SessionConfigType.SessionProperty<S>
           
static interface SubscriptionConfigType.SubscriptionProperty<S>
           
static interface SystemConfigType.SystemProperty<S>
           
static interface VirtualHostConfigType.VirtualHostProperty<S>
           
 

Classes in org.apache.qpid.server.configuration that implement ConfigProperty
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>
           
 

Methods in org.apache.qpid.server.configuration that return types with arguments of type ConfigProperty
abstract  Collection<? extends ConfigProperty<T,C,?>> ConfigObjectType.getProperties()
           
 Collection<? extends ConfigProperty<VirtualHostConfigType,VirtualHostConfig,?>> VirtualHostConfigType.getProperties()
           
 



Licensed to the Apache Software Foundation