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
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
void
start
(PlatformServiceContainer mBeanServiceContainer) void
stop
(PlatformServiceContainer mBeanServiceContainer)
-
Constructor Details
-
JcaExecutorServiceDelegate
-
-
Method Details
-
start
- Specified by:
start
in interfacePlatformService<ExecutorService>
-
stop
- Specified by:
stop
in interfacePlatformService<ExecutorService>
-
getValue
- Specified by:
getValue
in interfacePlatformService<ExecutorService>
-