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