|
|||||||||||
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.requestmanager | Request Manager core including the request parsing cache. |
Uses of BackendWorkerThread in org.objectweb.cjdbc.controller.loadbalancer.tasks |
Methods in org.objectweb.cjdbc.controller.loadbalancer.tasks with parameters of type BackendWorkerThread | |
void |
WriteRequestWithKeysTask.execute(BackendWorkerThread backendThread)
Executes a write request with the given backend thread. |
void |
SelectRequestTask.execute(BackendWorkerThread backendThread)
Executes a write request with the given backend thread |
void |
KillThreadTask.execute(BackendWorkerThread backendThread)
This function does nothing. |
void |
RollbackTask.execute(BackendWorkerThread backendThread)
Rollbacks a transaction with the given backend thread. |
void |
CommitTask.execute(BackendWorkerThread backendThread)
Commits a transaction with the given backend thread. |
void |
BeginTask.execute(BackendWorkerThread backendThread)
Begins a new transaction with the given backend thread. |
void |
WriteRequestTask.execute(BackendWorkerThread backendThread)
Executes a write request with the given backend thread. |
void |
ReadStoredProcedureTask.execute(BackendWorkerThread backendThread)
Call a stored procedure that returns a ResultSet on the given backend thread. |
void |
WriteStoredProcedureTask.execute(BackendWorkerThread backendThread)
Executes a write request with the given backend thread. |
abstract void |
AbstractTask.execute(BackendWorkerThread backendThread)
The task code to be executed by backendThread. |
boolean |
AbstractTask.notifyFailure(BackendWorkerThread backendThread,
long timeout,
java.sql.SQLException e)
Notifies that the specified backendThread failed to execute this task. |
Uses of BackendWorkerThread in org.objectweb.cjdbc.controller.requestmanager |
Methods in org.objectweb.cjdbc.controller.requestmanager with parameters of type BackendWorkerThread | |
private void |
RequestManager.addWorkerTask(BackendWorkerThread bwt,
AbstractTask task)
Add a task to a BackendWorkerThread using the proper synchronization. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |