public class DBOCompiler extends AbstractAsyncExecutable
DBObject
source files from the database tables.
Because it's a AsyncExecutable
you may execute it asynchronously in an ExecutorTask
or you may call AbstractAsyncExecutable.execute()
for synchronous execution.
.childTaskRef, isTestMode, monitorController, resultRef, stateFlag
Constructor and Description |
---|
DBOCompiler(DBOTypeMapCredential dboCred) |
Modifier and Type | Method and Description |
---|---|
void |
executeAsync()
Runs the compile process.
|
addMonitor, checkCancelled, checkForErrorAndRethrow, clearMonitors, createRunStateFlag, doOnCancel, doOnFailure, execute, executeSubTask, getError, getMaxProgressSteps, getMonitorCount, getMonitors, getName, getProgressStepCount, getResult, getRunStateFlag, getTaskId, getType, handleCancellation, handleFailure, handleFinish, handleStart, handleSuccess, hasError, hasMonitor, isCancellable, notifyProceeded, registerTaskStateChange, removeMonitor, resetProgress, setCancellable, setLogLevel, setMaxProgressSteps, setMonitor, setName, setName, setResult, setRunStateFlag, setTaskId, setType, shouldFireMonitor, sleepChecked, wasCancelled
getApplicationContext, getLogChannel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannel
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getApplicationContext
getLogChannel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannel
public DBOCompiler(DBOTypeMapCredential dboCred)
public void executeAsync() throws java.lang.Exception
executeAsync
in interface AsyncExecutable
executeAsync
in class AbstractAsyncExecutable
java.lang.Exception
for synchronous execution
Copyright © 2014 EsprIT-Systems. All Rights Reserved.