|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
java.lang.Object |
Node.accept(HorizontalCommand cmd)
Accepts a command. |
void |
BaseService.broadcast(HorizontalCommand cmd,
boolean includeMyself)
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||