|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.client.toolkit.sessions.JoinNewSession
A SessionRequirement
to specify that a request should join a new session.
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE Copyright statement |
private long |
mTimeout The timeout value for the new session. |
Constructor Summary | |
JoinNewSession() Creates a session requirement to join a new session with the default timeout. |
|
JoinNewSession(long timeout) Creates a session requirement to join a new session with the specified timeout. |
Method Summary | |
java.lang.String |
generateXML() Generates the XML string representation of the session requirements for including within a perform document request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
private final long mTimeout
Constructor Detail |
public JoinNewSession(long timeout)
timeout
- The timeout value in milliseconds. This is the length of time after which a session will expire when no request is joined to it.public JoinNewSession()
Method Detail |
public java.lang.String generateXML()
SessionRequirements
generateXML
in interface SessionRequirements
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |