|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BackendWorkerThread | |
org.objectweb.cjdbc.controller.loadbalancer.tasks | BackendWorkerThread tasks for distributed query execution. |
org.objectweb.cjdbc.controller.recoverylog | Recovery Log core. |
Uses of BackendWorkerThread in org.objectweb.cjdbc.controller.loadbalancer.tasks |
Methods in org.objectweb.cjdbc.controller.loadbalancer.tasks with parameters of type BackendWorkerThread | |
void |
RollbackTask.executeTask(BackendWorkerThread backendThread)
Rollbacks a transaction with the given backend thread. |
void |
SavepointTask.executeTask(BackendWorkerThread backendThread)
|
void |
ReleaseSavepointTask.executeTask(BackendWorkerThread backendThread)
|
void |
AbstractTask.execute(BackendWorkerThread backendThread)
The task code executed by the backendThread. |
abstract void |
AbstractTask.executeTask(BackendWorkerThread backendThread)
The implementation specific task code to be executed by backendThread. |
boolean |
AbstractTask.notifyFailure(BackendWorkerThread backendThread,
long timeout,
java.lang.Exception e)
Notifies that the specified backendThread failed to execute this task. |
void |
WriteStoredProcedureTask.executeTask(BackendWorkerThread backendThread)
Executes a write request with the given backend thread. |
void |
WriteRequestTask.executeTask(BackendWorkerThread backendThread)
Executes a write request with the given backend thread. |
void |
KillThreadTask.executeTask(BackendWorkerThread backendThread)
This function call the backendThread kill function and notifies the task completion success. |
void |
SelectRequestTask.executeTask(BackendWorkerThread backendThread)
Executes a write request with the given backend thread |
void |
ReadStoredProcedureTask.executeTask(BackendWorkerThread backendThread)
Call a stored procedure that returns a ResultSet on the given backend thread. |
void |
WriteRequestWithKeysTask.executeTask(BackendWorkerThread backendThread)
Executes a write request with the given backend thread. |
void |
CommitTask.executeTask(BackendWorkerThread backendThread)
Commits a transaction with the given backend thread. |
void |
BeginTask.executeTask(BackendWorkerThread backendThread)
Begins a new transaction with the given backend thread. |
void |
RollbackToSavepointTask.executeTask(BackendWorkerThread backendThread)
|
Uses of BackendWorkerThread in org.objectweb.cjdbc.controller.recoverylog |
Fields in org.objectweb.cjdbc.controller.recoverylog declared as BackendWorkerThread | |
private BackendWorkerThread |
RecoverThread.bwt
|
Methods in org.objectweb.cjdbc.controller.recoverylog with parameters of type BackendWorkerThread | |
private void |
RecoverThread.addWorkerTask(BackendWorkerThread bwt,
AbstractTask task)
Add a task to a BackendWorkerThread using the proper synchronization. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |