|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.soap.SessionManager
public class SessionManager
Constructor Summary | |
---|---|
SessionManager()
|
Method Summary | |
---|---|
String |
createSession(User user)
|
void |
disconnect(String id)
|
static SessionManager |
getInstance()
|
Session |
getSession(String id)
|
static long |
getTimeout()
|
static void |
setTimeout(long timeout)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionManager()
Method Detail |
---|
public static final SessionManager getInstance()
public static long getTimeout()
public static void setTimeout(long timeout)
public String createSession(User user)
public Session getSession(String id)
public void disconnect(String id)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |