IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.cs.servlet
Class CSConstants

java.lang.Object
  extended by com.ibm.btt.cs.servlet.CSConstants

public class CSConstants
extends java.lang.Object

This class defines all the constants required by the Client/Server Mechanism.


Field Summary
static java.lang.String APPLICATIONIDKEY
          The application ID key for the request data keyed collection*
static java.lang.String ATYPE
          Keyword for a generic session type used in persistence *
static java.lang.String CHANNELHANDLERS
          J2EE Security *
static java.lang.String COMPID
          The value for the client server tracing*
static java.lang.String COOKIEKEY
          The cookies key for the request data keyed collection *
static java.lang.String CREATESESSIONKEY
          The create session key for the request data keyed collection *
static java.lang.String CSS00
          Server side - Processing Request: Problems with the session Id, the session has not been established *
static java.lang.String CSS01
          Server side - Processing Request: Problems reading the client data from the request Servlet *
static java.lang.String CSS02
          Server side - Processing Request: Problems obtaining the data parameters to be processed *
static java.lang.String CSS03
          Server side - Processing Request: The operation requested by the client can not be instantiated *
static java.lang.String CSS04
          Server side - Processing Request: The operation cannot be chained to the session context *
static java.lang.String CSS05
          Server side - Processing Request: The RequestFormat cannot be instantiated *
static java.lang.String CSS06
          Server side - Processing Request: Error unformatting the input data into the operation context *
static java.lang.String CSS07
          Server side - Processing Request: Error during the operation execution *
static java.lang.String CSS08
          Server side - Processing Response: Error formatting the data after operation execution *
static java.lang.String CSS09
          Server side - Processing Response: Error sending the operation result to the client *
static java.lang.String CSS10
          Client side - Sending: Error sending information to the server *
static java.lang.String CSS11
          Client side - Sending: Session not established *
static java.lang.String CSS12
          Client side - Sending: Error formatting the request data to be sent to the server *
static java.lang.String CSS13
          Client side - Receiving: Error receiving information from the server *
static java.lang.String CSS14
          Client side - Receiving: Error instantiating the reply format *
static java.lang.String CSS15
          Client side - Receiving: Error unformatting the reply data received from the server*
static java.lang.String DATAAPPLICATIONIDKEY
           
static java.lang.String DATACREATESESSIONKEY
           
static java.lang.String DATAKEY
          The data key for the request data keyed collection *
static java.lang.String DATASERVERIDKEY
           
static java.lang.String DATASESSIONIDKEY
           
static java.lang.String DATATIDKEY
           
static java.lang.String DEVICES
          The value for the devices collection *
static java.lang.String DSE_APPLCOUNT
          Keyword for the number of application sessions in a persistence environment *
static java.lang.String DSE_APPLICATIONS
          Keyword for the hashtable of application sessions in a persistence environment *
static java.lang.String DSE_CONTEXT
          Keyword for session context in a persistence environment *
static java.lang.String DSE_EXPIRED
          Keyword for expired in a persistence environment *
static java.lang.String DSE_TID
          Keyword for TID in a persistence environment *
static java.lang.String DSE_TIMESTAMP
          Keyword for timestamp in a persistence environment *
static java.lang.String DUMMYSESSIONTYPE
          Identifier for the dummy session created during the establish session process.
static java.lang.String ENABLESECURITY
          J2EE Security *
static java.lang.String HEADERKEY
          The header key for the request data keyed collection *
static java.lang.String HTML
          The value for the html devices*
static java.lang.String IGNORE
           
static java.lang.String JAVA
          The value for the java devices*
static java.lang.String PDA
          The value for the pda devices*
static java.lang.String RUNINSESSION
           
static java.lang.String SERVERIDKEY
          The server ID key for the request data keyed collection *
static java.lang.String SESSION
          Keyword for the sessionId in a SessionEntry *
static java.lang.String SESSIONIDKEY
          The session ID key for the request data keyed collection*
static java.lang.String SESSIONIDNAME
          The session id name should correspond to the name of the session id identifier of the application server*
static java.lang.String TIDKEY
          The header key for the request data keyed collection *
static java.lang.String UTF8
          UTF8 char encoding *
static java.lang.String WAP
          The value for the wap devices*
static java.lang.String WEB2
          The value for the Web2 devices*
static java.lang.String XML
          The value for the wap devices*
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATAKEY

public static final java.lang.String DATAKEY
The data key for the request data keyed collection *

See Also:
Constant Field Values

HEADERKEY

public static final java.lang.String HEADERKEY
The header key for the request data keyed collection *

See Also:
Constant Field Values

SESSIONIDKEY

public static final java.lang.String SESSIONIDKEY
The session ID key for the request data keyed collection*

See Also:
Constant Field Values

DATASESSIONIDKEY

public static final java.lang.String DATASESSIONIDKEY
See Also:
Constant Field Values

SESSIONIDNAME

public static final java.lang.String SESSIONIDNAME
The session id name should correspond to the name of the session id identifier of the application server*

See Also:
Constant Field Values

APPLICATIONIDKEY

public static final java.lang.String APPLICATIONIDKEY
The application ID key for the request data keyed collection*

See Also:
Constant Field Values

DATAAPPLICATIONIDKEY

public static final java.lang.String DATAAPPLICATIONIDKEY
See Also:
Constant Field Values

CREATESESSIONKEY

public static final java.lang.String CREATESESSIONKEY
The create session key for the request data keyed collection *

See Also:
Constant Field Values

DATACREATESESSIONKEY

public static final java.lang.String DATACREATESESSIONKEY
See Also:
Constant Field Values

