|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.portal.wsrp.common.stubs.SessionContext
Constructor Summary | |
SessionContext()
|
|
SessionContext(String sessionID,
int expires,
Extension[] extensions)
|
Method Summary | |
int |
getExpires()
|
Extension[] |
getExtensions()
|
String |
getSessionID()
|
void |
setExpires(int expires)
|
void |
setExtensions(Extension[] extensions)
|
void |
setSessionID(String sessionID)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SessionContext()
public SessionContext(String sessionID, int expires, Extension[] extensions)
Method Detail |
public String getSessionID()
public void setSessionID(String sessionID)
public int getExpires()
public void setExpires(int expires)
public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |