javax.rad.remote
Interface IConnectionConstants


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

PROPERTY_CLASSES

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


PREFIX_CLIENT

static final String PREFIX_CLIENT
the prefix for client properties.

See Also:
Constant Field Values

PREFIX_SERVER

static final String PREFIX_SERVER
the prefix for server properties.

See Also:
Constant Field Values

PREFIX_SESSION

static final String PREFIX_SESSION
the prefix for session properties.

See Also:
Constant Field Values

PREFIX_SYSPROP

static final String PREFIX_SYSPROP
the prefix for system properties.

See Also:
Constant Field Values

PREFIX_ENVPROP

static final String PREFIX_ENVPROP
the prefix for environment properties.

See Also:
Constant Field Values

PREFIX_REQUEST

static final String PREFIX_REQUEST
the prefix for request properties.

See Also:
Constant Field Values

APPLICATION

static final String APPLICATION
the key for the application name.

See Also:
Constant Field Values

USERNAME

static final String USERNAME
the key for the user name.

See Also:
Constant Field Values

PASSWORD

static final String PASSWORD
the key for the password.

See Also:
Constant Field Values

OLDPASSWORD

static final String OLDPASSWORD
the key for the old password.

See Also:
Constant Field Values

NEWPASSWORD

static final String NEWPASSWORD
the key for the new password.

See Also:
Constant Field Values

AUTHKEY

static final String AUTHKEY
the key for the authentication key.

See Also:
Constant Field Values

LIFECYCLENAME

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

See Also:
Constant Field Values

COMPRESSION

static final String COMPRESSION
the key for the compression.

See Also:
Constant Field Values

SESSIONTIMEOUT

static final String SESSIONTIMEOUT
the key for the session timeout.

See Also:
Constant Field Values

ALIVEINTERVAL

static final String ALIVEINTERVAL
the key for the alive interval.

See Also:
Constant Field Values

METADATA_CACHEROLE

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

See Also:
Constant Field Values

METADATA_CACHEOPTION

static final 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


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.