protected static class Router.CreateRouteJob extends Job
Job.Inform, Job.Key, Job.Priority, Job.Type| Modifier and Type | Field and Description |
|---|---|
protected Route |
route
route to build
|
endTime, finished, LOCALDEBUGFLAG, MIN_NUM_SECONDS, reportExecution, startTime| Modifier | Constructor and Description |
|---|---|
protected |
CreateRouteJob(java.lang.String what,
Route route,
Cell cell,
boolean verbose,
Tool tool)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
doIt()
This is the main work method.
|
void |
terminateOK()
This method executes in the Client side after normal termination of doIt method.
|
abort, checkAbort, fieldVariableChanged, getAllJobs, getDatabase, getDebug, getDeleteWhenDone, getEditingPreferences, getEnvironment, getExtendedUserInterface, getInfo, getInform, getKey, getRunningJob, getScheduledToAbort, getStatus, getTechPool, getTool, getUserInterface, initJobManager, inServerThread, isClientThread, isFinished, pipeClient, pipeServer, remove, setCurrentLibraryInJob, setDebug, setProgress, setReportExecutionFlag, socketClient, startJob, startJob, startJobOnMyResult, terminateFail, terminateIt, toString, updateIncrementalDRCErrors, updateNetworkErrorsprotected Route route
public boolean doIt()
throws JobException
JobdoIt in class JobJobException - TODOpublic void terminateOK()
JobterminateOK in class Job