py4j
Interface Command

All Known Implementing Classes:
AbstractCommand, CallCommand, ListCommand, StopGatewayCommand

public interface Command


Method Summary
 void execute(String command, BufferedReader reader, BufferedWriter writer)
           
 void init(Gateway gateway)
           
 

Method Detail

init

void init(Gateway gateway)

execute

void execute(String command,
             BufferedReader reader,
             BufferedWriter writer)
             throws Py4JException,
                    IOException
Throws:
Py4JException
IOException