Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.apache.camel.util.concurrent Classes and Interfaces - 10 results found.
| Name | Description | Type | Package | Framework |
| AtomicException | Convenience class for holding an Exception in a thread-safe waySee Also:Serialized Form | Class | org.apache.camel.util.concurrent | Apache Camel |
|
| AtomicExchange | Convenience class for holding an Exchange in a thread-safe waySee Also:Serialized Form | Class | org.apache.camel.util.concurrent | Apache Camel |
|
| CamelThreadFactory | Thread factory which creates threads supporting a naming pattern. | Class | org.apache.camel.util.concurrent | Apache Camel |
|
| RejectableFutureTask | A Rejectable FutureTask used by RejectableThreadPoolExecutor. | Class | org.apache.camel.util.concurrent | Apache Camel |
|
| RejectableScheduledThreadPoolExecutor | Scheduled thread pool executor that creates RejectableFutureTask instead of FutureTask when registering new tasks for execution. | Class | org.apache.camel.util.concurrent | Apache Camel |
|
| RejectableThreadPoolExecutor | Thread pool executor that creates RejectableFutureTask instead of FutureTask when registering new tasks for execution. | Class | org.apache.camel.util.concurrent | Apache Camel |
|
| SizedScheduledExecutorService | A sized ScheduledExecutorService which will reject executing tasks if the task queue is full. | Class | org.apache.camel.util.concurrent | Apache Camel |
|
| SubmitOrderedCompletionService | A CompletionService that orders the completed tasks in the same order as they where submitted. | Class | org.apache.camel.util.concurrent | Apache Camel |
|
| SynchronousExecutorService | A synchronous ExecutorService which always invokes the task in the caller thread (just a thread pool facade). | Class | org.apache.camel.util.concurrent | Apache Camel |
|
| ThreadHelper | Various helper method for thread naming. | Class | org.apache.camel.util.concurrent | Apache Camel |