|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.explosion.utilities.exception.ExceptionManager
com.explosion.utilities.process.StackableSimpleProcess
com.explosion.datastream.exql.processes.UpdateDBWithAllEditsProcess
public class UpdateDBWithAllEditsProcess
| Constructor Summary | |
|---|---|
UpdateDBWithAllEditsProcess(com.explosion.utilities.process.threads.Finishable finishable,
com.explosion.expfmodules.rdbmsconn.dbom.DBEntity entity,
java.util.List insertValueBindings,
java.util.List deleteRowIdentifierBindings,
java.util.List updateValueBindings,
java.util.List updateRowIdentifierBindings,
java.sql.Connection conn)
Constructor for UpdateDBWithAllEditsProcess. |
|
| Method Summary | |
|---|---|
void |
process()
This method executes the updates one set ata atime |
void |
reportError(java.lang.Throwable error)
This allows subprocesses to report errors to the main process |
| Methods inherited from class com.explosion.utilities.process.StackableSimpleProcess |
|---|
finalise, finalise, getPercentComplete, getProcessControl, getStatusText, getUpdateable, initialise, isStopped, isUserProcess, setIsUserProcess, setPercentComplete, setProcessControl, setStatusText |
| Methods inherited from class com.explosion.utilities.exception.ExceptionManager |
|---|
addExceptionHandler, manageException, removeExceptionHandler |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateDBWithAllEditsProcess(com.explosion.utilities.process.threads.Finishable finishable,
com.explosion.expfmodules.rdbmsconn.dbom.DBEntity entity,
java.util.List insertValueBindings,
java.util.List deleteRowIdentifierBindings,
java.util.List updateValueBindings,
java.util.List updateRowIdentifierBindings,
java.sql.Connection conn)
| Method Detail |
|---|
public void reportError(java.lang.Throwable error)
public void process()
process in interface com.explosion.utilities.process.threads.SimpleProcessprocess in class com.explosion.utilities.process.StackableSimpleProcessSimpleProcess.process()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||