org.neo4j.server.webadmin.rest
Class SessionFactoryImpl

java.lang.Object
  extended by org.neo4j.server.webadmin.rest.SessionFactoryImpl
All Implemented Interfaces:
ConsoleSessionFactory

public class SessionFactoryImpl
extends Object
implements ConsoleSessionFactory


Nested Class Summary
static class SessionFactoryImpl.ConsoleEngineCreator
           
 
Constructor Summary
SessionFactoryImpl(javax.servlet.http.HttpSession httpSession, List<String> supportedEngines)
           
 
Method Summary
 ScriptSession createSession(String engineName, Database database)
           
 Iterable<String> supportedEngines()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionFactoryImpl

public SessionFactoryImpl(javax.servlet.http.HttpSession httpSession,
                          List<String> supportedEngines)
Method Detail

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.