Interface JobExecutorXml
- 
- All Known Implementing Classes:
- JobExecutorXmlImpl
 
 public interface JobExecutorXmlDeployment Metadata for the JobExecutor Service. - Author:
- Daniel Meyer
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringCORE_POOL_SIZEstatic java.lang.StringKEEP_ALIVE_TIMEThe time in milliseconds that threads overCORE_POOL_SIZEwill be kept alive.static java.lang.StringMAX_POOL_SIZEstatic java.lang.StringQUEUE_SIZE
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<JobAcquisitionXml>getJobAcquisitions()java.util.Map<java.lang.String,java.lang.String>getProperties()
 
- 
- 
- 
Field Detail- 
QUEUE_SIZEstatic final java.lang.String QUEUE_SIZE - See Also:
- Constant Field Values
 
 - 
CORE_POOL_SIZEstatic final java.lang.String CORE_POOL_SIZE - See Also:
- Constant Field Values
 
 - 
MAX_POOL_SIZEstatic final java.lang.String MAX_POOL_SIZE - See Also:
- Constant Field Values
 
 - 
KEEP_ALIVE_TIMEstatic final java.lang.String KEEP_ALIVE_TIME The time in milliseconds that threads overCORE_POOL_SIZEwill be kept alive.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getJobAcquisitionsjava.util.List<JobAcquisitionXml> getJobAcquisitions() - Returns:
- a list of configured JobAcquisitions.
 
 - 
getPropertiesjava.util.Map<java.lang.String,java.lang.String> getProperties() - Returns:
- a set of properties to configure the Job Executor.
- See Also:
- QUEUE_SIZE,- CORE_POOL_SIZE,- MAX_POOL_SIZE,- KEEP_ALIVE_TIME
 
 
- 
 
-