| Class | Description |
|---|---|
| CismetConcurrency |
Utility class that provides some concurrency tools that should be used when concurrency shall take place within
cismet applications.
|
| CismetConcurrency.CismetThreadFactory |
Very similar to the
Executors.defaultThreadFactory() implementation. |
| CismetConcurrency.LoggingAbortPolicy |
An
ThreadPoolExecutor.AbortPolicy that logs a warn message (using log4j) before doing the actual handling. |
| CismetExecutors |
This class is a copy of
Executors except that the ExecutorServicees created by this class will inform
an Thread.UncaughtExceptionHandler in case of a call to any of the ExecutorService' submit
operations. |
| CismetExecutors.UEHThreadPoolExecutor |
Extension of the
ThreadPoolExecutor that keeps track of the executed tasks and informs the
Thread.UncaughtExceptionHandler associated with the executing thread in case of an exception during task
execution. |
Copyright © 2012–2026 cismet GmbH. All rights reserved.