Uses of Interface
py4j.Command

Packages that use Command
py4j   
 

Uses of Command in py4j
 

Classes in py4j that implement Command
 class AbstractCommand
           Abstract base class for commands.
 class ArrayCommand
           A ArrayCommand is responsible for handling operations on arrays.
 class CallCommand
           A CallCommand is responsible for parsing a call command and calling the method on the target object.
 class ConstructorCommand
           A ConstructorCommand is responsible for calling the constructors of a Java class.
 class FieldCommand
          A FieldCommand is responsible for accessing and setting fields of objects.
 class HelpPageCommand
           A HelpPageCommand is responsible for generating a help page for a Java object or Java class.
 class ListCommand
           A ListCommand is responsible for handling operations on lists (e.g., slicing).
 class MemoryCommand
           The MemoryCommand is responsible for handling garbage collection requests from the Python side, i.e., when a java object is no longer used by the Python program.
 class ReflectionCommand
           The ReflectionCommand is responsible for accessing packages, classes, and static members.
 class ShutdownGatewayServerCommand
           The ShutdownGatewayServerCommand is responsible for shutting down the GatewayServer.