Package org.eclipse.jetty.util.thread
Class Invocable.Task.Abstract
java.lang.Object
org.eclipse.jetty.util.thread.Invocable.Task.Abstract
- All Implemented Interfaces:
Runnable
,Invocable
,Invocable.Task
- Direct Known Subclasses:
Invocable.ReadyTask
- Enclosing interface:
- Invocable.Task
An abstract partial implementation of Task
-
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
-
Constructor Details
-
Abstract
-
-
Method Details
-
getInvocationType
- Specified by:
getInvocationType
in interfaceInvocable
- Returns:
- The InvocationType of this object
-
toString
-