Package org.eclipse.jetty.util.thread
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 org.eclipse.jetty.util.thread.Invocable
Invocable.Callable, Invocable.InvocationType, Invocable.ReadyTask, Invocable.Task
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable.Task
Invocable.Task.Abstract
-
Field Summary
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking, NOOP
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.util.thread.Invocable.Task.Abstract
getInvocationType
-
Constructor Details
-
ReadyTask
-
-
Method Details
-
getTask
-
run
public void run() -
toString
- Overrides:
toString
in classInvocable.Task.Abstract
-