Class 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 Detail

      • executorService

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

      • ExecutorServiceWrapper

        public ExecutorServiceWrapper()
    • Method Detail

      • getExecutorService

        public Object getExecutorService()