|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Invoker.Invocation | |
---|---|
play | |
play.jobs | |
play.server | |
play.test |
Uses of Invoker.Invocation in play |
---|
Subclasses of Invoker.Invocation in play | |
---|---|
static class |
Invoker.DirectInvocation
A direct invocation (in the same thread than caller) |
Methods in play with parameters of type Invoker.Invocation | |
---|---|
static java.util.concurrent.Future |
Invoker.invoke(Invoker.Invocation invocation)
Run the code in a new thread took from a thread pool. |
static java.util.concurrent.Future |
Invoker.invoke(Invoker.Invocation invocation,
int seconds)
Run the code in a new thread after a delay |
Uses of Invoker.Invocation in play.jobs |
---|
Subclasses of Invoker.Invocation in play.jobs | |
---|---|
class |
Job<V>
A job is an asynchronously executed unit of work |
Uses of Invoker.Invocation in play.server |
---|
Subclasses of Invoker.Invocation in play.server | |
---|---|
class |
ServletWrapper.ServletInvocation
|
Uses of Invoker.Invocation in play.test |
---|
Subclasses of Invoker.Invocation in play.test | |
---|---|
static class |
FunctionalTest.FakeInvocation
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |