E G J O S

E

EVENT_TYPE_ID - Static variable in interface org.mobicents.slee.resource.jdbc.task.simple.SimpleJdbcTaskResultEvent
 
execute(JdbcTaskContext) - Method in interface org.mobicents.slee.resource.jdbc.task.JdbcTask
Invoked by the JDBC RA, requests asynchronously execution of the task logic.
execute(JdbcTaskContext) - Method in class org.mobicents.slee.resource.jdbc.task.simple.SimpleJdbcTask
 
executeSimple(JdbcTaskContext) - Method in class org.mobicents.slee.resource.jdbc.task.simple.SimpleJdbcTask
Method to be overridden by concrete task implementations, return an "opaque" object as result of the task execution.

G

getConnection() - Method in interface org.mobicents.slee.resource.jdbc.task.JdbcTaskContext
Retrieves the connection to be used by the task.
getEventObject() - Method in interface org.mobicents.slee.resource.jdbc.task.JdbcTaskResult
Retrieves the event object.
getEventObject() - Method in class org.mobicents.slee.resource.jdbc.task.simple.SimpleJdbcTaskResult
 
getEventTypeID() - Method in interface org.mobicents.slee.resource.jdbc.task.JdbcTaskResult
Retrieves the event type ID.
getEventTypeID() - Method in class org.mobicents.slee.resource.jdbc.task.simple.SimpleJdbcTaskResult
 
getResult() - Method in interface org.mobicents.slee.resource.jdbc.task.simple.SimpleJdbcTaskResultEvent
Retrieves the result returned from the task execution.
getResult() - Method in class org.mobicents.slee.resource.jdbc.task.simple.SimpleJdbcTaskResultEventImpl
Retrieves the result returned from the task execution.
getSleeTransactionManager() - Method in interface org.mobicents.slee.resource.jdbc.task.JdbcTaskContext
Retrieves the JDBC RA SleeTransactionManager, which a JdbcTask may use to create and manage Java transactions.
getTask() - Method in interface org.mobicents.slee.resource.jdbc.task.simple.SimpleJdbcTaskResultEvent
Retrieves the executed task.
getTask() - Method in class org.mobicents.slee.resource.jdbc.task.simple.SimpleJdbcTaskResultEventImpl
Retrieves the executed task.

J

JdbcTask - Interface in org.mobicents.slee.resource.jdbc.task
A task to be executed asynchronously by the JDBC RA.
JdbcTaskContext - Interface in org.mobicents.slee.resource.jdbc.task
The context provided by the JDBC RA to a JdbcTask, for its logic execution.
JdbcTaskResult - Interface in org.mobicents.slee.resource.jdbc.task
The result of a JDBC Task execution, provides all data the JDBC RA needs to fire an event, through its SleeEndpoint.

O

org.mobicents.slee.resource.jdbc.task - package org.mobicents.slee.resource.jdbc.task
 
org.mobicents.slee.resource.jdbc.task.simple - package org.mobicents.slee.resource.jdbc.task.simple
 

S

setConnectionCredentials(String, String) - Method in interface org.mobicents.slee.resource.jdbc.task.JdbcTaskContext
Sets the credentials used to retrieve the JDBC Connection.
SimpleJdbcTask - Class in org.mobicents.slee.resource.jdbc.task.simple
An abstract implementation of JdbcTask, which will fire a SimpleJdbcTaskResultEvent event.
SimpleJdbcTask() - Constructor for class org.mobicents.slee.resource.jdbc.task.simple.SimpleJdbcTask
 
SimpleJdbcTaskResult - Class in org.mobicents.slee.resource.jdbc.task.simple
 
SimpleJdbcTaskResult(SimpleJdbcTaskResultEvent) - Constructor for class org.mobicents.slee.resource.jdbc.task.simple.SimpleJdbcTaskResult
 
SimpleJdbcTaskResultEvent - Interface in org.mobicents.slee.resource.jdbc.task.simple
 
SimpleJdbcTaskResultEventImpl - Class in org.mobicents.slee.resource.jdbc.task.simple
 
SimpleJdbcTaskResultEventImpl(Object, JdbcTask) - Constructor for class org.mobicents.slee.resource.jdbc.task.simple.SimpleJdbcTaskResultEventImpl
 

E G J O S

Copyright © 2012. All Rights Reserved.