py4j.examples
Class StackGateway

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

public class StackGateway
extends DefaultGateway


Field Summary
 
Fields inherited from interface py4j.Gateway
GATEWAY_OBJECT_ID
 
Constructor Summary
StackGateway()
           
 
Method Summary
 Stack createNewStack()
           
static void main(String[] args)
           
 
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

StackGateway

public StackGateway()
Method Detail

createNewStack

public Stack createNewStack()

main

public static void main(String[] args)