py4j.examples
Class ExampleGateway

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

public class ExampleGateway
extends DefaultGateway


Field Summary
 
Fields inherited from interface py4j.Gateway
GATEWAY_OBJECT_ID
 
Constructor Summary
ExampleGateway()
           
 
Method Summary
 ExampleClass getNewExample()
           
 
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

ExampleGateway

public ExampleGateway()
Method Detail

getNewExample

public ExampleClass getNewExample()