Class Invocable.ReadyTask
java.lang.Object
org.eclipse.jetty.util.thread.Invocable.Task.Abstract
org.eclipse.jetty.util.thread.Invocable.ReadyTask
- All Implemented Interfaces:
 Runnable, Invocable, Invocable.Task
- Enclosing interface:
 Invocable
A Runnable decorated with an Invocable.InvocationType.
- 
Nested Class Summary
Nested classes/interfaces inherited from interface Invocable
Invocable.Callable, Invocable.InvocationType, Invocable.ReadyTask, Invocable.TaskNested classes/interfaces inherited from interface Invocable.Task
Invocable.Task.Abstract - 
Field Summary
Fields inherited from interface Invocable
__nonBlocking, NOOP - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class Invocable.Task.Abstract
getInvocationType 
- 
Constructor Details
- 
ReadyTask
 
 - 
 - 
Method Details
- 
getTask
 - 
run
public void run() - 
toString
- Overrides:
 toStringin classInvocable.Task.Abstract
 
 -