Interface JobAcquisitionXml
- All Known Implementing Classes:
JobAcquisitionXmlImpl
public interface JobAcquisitionXml
Java API to the JobAcquisition deployment metadata
- Author:
- Daniel Meyer
-
Field Details
-
LOCK_TIME_IN_MILLIS
- See Also:
-
WAIT_TIME_IN_MILLIS
- See Also:
-
MAX_JOBS_PER_ACQUISITION
- See Also:
-
-
Method Details
-
getName
String getName()- Returns:
- the name of the JobExecutor.
-
getJobExecutorClassName
String getJobExecutorClassName()- Returns:
- the fully qualified classname of the JobExecutor to be used.
-
getProperties
- Returns:
- a set of properties to configure the Job Executor. The properties are mapped to bean properties of the JobExecutor class used.
- See Also:
-