|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.cs.servlet.CSConstants
public class CSConstants
This class defines all the constants required by the Client/Server Mechanism.
Field Summary | |
---|---|
static java.lang.String |
AJAX
The value for the ajax devices |
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 |
XML
The value for the wap devices |
Constructor Summary | |
---|---|
CSConstants()
CSConstants |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DATAKEY
public static final java.lang.String HEADERKEY
public static final java.lang.String SESSIONIDKEY
public static final java.lang.String DATASESSIONIDKEY
public static java.lang.String SESSIONIDNAME
public static final java.lang.String APPLICATIONIDKEY
public static final java.lang.String DATAAPPLICATIONIDKEY
public static final java.lang.String CREATESESSIONKEY
public static final java.lang.String DATACREATESESSIONKEY
public static final java.lang.String SERVERIDKEY
public static final java.lang.String DATASERVERIDKEY
public static final java.lang.String TIDKEY
public static final java.lang.String DATATIDKEY
public static final java.lang.String COOKIEKEY
public static final java.lang.String RUNINSESSION
public static final java.lang.String DUMMYSESSIONTYPE
public static final java.lang.String JAVA
public static final java.lang.String HTML
public static final java.lang.String AJAX
public static final java.lang.String WAP
public static final java.lang.String PDA
public static final java.lang.String XML
public static final java.lang.String DEVICES
public static java.lang.String COMPID
public static final java.lang.String IGNORE
public static final java.lang.String DSE_TIMESTAMP
public static final java.lang.String DSE_TID
public static final java.lang.String DSE_EXPIRED
public static final java.lang.String DSE_CONTEXT
public static final java.lang.String DSE_APPLCOUNT
public static final java.lang.String DSE_APPLICATIONS
public static final java.lang.String SESSION
public static final java.lang.String ATYPE
public static final java.lang.String CSS00
public static final java.lang.String CSS01
public static final java.lang.String CSS02
public static final java.lang.String CSS03
public static final java.lang.String CSS04
public static final java.lang.String CSS05
public static final java.lang.String CSS06
public static final java.lang.String CSS07
public static final java.lang.String CSS08
public static final java.lang.String CSS09
public static final java.lang.String CSS10
public static final java.lang.String CSS11
public static final java.lang.String CSS12
public static final java.lang.String CSS13
public static final java.lang.String CSS14
public static final java.lang.String CSS15
public static final java.lang.String CHANNELHANDLERS
public static final java.lang.String ENABLESECURITY
public static final java.lang.String UTF8
Constructor Detail |
---|
public CSConstants()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |