com.tinkerpop.rexster.protocol
Class RexProSessions

java.lang.Object
  extended by com.tinkerpop.rexster.protocol.RexProSessions

public class RexProSessions
extends Object


Field Summary
protected static ConcurrentHashMap<String,RexProSession> sessions
           
 
Constructor Summary
RexProSessions()
           
 
Method Summary
static void destroyAllSessions()
           
static void destroySession(String sessionKey)
           
static void ensureSessionExists(String sessionKey, RexsterApplication rexsterApplication, byte sessionChannel, int chunkSize)
           
static RexProSession getSession(String sessionKey)
           
static Collection<String> getSessionKeys()
           
static boolean hasSessionKey(String sessionKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessions

protected static ConcurrentHashMap<String,RexProSession> sessions
Constructor Detail

RexProSessions

public RexProSessions()
Method Detail

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.