public class ADCSessionData
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
ADCSessionData()  | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceMap | 
getClientSessionData()  | 
java.lang.String | 
getPreviousRequestCategoryId()  | 
void | 
setClientSessionData(ServiceMap pClientSessionData)
Map of optional extra session data components for each ADC client 
 | 
void | 
setPreviousRequestCategoryId(java.lang.String pPreviousRequestCategoryId)
The category Id associated with the previous request in a session. 
 | 
public static final java.lang.String CLASS_VERSION
public void setClientSessionData(ServiceMap pClientSessionData)
pClientSessionData - the map of client session data componentspublic ServiceMap getClientSessionData()
public void setPreviousRequestCategoryId(java.lang.String pPreviousRequestCategoryId)
pPreviousRequestCategoryId - the category Id associated with the
        previous request in a session.public java.lang.String getPreviousRequestCategoryId()