Modifier and Type | Method and Description |
---|---|
void |
SubComponentExecutionAdapter.afterJobExecution(Job job) |
void |
SubComponentExecutionListener.afterJobExecution(Job job)
This method is called right after a job was executed in a parent job or transformation (Job job-entry, Job Executor
step).
|
void |
SubComponentExecutionAdapter.beforeJobExecution(Job job) |
void |
SubComponentExecutionListener.beforeJobExecution(Job job)
This method is called right before a job is to be executed in a parent job or transformation (Job job-entry, Job
Executor step).
|
Modifier and Type | Method and Description |
---|---|
VariableSpace |
CurrentDirectoryResolver.resolveCurrentDirectory(ObjectLocationSpecificationMethod specificationMethod,
VariableSpace parentVariables,
Repository repository,
Job job,
String filename) |
Modifier and Type | Field and Description |
---|---|
Job |
JobExecutionExtension.job |
protected Job |
Job.parentJob
The job that's launching this (sub-) job.
|
Modifier and Type | Method and Description |
---|---|
static Job |
Job.createJobWithNewClassLoader() |
Job |
Job.getParentJob()
Gets the parent job.
|
Modifier and Type | Method and Description |
---|---|
void |
JobEntryListener.afterExecution(Job job,
JobEntryCopy jobEntryCopy,
JobEntryInterface jobEntryInterface,
Result result) |
void |
JobEntryListener.beforeExecution(Job job,
JobEntryCopy jobEntryCopy,
JobEntryInterface jobEntryInterface) |
void |
DelegationAdapter.jobDelegationStarted(Job delegatedJob,
JobExecutionConfiguration jobExecutionConfiguration) |
void |
DelegationListener.jobDelegationStarted(Job delegatedJob,
JobExecutionConfiguration jobExecutionConfiguration) |
void |
JobListener.jobFinished(Job job) |
void |
JobAdapter.jobFinished(Job job) |
void |
JobListener.jobStarted(Job job) |
void |
JobAdapter.jobStarted(Job job) |
void |
Job.setParentJob(Job parentJob)
Sets the parent job.
|
Constructor and Description |
---|
JobExecutionExtension(Job job,
Result result,
JobEntryCopy jobEntryCopy,
boolean executeEntry) |
Modifier and Type | Method and Description |
---|---|
boolean |
JobEntryEval.evaluate(Result result,
Job parentJob,
Result prev_result)
Evaluate the result of the execution of previous job entry.
|
Modifier and Type | Method and Description |
---|---|
Job |
JobEntryJobRunner.getJob() |
Job |
JobEntryJob.getJob() |
Modifier and Type | Method and Description |
---|---|
void |
JobEntryJobRunner.setJob(Job job) |
Constructor and Description |
---|
JobEntryJobRunner(Job job,
Result result,
int entryNr,
LogChannelInterface log) |
Modifier and Type | Method and Description |
---|---|
boolean |
JobEntryZipFile.processRowFile(Job parentJob,
Result result,
String realZipfilename,
String realWildcard,
String realWildcardExclude,
String realSourceDirectoryOrFile,
String realMovetodirectory,
boolean createparentfolder) |
Modifier and Type | Field and Description |
---|---|
protected Job |
JobEntryBase.parentJob
The parent job
|
Modifier and Type | Method and Description |
---|---|
Job |
JobEntryInterface.getParentJob()
Gets the parent job.
|
Job |
JobEntryBase.getParentJob()
Gets the parent job.
|
Modifier and Type | Method and Description |
---|---|
void |
JobEntryInterface.setParentJob(Job job)
Sets the parent job.
|
void |
JobEntryBase.setParentJob(Job parentJob)
Sets the parent job.
|
Modifier and Type | Method and Description |
---|---|
Job |
KitchenCommandExecutor.executeFilesystemBasedCommand(String initialDir,
String filename) |
Job |
KitchenCommandExecutor.executeRepositoryBasedCommand(Repository repository,
RepositoryMeta repositoryMeta,
String dirName,
String jobName,
String listJobs,
String listDirs) |
Modifier and Type | Method and Description |
---|---|
protected void |
KitchenCommandExecutor.printJobParameters(Job job) |
Modifier and Type | Method and Description |
---|---|
Job |
Trans.getParentJob()
Gets the parent job, or null if there is no parent.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Job> |
Trans.getActiveSubjobs()
Gets the active sub-jobs.
|
Modifier and Type | Method and Description |
---|---|
static Result |
Trans.getClusteredTransformationResult(LogChannelInterface log,
TransSplitter transSplitter,
Job parentJob)
Gets the clustered transformation result.
|
static Result |
Trans.getClusteredTransformationResult(LogChannelInterface log,
TransSplitter transSplitter,
Job parentJob,
boolean loggingRemoteWork)
Gets the clustered transformation result.
|
static long |
Trans.monitorClusteredTransformation(LogChannelInterface log,
TransSplitter transSplitter,
Job parentJob)
Monitors a clustered transformation every second, after all the transformations in a cluster schema are running.
|
static long |
Trans.monitorClusteredTransformation(LogChannelInterface log,
TransSplitter transSplitter,
Job parentJob,
int sleepTimeSeconds)
Monitors a clustered transformation every second, after all the transformations in a cluster schema are running.
|
void |
Trans.setParentJob(Job parentJob)
Sets the parent job for the transformation.
|
Modifier and Type | Field and Description |
---|---|
Job |
JobExecutorData.executorJob |
Modifier and Type | Method and Description |
---|---|
Job |
JobExecutor.getExecutorJob() |
Modifier and Type | Method and Description |
---|---|
protected Job |
BaseJobServlet.createJob(JobConfiguration jobConfiguration) |
Job |
JobMap.findJob(String id)
Find a job using the container/carte object ID.
|
Job |
JobMap.getJob(CarteObjectEntry entry) |
Job |
JobMap.getJob(String jobName)
Find the first job in the list that comes to mind!
|
Modifier and Type | Method and Description |
---|---|
void |
JobMap.addJob(String jobName,
String carteObjectId,
Job job,
JobConfiguration jobConfiguration) |
void |
CarteDelegationHandler.jobDelegationStarted(Job delegatedJob,
JobExecutionConfiguration jobExecutionConfiguration) |
void |
JobMap.registerJob(Job job,
JobConfiguration jobConfiguration) |
void |
JobMap.replaceJob(CarteObjectEntry entry,
Job job,
JobConfiguration jobConfiguration) |
protected void |
ExecuteJobServlet.runJob(Job job) |
protected void |
RunJobServlet.runJob(Job job) |
protected void |
StartJobServlet.runJob(Job job) |
Modifier and Type | Method and Description |
---|---|
static Job |
CarteResource.getJob(String id) |
Copyright © 2018 Hitachi Vantara. All rights reserved.