org.apache.qpid.server.configuration
Class ExchangeConfigType
java.lang.Object
org.apache.qpid.server.configuration.ConfigObjectType<ExchangeConfigType,ExchangeConfig>
org.apache.qpid.server.configuration.ExchangeConfigType
public final class ExchangeConfigType
- extends ConfigObjectType<ExchangeConfigType,ExchangeConfig>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VIRTUAL_HOST_PROPERTY
public static final org.apache.qpid.server.configuration.ExchangeConfigType.ExchangeReadOnlyProperty<VirtualHostConfig> VIRTUAL_HOST_PROPERTY
NAME_PROPERTY
public static final org.apache.qpid.server.configuration.ExchangeConfigType.ExchangeReadOnlyProperty<String> NAME_PROPERTY
AUTODELETE_PROPERTY
public static final org.apache.qpid.server.configuration.ExchangeConfigType.ExchangeReadOnlyProperty<Boolean> AUTODELETE_PROPERTY
ALTERNATE_EXCHANGE_PROPERTY
public static final org.apache.qpid.server.configuration.ExchangeConfigType.ExchangeReadOnlyProperty<ExchangeConfig> ALTERNATE_EXCHANGE_PROPERTY
ARGUMENTS
public static final org.apache.qpid.server.configuration.ExchangeConfigType.ExchangeReadOnlyProperty<Map<String,Object>> ARGUMENTS
getProperties
public Collection<ExchangeConfigType.ExchangeProperty<?>> getProperties()
- Specified by:
getProperties
in class ConfigObjectType<ExchangeConfigType,ExchangeConfig>
getInstance
public static ExchangeConfigType getInstance()
Licensed to the Apache Software Foundation