org.apache.qpid.server.configuration
Class BrokerConfigType
java.lang.Object
org.apache.qpid.server.configuration.ConfigObjectType<BrokerConfigType,BrokerConfig>
org.apache.qpid.server.configuration.BrokerConfigType
public final class BrokerConfigType
- extends ConfigObjectType<BrokerConfigType,BrokerConfig>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SYSTEM_PROPERTY
public static final org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<SystemConfig> SYSTEM_PROPERTY
PORT_PROPERTY
public static final org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<Integer> PORT_PROPERTY
WORKER_THREADS_PROPERTY
public static final org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<Integer> WORKER_THREADS_PROPERTY
MAX_CONNECTIONS_PROPERTY
public static final org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<Integer> MAX_CONNECTIONS_PROPERTY
CONNECTION_BACKLOG_LIMIT_PROPERTY
public static final org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<Integer> CONNECTION_BACKLOG_LIMIT_PROPERTY
STAGING_THRESHOLD_PROPERTY
public static final org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<Long> STAGING_THRESHOLD_PROPERTY
MANAGEMENT_PUBLISH_INTERVAL_PROPERTY
public static final org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<Integer> MANAGEMENT_PUBLISH_INTERVAL_PROPERTY
VERSION_PROPERTY
public static final org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<String> VERSION_PROPERTY
DATA_DIR_PROPERTY
public static final org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<String> DATA_DIR_PROPERTY
getProperties
public Collection<BrokerConfigType.BrokerProperty<?>> getProperties()
- Specified by:
getProperties
in class ConfigObjectType<BrokerConfigType,BrokerConfig>
getInstance
public static BrokerConfigType getInstance()
Licensed to the Apache Software Foundation