org.apache.qpid.server.configuration
Class SessionConfigType
java.lang.Object
org.apache.qpid.server.configuration.ConfigObjectType<SessionConfigType,SessionConfig>
org.apache.qpid.server.configuration.SessionConfigType
public final class SessionConfigType
- extends ConfigObjectType<SessionConfigType,SessionConfig>
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.SessionConfigType.SessionReadOnlyProperty<VirtualHostConfig> VIRTUAL_HOST_PROPERTY
NAME_PROPERTY
public static final org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<String> NAME_PROPERTY
CHANNEL_ID_PROPERTY
public static final org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<Integer> CHANNEL_ID_PROPERTY
CONNECTION_PROPERTY
public static final org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<ConnectionConfig> CONNECTION_PROPERTY
ATTACHED_PROPERTY
public static final org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<Boolean> ATTACHED_PROPERTY
DETACHED_LIFESPAN_PROPERTY
public static final org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<Long> DETACHED_LIFESPAN_PROPERTY
EXPIRE_TIME_PROPERTY
public static final org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<Long> EXPIRE_TIME_PROPERTY
MAX_CLIENT_RATE_PROPERTY
public static final org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<Long> MAX_CLIENT_RATE_PROPERTY
getProperties
public Collection<SessionConfigType.SessionProperty<?>> getProperties()
- Specified by:
getProperties
in class ConfigObjectType<SessionConfigType,SessionConfig>
getInstance
public static SessionConfigType getInstance()
Licensed to the Apache Software Foundation