|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JdbcTaskContext | |
|---|---|
| org.mobicents.slee.resource.jdbc.task | |
| org.mobicents.slee.resource.jdbc.task.simple | |
| Uses of JdbcTaskContext in org.mobicents.slee.resource.jdbc.task |
|---|
| Methods in org.mobicents.slee.resource.jdbc.task with parameters of type JdbcTaskContext | |
|---|---|
JdbcTaskResult |
JdbcTask.execute(JdbcTaskContext taskContext)
Invoked by the JDBC RA, requests asynchronously execution of the task logic. |
| Uses of JdbcTaskContext in org.mobicents.slee.resource.jdbc.task.simple |
|---|
| Methods in org.mobicents.slee.resource.jdbc.task.simple with parameters of type JdbcTaskContext | |
|---|---|
JdbcTaskResult |
SimpleJdbcTask.execute(JdbcTaskContext taskContext)
|
abstract java.lang.Object |
SimpleJdbcTask.executeSimple(JdbcTaskContext taskContext)
Method to be overridden by concrete task implementations, return an "opaque" object as result of the task execution. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||