org.objectweb.cjdbc.controller.loadbalancer.tasks
Class WriteStoredProcedureTask
java.lang.Object
org.objectweb.cjdbc.controller.loadbalancer.tasks.AbstractTask
org.objectweb.cjdbc.controller.loadbalancer.tasks.WriteStoredProcedureTask
- public class WriteStoredProcedureTask
- extends AbstractTask
Executes a write StoredProcedure call.
- Version:
- 1.0
- Author:
- Emmanuel Cecchet
| Fields inherited from class org.objectweb.cjdbc.controller.loadbalancer.tasks.AbstractTask |
|
| Methods inherited from class org.objectweb.cjdbc.controller.loadbalancer.tasks.AbstractTask |
execute, getExceptions, getExecutionStarted, getFailed, getGeneratedKeysResultSet, getNbToComplete, getSuccess, getTotalNb, hasTid, notifyCompletion, notifyFailure, notifySuccess, setExpiredTimeout, setGeneratedKeysResultSet, setHasTid, setTotalNb |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
proc
private StoredProcedure proc
result
private int result
WriteStoredProcedureTask
public WriteStoredProcedureTask(int nbToComplete,
int totalNb,
StoredProcedure proc)
- Creates a new
WriteStoredProcedureTask.
- Parameters:
nbToComplete - number of threads that must succeed before returningtotalNb - total number of threadsproc - the StoredProcedure to call
executeTask
public void executeTask(BackendWorkerThread backendThread)
throws java.sql.SQLException
- Executes a write request with the given backend thread.
- Specified by:
executeTask in class AbstractTask
- Parameters:
backendThread - the backend thread that will execute the task
- Throws:
java.sql.SQLException - if an error occurs
getResult
public int getResult()
- Returns the result.
- Returns:
- int
toString
public java.lang.String toString()
- See Also:
Object.toString()
Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.