org.neo4j.server.webadmin.console
Interface ConsoleSessionFactory

All Known Implementing Classes:
SessionFactoryImpl

public interface ConsoleSessionFactory


Method Summary
 ScriptSession createSession(String engineName, Database database)
           
 Iterable<String> supportedEngines()
           
 

Method Detail

createSession

ScriptSession createSession(String engineName,
                            Database database)

supportedEngines

Iterable<String> supportedEngines()


Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.