com.tinkerpop.rexster.protocol
Class RexProSessions
java.lang.Object
com.tinkerpop.rexster.protocol.RexProSessions
public class RexProSessions
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sessions
protected static ConcurrentHashMap<String,RexProSession> sessions
RexProSessions
public RexProSessions()
getSession
public static RexProSession getSession(String sessionKey)
destroySession
public static void destroySession(String sessionKey)
destroyAllSessions
public static void destroyAllSessions()
hasSessionKey
public static boolean hasSessionKey(String sessionKey)
getSessionKeys
public static Collection<String> getSessionKeys()
ensureSessionExists
public static void ensureSessionExists(String sessionKey,
RexsterApplication rexsterApplication,
byte sessionChannel,
int chunkSize)
Copyright © 2009-2012. All Rights Reserved.