com.tinkerpop.rexster.protocol
Class RexProSession

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

public class RexProSession
extends Object

Server-side rexster session.


Field Summary
protected  Date lastTimeUsed
           
 
Constructor Summary
RexProSession(String sessionKey, RexsterApplication rexsterApplication, byte channel, int chunkSize)
           
 
Method Summary
 Object evaluate(String script, String languageName, RexsterBindings rexsterBindings)
           
 Bindings getBindings()
           
 byte getChannel()
           
 long getIdleTime()
           
 String getSessionKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastTimeUsed

protected Date lastTimeUsed
Constructor Detail

RexProSession

public RexProSession(String sessionKey,
                     RexsterApplication rexsterApplication,
                     byte channel,
                     int chunkSize)
Method Detail

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.