Uses of Class
org.objectweb.cjdbc.controller.loadbalancer.BackendWorkerThread

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 SelectRequestTask.executeTask(BackendWorkerThread backendThread)
          Executes a write request with the given backend thread
 void WriteRequestWithKeysTask.executeTask(BackendWorkerThread backendThread)
          Executes a write request with the given backend thread.
 void KillThreadTask.executeTask(BackendWorkerThread backendThread)
          This function does nothing.
 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 RollbackTask.executeTask(BackendWorkerThread backendThread)
          Rollbacks a transaction with the given backend thread.
 void ReadStoredProcedureTask.executeTask(BackendWorkerThread backendThread)
          Call a stored procedure that returns a ResultSet on 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 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.
 

Uses of BackendWorkerThread in org.objectweb.cjdbc.controller.recoverylog
 

Fields in org.objectweb.cjdbc.controller.recoverylog declared as BackendWorkerThread
private  BackendWorkerThread JDBCRecoverThread.bwt
           
 

Methods in org.objectweb.cjdbc.controller.recoverylog with parameters of type BackendWorkerThread
private  void JDBCRecoverThread.addWorkerTask(BackendWorkerThread bwt, AbstractTask task)
          Add a task to a BackendWorkerThread using the proper synchronization.
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.