javax.rad.remote
Interface IConnectionConstants


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

PROPERTY_CLASSES

static final java.lang.Class<?>[] PROPERTY_CLASSES
allowed transferable connection property classes.


PREFIX_CLIENT

static final java.lang.String PREFIX_CLIENT
the prefix for client properties.

See Also:
Constant Field Values

PREFIX_SERVER

static final java.lang.String PREFIX_SERVER
the prefix for server properties.

See Also:
Constant Field Values

PREFIX_SESSION

static final java.lang.String PREFIX_SESSION
the prefix for session properties.

See Also:
Constant Field Values

PREFIX_SYSPROP

static final java.lang.String PREFIX_SYSPROP
the prefix for system properties.

See Also:
Constant Field Values

PREFIX_ENVPROP

static final java.lang.String PREFIX_ENVPROP
the prefix for environment properties.

See Also:
Constant Field Values

PREFIX_REQUEST

static final java.lang.String PREFIX_REQUEST
the prefix for request properties.

See Also:
Constant Field Values

APPLICATION

static final java.lang.String APPLICATION
the key for the application name.

See Also:
Constant Field Values

USERNAME

static final java.lang.String USERNAME
the key for the user name.

See Also:
Constant Field Values

PASSWORD

static final java.lang.String PASSWORD
the key for the password.

See Also:
Constant Field Values

OLDPASSWORD

static final java.lang.String OLDPASSWORD
the key for the old password.

See Also:
Constant Field Values

NEWPASSWORD

static final java.lang.String NEWPASSWORD
the key for the new password.

See Also:
Constant Field Values

AUTHKEY

static final java.lang.String AUTHKEY
the key for the authentication key.

See Also:
Constant Field Values

LIFECYCLENAME

static final java.lang.String LIFECYCLENAME
the key for the life-cycle object name.

See Also:
Constant Field Values

COMPRESSION

static final java.lang.String COMPRESSION
the key for the compression.

See Also:
Constant Field Values

ALIVEINTERVAL

static final java.lang.String ALIVEINTERVAL
the key for the alive interval.

See Also:
Constant Field Values

CONNECTION_CLASS

static final java.lang.String CONNECTION_CLASS
the key for the connection class name.

See Also:
Constant Field Values

METADATA_CACHEROLE

static final java.lang.String METADATA_CACHEROLE
the key for client-side metadata caching.

See Also:
Constant Field Values

CREATIONTIME_CLIENT

static final java.lang.String CREATIONTIME_CLIENT
the key for the client connection creation time.

See Also:
Constant Field Values

CLIENT_LOCALE_LANGUAGE

static final java.lang.String CLIENT_LOCALE_LANGUAGE
the key for the client connection creation time.

See Also:
Constant Field Values

CLIENT_LOCALE_COUNTRY

static final java.lang.String CLIENT_LOCALE_COUNTRY
the key for the client connection creation time.

See Also:
Constant Field Values

CLIENT_LOCALE_VARIANT

static final java.lang.String CLIENT_LOCALE_VARIANT
the key for the client connection creation time.

See Also:
Constant Field Values

CLIENT_FILE_ENCODING

static final java.lang.String CLIENT_FILE_ENCODING
the key for the client connection creation time.

See Also:
Constant Field Values

SESSIONTIMEOUT

static final java.lang.String SESSIONTIMEOUT
the key for the session timeout (minutes).

See Also:
Constant Field Values

SESSIONTIMEOUT_IN_SECONDS

static final java.lang.String SESSIONTIMEOUT_IN_SECONDS
the key for the session timeout (seconds).

See Also:
Constant Field Values

METADATA_CACHEOPTION

static final java.lang.String METADATA_CACHEOPTION
the key for session controlled metadata cache option (server-side) (no PREFIX_SESSION to suppress direct calls).

See Also:
Constant Field Values

CREATIONTIME_SERVER

static final java.lang.String CREATIONTIME_SERVER
the key for the server session creation time.

See Also:
Constant Field Values


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.