|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
Command | The base class for implementing Command objects, which
represent a server-side processing. |
CommandExecutor | This class helps the server executing a Command object with
only its ExternalizedCommand as input/output parameter. |
CommandInvoker | A CommandInvoker is supposed to run client-side. |
ExternalizedCommand | This serializable object gathers fields of a Command object
which should travel from client to server and vice-versa. |
LoopbackInvoker | This invoker calls a CommandExecutor which resides in the same VM. |
Invocation is making server-side operations happen, and get the result back on client-side.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |