play
Class Invoker.DirectInvocation
java.lang.Object
play.Invoker.Invocation
play.Invoker.DirectInvocation
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- ServletWrapper.ServletInvocation
- Enclosing class:
- Invoker
public abstract static class Invoker.DirectInvocation
- extends Invoker.Invocation
A direct invocation (in the same thread than caller)
|
Method Summary |
boolean |
init()
Init the call (especially usefull in DEV mode to detect changes) |
void |
suspend(Invoker.Suspend suspendRequest)
The request is suspended |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Invoker.DirectInvocation
public Invoker.DirectInvocation()
init
public boolean init()
- Description copied from class:
Invoker.Invocation
- Init the call (especially usefull in DEV mode to detect changes)
- Overrides:
init in class Invoker.Invocation
suspend
public void suspend(Invoker.Suspend suspendRequest)
- Description copied from class:
Invoker.Invocation
- The request is suspended
- Overrides:
suspend in class Invoker.Invocation
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly