org.neo4j.server.webadmin.rest
Class SessionFactoryImpl
java.lang.Object
org.neo4j.server.webadmin.rest.SessionFactoryImpl
- All Implemented Interfaces:
- ConsoleSessionFactory
public class SessionFactoryImpl
- extends Object
- implements ConsoleSessionFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionFactoryImpl
public SessionFactoryImpl(javax.servlet.http.HttpSession httpSession,
List<String> supportedEngines)
createSession
public ScriptSession createSession(String engineName,
Database database)
- Specified by:
createSession in interface ConsoleSessionFactory
supportedEngines
public Iterable<String> supportedEngines()
- Specified by:
supportedEngines in interface ConsoleSessionFactory
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.