Package org.jbpm.executor.cdi.impl
Class ExecutorServiceLifeCycleController
- java.lang.Object
-
- org.jbpm.executor.cdi.impl.ExecutorServiceLifeCycleController
-
@Named("ExecutorServiceLifeCycleController-startable") @ApplicationScoped public class ExecutorServiceLifeCycleController extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutorServiceLifeCycleController()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
destroy
@PreDestroy public void destroy()
-
-