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

All Known Implementing Classes:
SimpleJdbcTaskResult

public interface JdbcTaskResult

The result of a JDBC Task execution, provides all data the JDBC RA needs to fire an event, through its SleeEndpoint.

Author:
martins

Method Summary
 java.lang.Object getEventObject()
          Retrieves the event object.
 javax.slee.EventTypeID getEventTypeID()
          Retrieves the event type ID.
 

Method Detail

getEventObject

java.lang.Object getEventObject()
Retrieves the event object. This data may not be null.

Returns:

getEventTypeID

javax.slee.EventTypeID getEventTypeID()
Retrieves the event type ID. This data may not be null.

Returns:


Copyright © 2012. All Rights Reserved.