org.apache.qpid.server.configuration
Class SessionConfigType

java.lang.Object
  extended by org.apache.qpid.server.configuration.ConfigObjectType<SessionConfigType,SessionConfig>
      extended by org.apache.qpid.server.configuration.SessionConfigType

public final class SessionConfigType
extends ConfigObjectType<SessionConfigType,SessionConfig>


Nested Class Summary
static interface SessionConfigType.SessionProperty<S>
           
 
Field Summary
static org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<Boolean> ATTACHED_PROPERTY
           
static org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<Integer> CHANNEL_ID_PROPERTY
           
static org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<ConnectionConfig> CONNECTION_PROPERTY
           
static org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<Long> DETACHED_LIFESPAN_PROPERTY
           
static org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<Long> EXPIRE_TIME_PROPERTY
           
static org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<Long> MAX_CLIENT_RATE_PROPERTY
           
static org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<String> NAME_PROPERTY
           
static org.apache.qpid.server.configuration.SessionConfigType.SessionReadOnlyProperty<VirtualHostConfig> VIRTUAL_HOST_PROPERTY
           
 
Method Summary
static SessionConfigType getInstance()
           
 Collection<SessionConfigType.SessionProperty<?>> 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.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
Method Detail

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