org.apache.qpid.server.configuration
Class ExchangeConfigType

java.lang.Object
  extended by org.apache.qpid.server.configuration.ConfigObjectType<ExchangeConfigType,ExchangeConfig>
      extended by org.apache.qpid.server.configuration.ExchangeConfigType

public final class ExchangeConfigType
extends ConfigObjectType<ExchangeConfigType,ExchangeConfig>


Nested Class Summary
static interface ExchangeConfigType.ExchangeProperty<S>
           
 
Field Summary
static org.apache.qpid.server.configuration.ExchangeConfigType.ExchangeReadOnlyProperty<ExchangeConfig> ALTERNATE_EXCHANGE_PROPERTY
           
static org.apache.qpid.server.configuration.ExchangeConfigType.ExchangeReadOnlyProperty<Map<String,Object>> ARGUMENTS
           
static org.apache.qpid.server.configuration.ExchangeConfigType.ExchangeReadOnlyProperty<Boolean> AUTODELETE_PROPERTY
           
static org.apache.qpid.server.configuration.ExchangeConfigType.ExchangeReadOnlyProperty<String> NAME_PROPERTY
           
static org.apache.qpid.server.configuration.ExchangeConfigType.ExchangeReadOnlyProperty<VirtualHostConfig> VIRTUAL_HOST_PROPERTY
           
 
Method Summary
static ExchangeConfigType getInstance()
           
 Collection<ExchangeConfigType.ExchangeProperty<?>> getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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