Package com.ibm.jbatch.spi
Interface ExecutorServiceProvider
-
public interface ExecutorServiceProviderProvides an ExecutorService managed by the provider to the caller.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutorServicegetExecutorService()
-
-
-
Method Detail
-
getExecutorService
ExecutorService getExecutorService()
- Returns:
- ExecutorService
-
-