Class JobAcquisitionXmlImpl
java.lang.Object
org.camunda.bpm.container.impl.metadata.JobAcquisitionXmlImpl
- All Implemented Interfaces:
JobAcquisitionXml
Implementation of the JobAcquisitionXml
SPI interface
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from interface org.camunda.bpm.container.impl.metadata.spi.JobAcquisitionXml
LOCK_TIME_IN_MILLIS, MAX_JOBS_PER_ACQUISITION, WAIT_TIME_IN_MILLIS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setJobExecutorClassName
(String jobExecutorClassName) void
void
setProperties
(Map<String, String> properties)
-
Constructor Details
-
JobAcquisitionXmlImpl
public JobAcquisitionXmlImpl()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceJobAcquisitionXml
- Returns:
- the name of the JobExecutor.
-
setName
-
getProperties
- Specified by:
getProperties
in interfaceJobAcquisitionXml
- Returns:
- a set of properties to configure the Job Executor. The properties are mapped to bean properties of the JobExecutor class used.
- See Also:
-
setProperties
-
getJobExecutorClassName
- Specified by:
getJobExecutorClassName
in interfaceJobAcquisitionXml
- Returns:
- the fully qualified classname of the JobExecutor to be used.
-
setJobExecutorClassName
-