|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConnectionConstants
The IConnectionConstants
defines constants for the
connection handling between client and server.
Field Summary | |
---|---|
static java.lang.String |
ALIVEINTERVAL
the key for the alive interval. |
static java.lang.String |
APPLICATION
the key for the application name. |
static java.lang.String |
AUTHKEY
the key for the authentication key. |
static java.lang.String |
CLIENT_FILE_ENCODING
the key for the client connection creation time. |
static java.lang.String |
CLIENT_LOCALE_COUNTRY
the key for the client connection creation time. |
static java.lang.String |
CLIENT_LOCALE_LANGUAGE
the key for the client connection creation time. |
static java.lang.String |
CLIENT_LOCALE_VARIANT
the key for the client connection creation time. |
static java.lang.String |
COMPRESSION
the key for the compression. |
static java.lang.String |
CONNECTION_CLASS
the key for the connection class name. |
static java.lang.String |
CREATIONTIME_CLIENT
the key for the client connection creation time. |
static java.lang.String |
CREATIONTIME_SERVER
the key for the server session creation time. |
static java.lang.String |
LIFECYCLENAME
the key for the life-cycle object name. |
static java.lang.String |
METADATA_CACHEOPTION
the key for session controlled metadata cache option (server-side) (no PREFIX_SESSION to suppress direct calls). |
static java.lang.String |
METADATA_CACHEROLE
the key for client-side metadata caching. |
static java.lang.String |
NEWPASSWORD
the key for the new password. |
static java.lang.String |
OLDPASSWORD
the key for the old password. |
static java.lang.String |
PASSWORD
the key for the password. |
static java.lang.String |
PREFIX_CLIENT
the prefix for client properties. |
static java.lang.String |
PREFIX_ENVPROP
the prefix for environment properties. |
static java.lang.String |
PREFIX_REQUEST
the prefix for request properties. |
static java.lang.String |
PREFIX_SERVER
the prefix for server properties. |
static java.lang.String |
PREFIX_SESSION
the prefix for session properties. |
static java.lang.String |
PREFIX_SYSPROP
the prefix for system properties. |
static java.lang.Class<?>[] |
PROPERTY_CLASSES
allowed transferable connection property classes. |
static java.lang.String |
SESSIONTIMEOUT
the key for the session timeout (minutes). |
static java.lang.String |
SESSIONTIMEOUT_IN_SECONDS
the key for the session timeout (seconds). |
static java.lang.String |
USERNAME
the key for the user name. |
Field Detail |
---|
static final java.lang.Class<?>[] PROPERTY_CLASSES
static final java.lang.String PREFIX_CLIENT
static final java.lang.String PREFIX_SERVER
static final java.lang.String PREFIX_SESSION
static final java.lang.String PREFIX_SYSPROP
static final java.lang.String PREFIX_ENVPROP
static final java.lang.String PREFIX_REQUEST
static final java.lang.String APPLICATION
static final java.lang.String USERNAME
static final java.lang.String PASSWORD
static final java.lang.String OLDPASSWORD
static final java.lang.String NEWPASSWORD
static final java.lang.String AUTHKEY
static final java.lang.String LIFECYCLENAME
static final java.lang.String COMPRESSION
static final java.lang.String ALIVEINTERVAL
static final java.lang.String CONNECTION_CLASS
static final java.lang.String METADATA_CACHEROLE
static final java.lang.String CREATIONTIME_CLIENT
static final java.lang.String CLIENT_LOCALE_LANGUAGE
static final java.lang.String CLIENT_LOCALE_COUNTRY
static final java.lang.String CLIENT_LOCALE_VARIANT
static final java.lang.String CLIENT_FILE_ENCODING
static final java.lang.String SESSIONTIMEOUT
static final java.lang.String SESSIONTIMEOUT_IN_SECONDS
static final java.lang.String METADATA_CACHEOPTION
static final java.lang.String CREATIONTIME_SERVER
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |