public interface IKExceptionHandler
Modifier and Type | Method and Description |
---|---|
void |
acquire(Object owner)
Any time the exception handler is about to be executed the container doing the execution
needs to acquire the handler so that the same instance of the action cannot be executed by
multiple threads concurrently.
|
IKAction |
getAction() |
Class<? extends Throwable> |
getExceptionClass() |
void |
release(Object owner)
Called when the executing container is done with the exception handler.
|
Class<? extends Throwable> getExceptionClass()
IKAction getAction()
void acquire(Object owner)
owner
- void release(Object owner)
owner
- © Copyright IBM Corp. 2013. All rights reserved.