Class JcaExecutorServiceDelegate
- java.lang.Object
-
- org.camunda.bpm.container.impl.ejb.deployment.JcaExecutorServiceDelegate
-
- All Implemented Interfaces:
JcaExecutorServiceDelegateMBean
,PlatformService<ExecutorService>
public class JcaExecutorServiceDelegate extends Object implements PlatformService<ExecutorService>, JcaExecutorServiceDelegateMBean
MBean Service delegating to the Jca ExecutorService
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description JcaExecutorServiceDelegate(ExecutorService executorService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutorService
getValue()
void
start(PlatformServiceContainer mBeanServiceContainer)
void
stop(PlatformServiceContainer mBeanServiceContainer)
-
-
-
Constructor Detail
-
JcaExecutorServiceDelegate
public JcaExecutorServiceDelegate(ExecutorService executorService)
-
-
Method Detail
-
start
public void start(PlatformServiceContainer mBeanServiceContainer)
- Specified by:
start
in interfacePlatformService<ExecutorService>
-
stop
public void stop(PlatformServiceContainer mBeanServiceContainer)
- Specified by:
stop
in interfacePlatformService<ExecutorService>
-
getValue
public ExecutorService getValue()
- Specified by:
getValue
in interfacePlatformService<ExecutorService>
-
-