|
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.CSConnectionCookies
public class CSConnectionCookies
The CSConnectionCookies class is used to keep all the CSClient client/server connection cookies. It provides a synchronized acces to the variable that holds all the cookies for all the CSClient connections. The storage policy is incremental in order not to lose the cookies from/to other servers. Currently all cookies are sent. No timeout policy is implemented. A CSClient instance will mantain just one CSConnectionCookies instance.
Constructor Summary | |
---|---|
CSConnectionCookies()
This constructor creates a CSConnectionCookies object. |
Method Summary | |
---|---|
void |
addCSConnectionCookies(java.lang.String clientCookieStr)
Adds a cookie for the connection. |
void |
addCSConnectionCookies(java.util.Vector clientCookiesVector)
Adds cookies for the connection. |
java.util.Vector |
getCSConnectionCookies()
Gets the cookies for the connection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSConnectionCookies()
Method Detail |
---|
public void addCSConnectionCookies(java.util.Vector clientCookiesVector)
clientCookiesVector
- java.util.Vectorpublic void addCSConnectionCookies(java.lang.String clientCookieStr)
clientCookieStr
- java.lang.Stringpublic java.util.Vector getCSConnectionCookies()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |