py4j.examples
Class BufferGateway

java.lang.Object
  extended by py4j.DefaultGateway
      extended by py4j.examples.BufferGateway
All Implemented Interfaces:
Gateway

public class BufferGateway
extends DefaultGateway


Field Summary
 
Fields inherited from interface py4j.Gateway
GATEWAY_OBJECT_ID
 
Constructor Summary
BufferGateway()
           
 
Method Summary
 StringBuffer getStringBuffer()
           
static void main(String[] args)
           
static void stopGateway()
           
 
Methods inherited from class py4j.DefaultGateway
getArgCounter, getBindings, getMethodNames, getMethodNamesAsString, getNextObjectId, getObjCounter, getObject, getReturnObject, invoke, isList, isPrimitiveObject, isStarted, putNewObject, setStarted, shutdown, startup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferGateway

public BufferGateway()
Method Detail

getStringBuffer

public StringBuffer getStringBuffer()

main

public static void main(String[] args)

stopGateway

public static void stopGateway()