py4j
Class StopGatewayCommand
java.lang.Object
py4j.AbstractCommand
py4j.StopGatewayCommand
- All Implemented Interfaces:
- Command
public class StopGatewayCommand
- extends AbstractCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopGatewayCommand
public StopGatewayCommand(GatewayServer gatewayServer)
execute
public void execute(String command,
BufferedReader reader,
BufferedWriter writer)
throws Py4JException,
IOException
- Specified by:
execute
in interface Command
- Specified by:
execute
in class AbstractCommand
- Throws:
Py4JException
IOException