play
Class Invoker.DirectInvocation

java.lang.Object
  extended by play.Invoker.Invocation
      extended by play.Invoker.DirectInvocation
All Implemented Interfaces:
java.lang.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)


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

invocationType

public static final java.lang.String invocationType
See Also:
Constant Field Values
Constructor Detail

Invoker.DirectInvocation

public Invoker.DirectInvocation()
Method Detail

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

getInvocationContext

public Invoker.InvocationContext getInvocationContext()
Specified by:
getInvocationContext in class Invoker.Invocation


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