com.ibm.dse.cs.servlet
Class CSConstants

java.lang.Object
  |
  +--com.ibm.dse.cs.servlet.CSConstants
Direct Known Subclasses:
CSConstants

public class CSConstants
extends java.lang.Object

Define all the constants required by the Client/Server


Field Summary
static java.lang.String APPLICATIONIDKEY
          The application id key for the request data keyed collection
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 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 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 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 WAP
          The value for the wap devices
static java.lang.String XML
          The value for the wap devices
 
Constructor Summary
CSConstants()
          CSConstants
 
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

HEADERKEY

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

SESSIONIDKEY

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

DATASESSIONIDKEY

public static final java.lang.String DATASESSIONIDKEY

SESSIONIDNAME

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

APPLICATIONIDKEY

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

DATAAPPLICATIONIDKEY

public static final java.lang.String DATAAPPLICATIONIDKEY

CREATESESSIONKEY

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

DATACREATESESSIONKEY

public static final java.lang.String DATACREATESESSIONKEY

SERVERIDKEY

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

DATASERVERIDKEY

public static final java.lang.String DATASERVERIDKEY

TIDKEY

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

DATATIDKEY

public static final java.lang.String DATATIDKEY

COOKIEKEY

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

RUNINSESSION

public static final java.lang.String RUNINSESSION

JAVA

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

HTML

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

WAP

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

PDA

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

XML

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

COMPID

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

IGNORE

public static final java.lang.String IGNORE
Constructor Detail

CSConstants

public CSConstants()
CSConstants