py4j
Class StopGatewayCommand

java.lang.Object
  extended by py4j.AbstractCommand
      extended by py4j.StopGatewayCommand
All Implemented Interfaces:
Command

public class StopGatewayCommand
extends AbstractCommand


Field Summary
 
Fields inherited from class py4j.AbstractCommand
gateway
 
Constructor Summary
StopGatewayCommand(GatewayServer gatewayServer)
           
 
Method Summary
 void execute(String command, BufferedReader reader, BufferedWriter writer)
           
 
Methods inherited from class py4j.AbstractCommand
getArguments, getReturnObject, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopGatewayCommand

public StopGatewayCommand(GatewayServer gatewayServer)
Method Detail

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