com.tinkerpop.rexster.protocol
Class EngineHolder

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

public class EngineHolder
extends Object


Field Summary
static int ENGINE_RESET_THRESHOLD
           
 
Constructor Summary
EngineHolder(ScriptEngineFactory factory)
           
 
Method Summary
 ScriptEngine getEngine()
           
 String getEngineName()
           
 String getEngineVersion()
           
 String getLanguageName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENGINE_RESET_THRESHOLD

public static final int ENGINE_RESET_THRESHOLD
See Also:
Constant Field Values
Constructor Detail

EngineHolder

public EngineHolder(ScriptEngineFactory factory)
Method Detail

getEngineName

public String getEngineName()

getEngineVersion

public String getEngineVersion()

getLanguageName

public String getLanguageName()

getEngine

public ScriptEngine getEngine()


Copyright © 2009-2012. All Rights Reserved.