|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectplay.Invoker.Invocation
play.Invoker.DirectInvocation
public abstract static class Invoker.DirectInvocation
A direct invocation (in the same thread than caller)
字段摘要 | |
---|---|
static java.lang.String |
invocationType
|
构造方法摘要 | |
---|---|
Invoker.DirectInvocation()
|
方法摘要 | |
---|---|
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 |
从类 play.Invoker.Invocation 继承的方法 |
---|
_finally, after, before, execute, onException, onSuccess, preInit, run |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
public static final java.lang.String invocationType
构造方法详细信息 |
---|
public Invoker.DirectInvocation()
方法详细信息 |
---|
public boolean init()
Invoker.Invocation
复制的描述
Invoker.Invocation
中的 init
public void suspend(Invoker.Suspend suspendRequest)
Invoker.Invocation
复制的描述
Invoker.Invocation
中的 suspend
public Invoker.InvocationContext getInvocationContext()
Invoker.Invocation
中的 getInvocationContext
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |