org.apache.qpid.server.configuration
Class ConfigObjectType<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
java.lang.Object
org.apache.qpid.server.configuration.ConfigObjectType<T,C>
- Direct Known Subclasses:
- BindingConfigType, BridgeConfigType, BrokerConfigType, ConnectionConfigType, ExchangeConfigType, LinkConfigType, QueueConfigType, SessionConfigType, SubscriptionConfigType, SystemConfigType, VirtualHostConfigType
public abstract class ConfigObjectType<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigObjectType
public ConfigObjectType()
getProperties
public abstract Collection<? extends ConfigProperty<T,C,?>> getProperties()
Licensed to the Apache Software Foundation