org.neo4j.server.webadmin.rest
Class SessionFactoryImpl

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

public class SessionFactoryImpl
extends Object
implements SessionFactory


Constructor Summary
SessionFactoryImpl(javax.servlet.http.HttpSession httpSession)
           
 
Method Summary
 ScriptSession createSession(String engineName, Database database)
           
 
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)
Method Detail

createSession

public ScriptSession createSession(String engineName,
                                   Database database)
Specified by:
createSession in interface SessionFactory


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.