org.apache.qpid.server.configuration
Class QueueConfigType
java.lang.Object
org.apache.qpid.server.configuration.ConfigObjectType<QueueConfigType,QueueConfig>
org.apache.qpid.server.configuration.QueueConfigType
public final class QueueConfigType
- extends ConfigObjectType<QueueConfigType,QueueConfig>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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