|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Invoker.Invocation | |
|---|---|
| play | |
| play.jobs | |
| play.server | |
| 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,
long millis)
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 |
PlayHandler.NettyInvocation
|
static class |
PlayHandler.WebSocketInvocation
|
class |
ServletWrapper.ServletInvocation
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||