Uses of Interface
jade.core.HorizontalCommand
-
Packages that use HorizontalCommand Package Description jade.core This package contains the microkernel of JADE system. -
-
Uses of HorizontalCommand in jade.core
Classes in jade.core that implement HorizontalCommand Modifier and Type Class Description classGenericCommandA generic implementation of theCommandinterface, operating at the meta-level to provide a generic transformation of method invocations.Methods in jade.core with parameters of type HorizontalCommand Modifier and Type Method Description ObjectNode. accept(HorizontalCommand cmd)Accepts a command.voidBaseService. broadcast(HorizontalCommand cmd, boolean includeMyself)VerticalCommandService.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.VerticalCommandSliceProxy. serve(HorizontalCommand cmd)Try to serve an incoming horizontal command, routing it to a remote slice implementation.ObjectBaseNode. serveHorizontalCommand(HorizontalCommand cmd)Provides an IMTP independent implementation for the horizontal command serving mechanism.
-