|
||||||||||
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 String |
ALIVEINTERVAL
the key for the alive interval. |
static String |
APPLICATION
the key for the application name. |
static String |
AUTHKEY
the key for the authentication key. |
static String |
COMPRESSION
the key for the compression. |
static String |
LIFECYCLENAME
the key for the life-cycle object name. |
static String |
METADATA_CACHEOPTION
the key for session controlled metadata cache option (server-side) (no PREFIX_SESSION to suppress direct calls). |
static String |
METADATA_CACHEROLE
the key for client-side metadata caching. |
static String |
NEWPASSWORD
the key for the new password. |
static String |
OLDPASSWORD
the key for the old password. |
static String |
PASSWORD
the key for the password. |
static String |
PREFIX_CLIENT
the prefix for client properties. |
static String |
PREFIX_ENVPROP
the prefix for environment properties. |
static String |
PREFIX_REQUEST
the prefix for request properties. |
static String |
PREFIX_SERVER
the prefix for server properties. |
static String |
PREFIX_SESSION
the prefix for session properties. |
static String |
PREFIX_SYSPROP
the prefix for system properties. |
static Class<?>[] |
PROPERTY_CLASSES
allowed transferable connection property classes. |
static String |
SESSIONTIMEOUT
the key for the session timeout. |
static String |
USERNAME
the key for the user name. |
Field Detail |
---|
static final Class<?>[] PROPERTY_CLASSES
static final String PREFIX_CLIENT
static final String PREFIX_SERVER
static final String PREFIX_SESSION
static final String PREFIX_SYSPROP
static final String PREFIX_ENVPROP
static final String PREFIX_REQUEST
static final String APPLICATION
static final String USERNAME
static final String PASSWORD
static final String OLDPASSWORD
static final String NEWPASSWORD
static final String AUTHKEY
static final String LIFECYCLENAME
static final String COMPRESSION
static final String SESSIONTIMEOUT
static final String ALIVEINTERVAL
static final String METADATA_CACHEROLE
static final String METADATA_CACHEOPTION
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |