org.neo4j.kernel
Class Shutdown

java.lang.Object
  extended by org.neo4j.shell.impl.AbstractApp
      extended by org.neo4j.shell.kernel.apps.GraphDatabaseApp
          extended by org.neo4j.shell.kernel.apps.ReadOnlyGraphDatabaseApp
              extended by org.neo4j.kernel.Shutdown
All Implemented Interfaces:
org.neo4j.shell.App

public class Shutdown
extends org.neo4j.shell.kernel.apps.ReadOnlyGraphDatabaseApp


Field Summary
 
Fields inherited from class org.neo4j.shell.kernel.apps.GraphDatabaseApp
OPTION_DEF_FOR_C
 
Constructor Summary
Shutdown()
           
 
Method Summary
protected  String exec(org.neo4j.shell.AppCommandParser parser, org.neo4j.shell.Session session, org.neo4j.shell.Output out)
           
 
Methods inherited from class org.neo4j.shell.kernel.apps.ReadOnlyGraphDatabaseApp
execute
 
Methods inherited from class org.neo4j.shell.kernel.apps.GraphDatabaseApp
assertCurrentIsNode, directionAlternatives, findTitle, fixCaseSensitivity, format, frame, getCurrent, getCurrent, getDirection, getDirection, getDisplayName, getDisplayName, getDisplayName, getDisplayName, getNodeById, getRelationshipType, getServer, getThingById, getThingById, isCurrent, matches, newPattern, parseEnum, printAndInterpretTemplateLines, setCurrent, toExpander, withArrows
 
Methods inherited from class org.neo4j.shell.impl.AbstractApp
addOptionDefinition, completionCandidates, getAvailableOptions, getDescription, getDescription, getName, getOptionDefinition, multiply, parseArray, parseFilter, parseJSONMap, safeClose, safeGet, safeRemove, safeSet, setServer, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shutdown

public Shutdown()
Method Detail

exec

protected String exec(org.neo4j.shell.AppCommandParser parser,
                      org.neo4j.shell.Session session,
                      org.neo4j.shell.Output out)
               throws Exception
Specified by:
exec in class org.neo4j.shell.kernel.apps.GraphDatabaseApp
Throws:
Exception


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