|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.Invoker.Invocation play.Invoker.DirectInvocation
public abstract static class Invoker.DirectInvocation
A direct invocation (in the same thread than caller)
Constructor Summary | |
---|---|
Invoker.DirectInvocation()
|
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 play.Invoker.Invocation |
---|
_finally, after, before, execute, onException, run |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Invoker.DirectInvocation()
Method Detail |
---|
public boolean init()
Invoker.Invocation
init
in class Invoker.Invocation
public void suspend(Invoker.Suspend suspendRequest)
Invoker.Invocation
suspend
in class Invoker.Invocation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |