com.tinkerpop.rexster.protocol
Class RexProSession
java.lang.Object
com.tinkerpop.rexster.protocol.RexProSession
public class RexProSession
- extends Object
Server-side rexster session.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lastTimeUsed
protected Date lastTimeUsed
RexProSession
public RexProSession(String sessionKey,
RexsterApplication rexsterApplication,
byte channel,
int chunkSize)
getSessionKey
public String getSessionKey()
getBindings
public Bindings getBindings()
getChannel
public byte getChannel()
getIdleTime
public long getIdleTime()
evaluate
public Object evaluate(String script,
String languageName,
RexsterBindings rexsterBindings)
throws ScriptException
- Throws:
ScriptException
Copyright © 2009-2012. All Rights Reserved.