com.tinkerpop.rexster.protocol
Class EngineController
java.lang.Object
com.tinkerpop.rexster.protocol.EngineController
public class EngineController
- extends Object
Manages the list of EngineHolder items for the current ScriptEngineManager.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static EngineController getInstance()
getAvailableEngineLanguages
public Iterator getAvailableEngineLanguages()
isEngineAvailable
public boolean isEngineAvailable(String languageName)
getEngineByLanguageName
public EngineHolder getEngineByLanguageName(String languageName)
throws ScriptException
- Throws:
ScriptException
Copyright © 2009-2012. All Rights Reserved.