Uses of Interface
jade.core.Command

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

Uses of Command in jade.core
 

Subinterfaces of Command in jade.core
 interface HorizontalCommand
          The HorizontalCommand interface represents those kernel-level commands that are exchanged among the slices of a given JADE service, and they are sent across the network by the platform IMTP.
 interface VerticalCommand
          The VerticalCommand interface represents those kernel-level commands that are sent to or through JADE kernel-level services.
 

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



JADE