org.mobicents.slee.resource.jdbc.task.simple
Interface SimpleJdbcTaskResultEvent

All Known Implementing Classes:
SimpleJdbcTaskResultEventImpl

public interface SimpleJdbcTaskResultEvent

Author:
martins

Field Summary
static javax.slee.EventTypeID EVENT_TYPE_ID
           
 
Method Summary
 java.lang.Object getResult()
          Retrieves the result returned from the task execution.
 JdbcTask getTask()
          Retrieves the executed task.
 

Field Detail

EVENT_TYPE_ID

static final javax.slee.EventTypeID EVENT_TYPE_ID
Method Detail

getResult

java.lang.Object getResult()
Retrieves the result returned from the task execution.

Returns:

getTask

JdbcTask getTask()
Retrieves the executed task.

Returns:


Copyright © 2012. All Rights Reserved.