|
Class Summary |
| LoggingInterceptorWrapper |
This wrapper uses Java reflection to look up and invoke the QuartzDesk JVM Agent logging interceptor (com.quartzdesk.agent.api.scheduler.common.log.IExecutingJobLoggingInterceptor). |
| WorkerThreadCallable<T> |
An implementation of the Callable interface that can be used by job implementation classes
to wrap a Callable instance with the business logic to be executed by a worker thread spawned from
the specified job execution thread. |
| WorkerThreadLoggingInterceptorRegistry |
A registry that can be used to turn on/off interception of log messages produced by worker threads spawned
and used by executing jobs. |
| WorkerThreadRunnable |
An implementation of the Runnable interface that can be used by job implementation classes
to wrap a Runnable instance with the business logic to be executed by a worker thread spawned from
the specified job execution thread. |