play
类 Invoker.DirectInvocation

java.lang.Object
  继承者 play.Invoker.Invocation
      继承者 play.Invoker.DirectInvocation
所有已实现的接口:
java.lang.Runnable
直接已知子类:
ServletWrapper.ServletInvocation
包容类:
Invoker

public abstract static class Invoker.DirectInvocation
extends Invoker.Invocation

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
 

字段详细信息

invocationType

public static final java.lang.String invocationType
另请参见:
常量字段值
构造方法详细信息

Invoker.DirectInvocation

public Invoker.DirectInvocation()
方法详细信息

init

public boolean init()
从类 Invoker.Invocation 复制的描述
Init the call (especially usefull in DEV mode to detect changes)

覆盖:
Invoker.Invocation 中的 init

suspend

public void suspend(Invoker.Suspend suspendRequest)
从类 Invoker.Invocation 复制的描述
The request is suspended

覆盖:
Invoker.Invocation 中的 suspend

getInvocationContext

public Invoker.InvocationContext getInvocationContext()
指定者:
Invoker.Invocation 中的 getInvocationContext


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly