org.apache.qpid.server.configuration
Class QueueConfigType

java.lang.Object
  extended by org.apache.qpid.server.configuration.ConfigObjectType<QueueConfigType,QueueConfig>
      extended by org.apache.qpid.server.configuration.QueueConfigType

public final class QueueConfigType
extends ConfigObjectType<QueueConfigType,QueueConfig>


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

Field Detail

VISTUAL_HOST_PROPERTY

public static final org.apache.qpid.server.configuration.QueueConfigType.QueueReadOnlyProperty<VirtualHostConfig> VISTUAL_HOST_PROPERTY

NAME_PROPERTY

public static final org.apache.qpid.server.configuration.QueueConfigType.QueueReadOnlyProperty<String> NAME_PROPERTY

AUTODELETE_PROPERTY

public static final org.apache.qpid.server.configuration.QueueConfigType.QueueReadOnlyProperty<Boolean> AUTODELETE_PROPERTY

EXCLUSIVE_PROPERTY

public static final org.apache.qpid.server.configuration.QueueConfigType.QueueReadOnlyProperty<Boolean> EXCLUSIVE_PROPERTY

ALTERNATE_EXCHANGE_PROPERTY

public static final org.apache.qpid.server.configuration.QueueConfigType.QueueReadOnlyProperty<ExchangeConfig> ALTERNATE_EXCHANGE_PROPERTY

ARGUMENTS

public static final org.apache.qpid.server.configuration.QueueConfigType.QueueReadOnlyProperty<Map<String,Object>> ARGUMENTS
Method Detail

getProperties

public Collection<QueueConfigType.QueueProperty<?>> getProperties()
Specified by:
getProperties in class ConfigObjectType<QueueConfigType,QueueConfig>

getInstance

public static QueueConfigType getInstance()


Licensed to the Apache Software Foundation