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

Field Summary
static javax.slee.EventTypeID EVENT_TYPE_ID
           
 
Method Summary
 JdbcTask getTask()
          Retrieves the task which execution thrown an exception.
 java.lang.Throwable getThrowable()
          Retrieves the Throwable thrown when executing.
 

Field Detail

EVENT_TYPE_ID

static final javax.slee.EventTypeID EVENT_TYPE_ID
Method Detail

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.