Package org.apache.openejb.batchee
Class BatchEEServiceManager.TomEEThreadPoolService
java.lang.Object
org.apache.batchee.container.services.executor.AbstractThreadPoolService
org.apache.batchee.container.services.executor.DefaultThreadPoolService
org.apache.openejb.batchee.BatchEEServiceManager.TomEEThreadPoolService
- All Implemented Interfaces:
org.apache.batchee.spi.BatchService
,org.apache.batchee.spi.BatchThreadPoolService
- Enclosing class:
- BatchEEServiceManager
public static class BatchEEServiceManager.TomEEThreadPoolService
extends org.apache.batchee.container.services.executor.DefaultThreadPoolService
-
Field Summary
Fields inherited from class org.apache.batchee.container.services.executor.AbstractThreadPoolService
executorService
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.batchee.container.services.executor.DefaultThreadPoolService
newExecutorService
Methods inherited from class org.apache.batchee.container.services.executor.AbstractThreadPoolService
init, shutdown, toString
-
Constructor Details
-
TomEEThreadPoolService
public TomEEThreadPoolService()
-
-
Method Details
-
executeTask
- Specified by:
executeTask
in interfaceorg.apache.batchee.spi.BatchThreadPoolService
- Overrides:
executeTask
in classorg.apache.batchee.container.services.executor.AbstractThreadPoolService
-