org.neo4j.server.webadmin.console
Class CypherSessionCreator

java.lang.Object
  extended by org.neo4j.server.webadmin.console.CypherSessionCreator
All Implemented Interfaces:
ConsoleSessionCreator

public class CypherSessionCreator
extends Object
implements ConsoleSessionCreator


Constructor Summary
CypherSessionCreator()
           
 
Method Summary
 String name()
           
 ScriptSession newSession(Database database, CypherExecutor cypherExecutor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CypherSessionCreator

public CypherSessionCreator()
Method Detail

name

public String name()
Specified by:
name in interface ConsoleSessionCreator

newSession

public ScriptSession newSession(Database database,
                                CypherExecutor cypherExecutor)
Specified by:
newSession in interface ConsoleSessionCreator


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