Interface JobExecutorXml
- All Known Implementing Classes:
JobExecutorXmlImpl
public interface JobExecutorXml
Deployment Metadata for the JobExecutor Service.
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
The time in milliseconds that threads overCORE_POOL_SIZE
will be kept alive.static final String
static final String
-
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
QUEUE_SIZE
- See Also:
-
CORE_POOL_SIZE
- See Also:
-
MAX_POOL_SIZE
- See Also:
-
KEEP_ALIVE_TIME
The time in milliseconds that threads overCORE_POOL_SIZE
will be kept alive.- See Also:
-
-
Method Details
-
getJobAcquisitions
List<JobAcquisitionXml> getJobAcquisitions()- Returns:
- a list of configured JobAcquisitions.
-
getProperties
- Returns:
- a set of properties to configure the Job Executor.
- See Also:
-