org.mobicents.slee.resource.jdbc.task
Interface JdbcTask

All Known Implementing Classes:
SimpleJdbcTask

public interface JdbcTask

A task to be executed asynchronously by the JDBC RA.

Author:
martins

Method Summary
 JdbcTaskResult execute(JdbcTaskContext taskContext)
          Invoked by the JDBC RA, requests asynchronously execution of the task logic.
 

Method Detail

execute

JdbcTaskResult execute(JdbcTaskContext taskContext)
Invoked by the JDBC RA, requests asynchronously execution of the task logic.

Parameters:
taskContext - the context provided by the RA to help the task execution.
Returns:
the result of the task execution, which if not null, and valid (not null event object and type), will be used by the RA to fire an event into the SLEE.


Copyright © 2012. All Rights Reserved.