Uses of Interface
jade.core.HorizontalCommand

Packages that use HorizontalCommand
jade.core This package contains the microkernel of JADE system.  
 

Uses of HorizontalCommand in jade.core
 

Classes in jade.core that implement HorizontalCommand
 class GenericCommand
          A generic implementation of the Command interface, operating at the meta-level to provide a generic transformation of method invocations.
 

Methods in jade.core with parameters of type HorizontalCommand
 VerticalCommand SliceProxy.serve(HorizontalCommand cmd)
          Try to serve an incoming horizontal command, routing it to a remote slice implementation.
 VerticalCommand Service.Slice.serve(HorizontalCommand cmd)
          Serves an incoming horizontal command, performing any required immediate processing, before turning it into a vertical command to be processed by the incoming filter chain.
 java.lang.Object Node.accept(HorizontalCommand cmd)
          Accepts a command.
 



JADE