org.apache.qpid.server.configuration
Class ConfigObjectType<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>

java.lang.Object
  extended by 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


Constructor Summary
ConfigObjectType()
           
 
Method Summary
abstract  Collection<? extends ConfigProperty<T,C,?>> getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigObjectType

public ConfigObjectType()
Method Detail

getProperties

public abstract Collection<? extends ConfigProperty<T,C,?>> getProperties()


Licensed to the Apache Software Foundation