Class JcaExecutorServiceConnector.ExecutorServiceWrapper

java.lang.Object
org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector.ExecutorServiceWrapper
Enclosing class:
JcaExecutorServiceConnector

public class JcaExecutorServiceConnector.ExecutorServiceWrapper extends Object
This class must be free of engine classes to make it possible to install the resource adapter without shared libraries. Some deployments scenarios might require that. The wrapper class was introduced to provide more meaning to a otherwise unspecified property.
  • Field Details

    • executorService

      protected Object executorService
      will hold a org.camunda.bpm.container.ExecutorService reference
  • Constructor Details

    • ExecutorServiceWrapper

      public ExecutorServiceWrapper()
  • Method Details

    • getExecutorService

      public Object getExecutorService()