public class JcaExecutorServiceDelegate extends Object implements MBeanService<ExecutorService>, JcaExecutorServiceDelegateMBean
MBean Service delegating to the Jca ExecutorService
| Constructor and Description |
|---|
JcaExecutorServiceDelegate(ExecutorService executorService) |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
getValue() |
void |
start(MBeanServiceContainer mBeanServiceContainer) |
void |
stop(MBeanServiceContainer mBeanServiceContainer) |
public JcaExecutorServiceDelegate(ExecutorService executorService)
public void start(MBeanServiceContainer mBeanServiceContainer)
start in interface MBeanService<ExecutorService>public void stop(MBeanServiceContainer mBeanServiceContainer)
stop in interface MBeanService<ExecutorService>public ExecutorService getValue()
getValue in interface MBeanService<ExecutorService>Copyright © 2015. All rights reserved.