org.apache.qpid.server.configuration
Class ConnectionConfigType

java.lang.Object
  extended by org.apache.qpid.server.configuration.ConfigObjectType<ConnectionConfigType,ConnectionConfig>
      extended by org.apache.qpid.server.configuration.ConnectionConfigType

public final class ConnectionConfigType
extends ConfigObjectType<ConnectionConfigType,ConnectionConfig>


Nested Class Summary
static interface ConnectionConfigType.ConnectionProperty<S>
           
 
Field Summary
static org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<String> ADDRESS_PROPERTY
           
static org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<String> AUTH_ID_PROPERTY
           
static org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<Boolean> FEDERATION_LINK_PROPERTY
           
static org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<Boolean> INCOMING_PROPERTY
           
static org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<Integer> REMOTE_PARENT_PID_PROPERTY
           
static org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<Integer> REMOTE_PID_PROPERTY
           
static org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<String> REMOTE_PROCESS_NAME_PROPERTY
           
static org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<Boolean> SYSTEM_CONNECTION_PROPERTY
           
static org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<VirtualHostConfig> VIRTUAL_HOST_PROPERTY
           
 
Method Summary
static ConnectionConfigType getInstance()
           
 Collection<ConnectionConfigType.ConnectionProperty<?>> 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.ConnectionConfigType.ConnectionReadOnlyProperty<VirtualHostConfig> VIRTUAL_HOST_PROPERTY

ADDRESS_PROPERTY

public static final org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<String> ADDRESS_PROPERTY

INCOMING_PROPERTY

public static final org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<Boolean> INCOMING_PROPERTY

SYSTEM_CONNECTION_PROPERTY

public static final org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<Boolean> SYSTEM_CONNECTION_PROPERTY

FEDERATION_LINK_PROPERTY

public static final org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<Boolean> FEDERATION_LINK_PROPERTY

AUTH_ID_PROPERTY

public static final org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<String> AUTH_ID_PROPERTY

REMOTE_PROCESS_NAME_PROPERTY

public static final org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<String> REMOTE_PROCESS_NAME_PROPERTY

REMOTE_PID_PROPERTY

public static final org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<Integer> REMOTE_PID_PROPERTY

REMOTE_PARENT_PID_PROPERTY

public static final org.apache.qpid.server.configuration.ConnectionConfigType.ConnectionReadOnlyProperty<Integer> REMOTE_PARENT_PID_PROPERTY
Method Detail

getProperties

public Collection<ConnectionConfigType.ConnectionProperty<?>> getProperties()
Specified by:
getProperties in class ConfigObjectType<ConnectionConfigType,ConnectionConfig>

getInstance

public static ConnectionConfigType getInstance()


Licensed to the Apache Software Foundation