Uses of Class
org.apache.tinkerpop.gremlin.jsr223.console.RemoteException
-
Packages that use RemoteException Package Description org.apache.tinkerpop.gremlin.jsr223.console -
-
Uses of RemoteException in org.apache.tinkerpop.gremlin.jsr223.console
Methods in org.apache.tinkerpop.gremlin.jsr223.console that throw RemoteException Modifier and Type Method Description Object
RemoteAcceptor. configure(List<String> args)
Gets called when:remote
is used in conjunction with theconfig
option.Object
RemoteAcceptor. connect(List<String> args)
Gets called when:remote
is used in conjunction with the "connect" option.Object
RemoteAcceptor. submit(List<String> args)
Gets called when:submit
is executed.
-