|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandInvoker | |
tweed.context | A Context is a set of parameters and services for managing UI and server invocation. |
tweed.invocation | Invocation is making server-side operations happen, and get the result back on client-side. |
Uses of CommandInvoker in tweed.context |
Methods in tweed.context that return CommandInvoker | |
protected CommandInvoker |
DefaultContextFactory.instantiateCommandInvoker(Context context)
|
CommandInvoker |
DefaultContextFactory.DefaultContext.getInvoker()
|
CommandInvoker |
Context.getInvoker()
Returns the CommandInvoker instance used server-side
for executing Command instances on the server. |
Methods in tweed.context with parameters of type CommandInvoker | |
void |
DefaultContextFactory.DefaultContext.setInvoker(CommandInvoker invoker)
|
Uses of CommandInvoker in tweed.invocation |
Subclasses of CommandInvoker in tweed.invocation | |
class |
LoopbackInvoker
This invoker calls a CommandExecutor which resides in the same VM. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |