org.camunda.bpm.container.impl.metadata
Class JobExecutorXmlImpl
java.lang.Object
org.camunda.bpm.container.impl.metadata.JobExecutorXmlImpl
- All Implemented Interfaces:
- JobExecutorXml
public class JobExecutorXmlImpl
- extends Object
- implements JobExecutorXml
Implementation of the JobExecutorXml
- Author:
- Daniel Meyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jobAcquisitions
protected List<JobAcquisitionXml> jobAcquisitions
jobExecutorClass
protected String jobExecutorClass
properties
protected Map<String,String> properties
JobExecutorXmlImpl
public JobExecutorXmlImpl()
getJobAcquisitions
public List<JobAcquisitionXml> getJobAcquisitions()
- Specified by:
getJobAcquisitions
in interface JobExecutorXml
- Returns:
- a list of configured JobAcquisitions.
setJobAcquisitions
public void setJobAcquisitions(List<JobAcquisitionXml> jobAcquisitions)
getJobExecutorClass
public String getJobExecutorClass()
setJobExecutorClass
public void setJobExecutorClass(String jobExecutorClass)
setProperties
public void setProperties(Map<String,String> properties)
getProperties
public Map<String,String> getProperties()
- Specified by:
getProperties
in interface JobExecutorXml
- Returns:
- a set of properties to configure the Job Executor.
- See Also:
JobExecutorXml.QUEUE_SIZE
,
JobExecutorXml.CORE_POOL_SIZE
,
JobExecutorXml.MAX_POOL_SIZE
,
JobExecutorXml.KEEP_ALIVE_TIME
Copyright © 2016 camunda services GmbH. All rights reserved.