org.neo4j.server.webadmin.console
Interface ConsoleSessionCreator

All Known Implementing Classes:
CypherSessionCreator, ShellSessionCreator

public interface ConsoleSessionCreator


Method Summary
 String name()
           
 ScriptSession newSession(Database database, CypherExecutor cypherExecutor)
           
 

Method Detail

name

String name()

newSession

ScriptSession newSession(Database database,
                         CypherExecutor cypherExecutor)


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