org.mobicents.slee.resource.jdbc.event
Interface JdbcTaskExecutionThrowableEvent
public interface JdbcTaskExecutionThrowableEvent
An event which provides the Throwable which occurred when executing a
JdbcTask.
- Author:
- martins
|
Method Summary |
JdbcTask |
getTask()
Retrieves the task which execution thrown an exception. |
java.lang.Throwable |
getThrowable()
Retrieves the Throwable thrown when executing. |
EVENT_TYPE_ID
static final javax.slee.EventTypeID EVENT_TYPE_ID
getThrowable
java.lang.Throwable getThrowable()
- Retrieves the
Throwable thrown when executing.
- Returns:
getTask
JdbcTask getTask()
- Retrieves the task which execution thrown an exception.
- Returns:
Copyright © 2012. All Rights Reserved.