| Package | Description |
|---|---|
| net.greghaines.jesque.admin | |
| net.greghaines.jesque.worker |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
AdminImpl.getExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdminImpl.setExceptionHandler(ExceptionHandler exceptionHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExceptionHandler |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
WorkerPool.getExceptionHandler() |
ExceptionHandler |
WorkerImpl.getExceptionHandler() |
ExceptionHandler |
JobExecutor.getExceptionHandler()
The current exception handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkerPool.setExceptionHandler(ExceptionHandler exceptionHandler) |
void |
WorkerImpl.setExceptionHandler(ExceptionHandler exceptionHandler) |
void |
JobExecutor.setExceptionHandler(ExceptionHandler exceptionHandler)
Set this JobExecutor's exception handler to the given handler.
|
Copyright © 2011-2013. All Rights Reserved.