Class JcaExecutorServiceConnector.ExecutorServiceWrapper

  • Enclosing class:
    JcaExecutorServiceConnector

    public class JcaExecutorServiceConnector.ExecutorServiceWrapper
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object executorService
      will hold a org.camunda.bpm.container.ExecutorService reference
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getExecutorService()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • executorService

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

      • ExecutorServiceWrapper

        public ExecutorServiceWrapper()
    • Method Detail

      • getExecutorService

        public java.lang.Object getExecutorService()