public interface AppShellServer extends ShellServer
ShellServer with the addition of executing apps.| Modifier and Type | Method and Description |
|---|---|
App |
findApp(String name)
Finds and returns an
App implementation with a given name. |
getAllAvailableCommands, getName, interpretLine, interpretVariable, leave, makeRemotelyAvailable, makeRemotelyAvailable, setSessionVariable, shutdown, tabComplete, terminate, welcomeApp findApp(String name) throws RemoteException
App implementation with a given name.name - the name of the app.App instance for name.RemoteException - if an RMI exception occurs.Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.