|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.dsws.ConnectionState
public class ConnectionState
The ConnectionState class stores information about the current user's session ID.
Note: A connection state object containing session information can be recovered using the Session.getConnectionState() method.
Connection,
Serialized Form| Constructor Summary | |
|---|---|
ConnectionState()
Instantiate a new blank ConnectionState object. |
|
ConnectionState(java.lang.String sessionID)
Instantiate a new ConnectionState object with all parameters set. |
|
| Method Summary | |
|---|---|
ConnectionState |
copy()
Internal Use Only. |
java.lang.String |
getCookieString()
|
java.lang.String |
getSessionID()
Return the current user's session ID. |
void |
setCookieString(java.lang.String cookieStr)
Set the http cookies with current session |
void |
setSessionID(java.lang.String sSessionID)
Set the current user's session ID. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionState()
public ConnectionState(java.lang.String sessionID)
sessionID - The user's current session ID. This value can be obtained
using SessionInfo.getSessionIDSessionInfo| Method Detail |
|---|
public ConnectionState copy()
Internal Use Only.
public java.lang.String getSessionID()
public void setSessionID(java.lang.String sSessionID)
sSessionID - a string containing the current users session ID.SessionInfopublic java.lang.String getCookieString()
public void setCookieString(java.lang.String cookieStr)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||