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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    executeTask(Runnable work, Object config)
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TomEEThreadPoolService

      public TomEEThreadPoolService()
  • Method Details

    • executeTask

      public void executeTask(Runnable work, Object config)
      Specified by:
      executeTask in interface org.apache.batchee.spi.BatchThreadPoolService
      Overrides:
      executeTask in class org.apache.batchee.container.services.executor.AbstractThreadPoolService