public class ScheduledJobLoader extends GenericLoader<ScheduledJob>
ab
Modifier and Type | Method and Description |
---|---|
void |
exec(JobEntry job,
String name)
Attempts to load and execute the external ScheduledJob.
|
void |
exec(PipelineData pipelineData,
String name)
Deprecated.
|
static ScheduledJobLoader |
getInstance()
The method through which this class is accessed.
|
getAssembler, getAssembler, getBasePackage, getCacheSize, getPackages, reload, setReload
public void exec(JobEntry job, String name) throws Exception
job
- The JobEntry.name
- Name of object that will execute the job.Exception
- a generic exception.@Deprecated public void exec(PipelineData pipelineData, String name) throws Exception
exec
in class GenericLoader<ScheduledJob>
pipelineData
- Turbine information.name
- Name of object that will execute the job.Exception
- a generic exception.public static ScheduledJobLoader getInstance()
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.