SERVERIDKEY

public static final java.lang.String SERVERIDKEY
The server ID key for the request data keyed collection *

See Also:
Constant Field Values

DATASERVERIDKEY

public static final java.lang.String DATASERVERIDKEY
See Also:
Constant Field Values

TIDKEY

public static final java.lang.String TIDKEY
The header key for the request data keyed collection *

See Also:
Constant Field Values

DATATIDKEY

public static final java.lang.String DATATIDKEY
See Also:
Constant Field Values

COOKIEKEY

public static final java.lang.String COOKIEKEY
The cookies key for the request data keyed collection *

See Also:
Constant Field Values

RUNINSESSION

public static final java.lang.String RUNINSESSION
See Also:
Constant Field Values

DUMMYSESSIONTYPE

public static final java.lang.String DUMMYSESSIONTYPE
Identifier for the dummy session created during the establish session process.

See Also:
Constant Field Values

JAVA

public static final java.lang.String JAVA
The value for the java devices*

See Also:
Constant Field Values

HTML

public static final java.lang.String HTML
The value for the html devices*

See Also:
Constant Field Values

WAP

public static final java.lang.String WAP
The value for the wap devices*

See Also:
Constant Field Values

PDA

public static final java.lang.String PDA
The value for the pda devices*

See Also:
Constant Field Values

XML

public static final java.lang.String XML
The value for the wap devices*

See Also:
Constant Field Values

WEB2

public static final java.lang.String WEB2
The value for the Web2 devices*

See Also:
Constant Field Values

DEVICES

public static final java.lang.String DEVICES
The value for the devices collection *

See Also:
Constant Field Values

COMPID

public static final java.lang.String COMPID
The value for the client server tracing*

See Also:
Constant Field Values

IGNORE

public static final java.lang.String IGNORE
See Also:
Constant Field Values

DSE_TIMESTAMP

public static final java.lang.String DSE_TIMESTAMP
Keyword for timestamp in a persistence environment *

See Also:
Constant Field Values

DSE_TID

public static final java.lang.String DSE_TID
Keyword for TID in a persistence environment *

See Also:
Constant Field Values

DSE_EXPIRED

public static final java.lang.String DSE_EXPIRED
Keyword for expired in a persistence environment *

See Also:
Constant Field Values

DSE_CONTEXT

public static final java.lang.String DSE_CONTEXT
Keyword for session context in a persistence environment *

See Also:
Constant Field Values

DSE_APPLCOUNT

public static final java.lang.String DSE_APPLCOUNT
Keyword for the number of application sessions in a persistence environment *

See Also:
Constant Field Values

DSE_APPLICATIONS

public static final java.lang.String DSE_APPLICATIONS
Keyword for the hashtable of application sessions in a persistence environment *

See Also:
Constant Field Values

SESSION

public static final java.lang.String SESSION
Keyword for the sessionId in a SessionEntry *

See Also:
Constant Field Values

ATYPE

public static final java.lang.String ATYPE
Keyword for a generic session type used in persistence *

See Also:
Constant Field Values

CSS00

public static final java.lang.String CSS00
Server side - Processing Request: Problems with the session Id, the session has not been established *

See Also:
Constant Field Values

CSS01

public static final java.lang.String CSS01
Server side - Processing Request: Problems reading the client data from the request Servlet *

See Also:
Constant Field Values

CSS02

public static final java.lang.String CSS02
Server side - Processing Request: Problems obtaining the data parameters to be processed *

See Also:
Constant Field Values

CSS03

public static final java.lang.String CSS03
Server side - Processing Request: The operation requested by the client can not be instantiated *

See Also:
Constant Field Values

CSS04

public static final java.lang.String CSS04
Server side - Processing Request: The operation cannot be chained to the session context *

See Also:
Constant Field Values

CSS05

public static final java.lang.String CSS05
Server side - Processing Request: The RequestFormat cannot be instantiated *

See Also:
Constant Field Values

CSS06

public static final java.lang.String CSS06
Server side - Processing Request: Error unformatting the input data into the operation context *

See Also:
Constant Field Values

CSS07

public static final java.lang.String CSS07
Server side - Processing Request: Error during the operation execution *

See Also:
Constant Field Values

CSS08

public static final java.lang.String CSS08
Server side - Processing Response: Error formatting the data after operation execution *

See Also:
Constant Field Values

CSS09

public static final java.lang.String CSS09
Server side - Processing Response: Error sending the operation result to the client *

See Also:
Constant Field Values

CSS10

public static final java.lang.String CSS10
Client side - Sending: Error sending information to the server *

See Also:
Constant Field Values

CSS11

public static final java.lang.String CSS11
Client side - Sending: Session not established *

See Also:
Constant Field Values

CSS12

public static final java.lang.String CSS12
Client side - Sending: Error formatting the request data to be sent to the server *

See Also:
Constant Field Values

CSS13

public static final java.lang.String CSS13
Client side - Receiving: Error receiving information from the server *

See Also:
Constant Field Values

CSS14

public static final java.lang.String CSS14
Client side - Receiving: Error instantiating the reply format *

See Also:
Constant Field Values

CSS15

public static final java.lang.String CSS15
Client side - Receiving: Error unformatting the reply data received from the server*

See Also:
Constant Field Values

CHANNELHANDLERS

public static final java.lang.String CHANNELHANDLERS
J2EE Security *

See Also:
Constant Field Values

ENABLESECURITY

public static final java.lang.String ENABLESECURITY
J2EE Security *

See Also:
Constant Field Values

UTF8

public static final java.lang.String UTF8
UTF8 char encoding *

See Also:
Constant Field Values

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008