Class RDBPrintJob.ReferenceDataPrintTask

java.lang.Object
org.openforis.concurrency.Worker
org.openforis.concurrency.Task
org.openforis.collect.relational.print.RDBPrintTask
org.openforis.collect.relational.print.RDBPrintJob.ReferenceDataPrintTask
Enclosing class:
RDBPrintJob

public static class RDBPrintJob.ReferenceDataPrintTask extends RDBPrintTask
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.openforis.concurrency.Worker

    org.openforis.concurrency.Worker.Status
  • Field Summary

    Fields inherited from class org.openforis.collect.relational.print.RDBPrintTask

    dialect, schema, writer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected long
     
    protected void
     

    Methods inherited from class org.openforis.collect.relational.print.RDBPrintTask

    createInternalVariables, isSchemaless, setDateTimeFormat, setDialect, setSchema, setWriter, writeBatchInsert

    Methods inherited from class org.openforis.concurrency.Task

    beforeExecuteInternal, getProcessedItems, getProgressPercent, getRemainingItems, getSkippedItems, getTotalItems, incrementProcessedItems, incrementSkippedItems, setProcessedItems, setTotalItems

    Methods inherited from class org.openforis.concurrency.Worker

    abort, addStatusChangeListener, afterExecute, afterExecuteInternal, beforeExecute, changeStatus, destroy, getDuration, getEndTime, getErrorMessage, getErrorMessageArgs, getId, getLastException, getName, getResult, getStartTime, getStatus, getWeight, initialize, initializeInternalVariables, isAborted, isCompleted, isEnded, isFailed, isPending, isRunning, logDebug, logError, logInfo, logWarning, notifyAllStatusChangeListeners, onAborted, onCompleted, onEnd, onFailed, prepareResult, release, removeStatusChangeListener, run, setErrorMessage, setErrorMessageArgs, setLastException, setResult, setWeight, validateInput, waitFor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReferenceDataPrintTask

      public ReferenceDataPrintTask()
  • Method Details

    • countTotalItems

      protected long countTotalItems()
      Overrides:
      countTotalItems in class org.openforis.concurrency.Task
    • execute

      protected void execute() throws Throwable
      Specified by:
      execute in class org.openforis.concurrency.Worker
      Throws:
      Throwable