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