Package | Description |
---|---|
jade.core |
This package contains the microkernel of JADE
system.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericCommand
A generic implementation of the
Command interface,
operating at the meta-level to provide a generic transformation of
method invocations. |
Modifier and Type | Method and Description |
---|---|
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.
|