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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetJobExecutorClassName(String jobExecutorClassName) voidvoidsetProperties(Map<String, String> properties)  
- 
Constructor Details
- 
JobAcquisitionXmlImpl
public JobAcquisitionXmlImpl() 
 - 
 - 
Method Details
- 
getName
- Specified by:
 getNamein interfaceJobAcquisitionXml- Returns:
 - the name of the JobExecutor.
 
 - 
setName
 - 
getProperties
- Specified by:
 getPropertiesin 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:
 getJobExecutorClassNamein interfaceJobAcquisitionXml- Returns:
 - the fully qualified classname of the JobExecutor to be used.
 
 - 
setJobExecutorClassName
 
 -