org.apache.qpid.server.configuration
Class BrokerConfigType

java.lang.Object
  extended by org.apache.qpid.server.configuration.ConfigObjectType<BrokerConfigType,BrokerConfig>
      extended by org.apache.qpid.server.configuration.BrokerConfigType

public final class BrokerConfigType
extends ConfigObjectType<BrokerConfigType,BrokerConfig>


Nested Class Summary
static interface BrokerConfigType.BrokerProperty<S>
           
 
Field Summary
static org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<Integer> CONNECTION_BACKLOG_LIMIT_PROPERTY
           
static org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<String> DATA_DIR_PROPERTY
           
static org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<Integer> MANAGEMENT_PUBLISH_INTERVAL_PROPERTY
           
static org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<Integer> MAX_CONNECTIONS_PROPERTY
           
static org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<Integer> PORT_PROPERTY
           
static org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<Long> STAGING_THRESHOLD_PROPERTY
           
static org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<SystemConfig> SYSTEM_PROPERTY
           
static org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<String> VERSION_PROPERTY
           
static org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<Integer> WORKER_THREADS_PROPERTY
           
 
Method Summary
static BrokerConfigType getInstance()
           
 Collection<BrokerConfigType.BrokerProperty<?>> getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

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