Class TryExecutor.NoTryExecutor
java.lang.Object
org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
- All Implemented Interfaces:
 Executor, TryExecutor
- Enclosing interface:
 TryExecutor
- 
Nested Class Summary
Nested classes/interfaces inherited from interface TryExecutor
TryExecutor.NoTryExecutor - 
Field Summary
Fields inherited from interface TryExecutor
NO_TRY - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
NoTryExecutor
 
 - 
 - 
Method Details
- 
execute
- Specified by:
 executein interfaceExecutor- Specified by:
 executein interfaceTryExecutor
 - 
tryExecute
Description copied from interface:TryExecutorAttempt to execute a task.- Specified by:
 tryExecutein interfaceTryExecutor- Parameters:
 task- The task to be executed- Returns:
 - True IFF the task has been given directly to a thread to execute. The task cannot be queued pending the later availability of a Thread.
 
 - 
toString
 
 -