org.jbpm.executor
Class ExecutorServiceFactory
java.lang.Object
org.jbpm.executor.ExecutorServiceFactory
public class ExecutorServiceFactory
- extends Object
Creates singleton instance of ExecutorService
that shall be used outside of CDI
environment.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutorServiceFactory
public ExecutorServiceFactory()
newExecutorService
public static org.kie.internal.executor.api.ExecutorService newExecutorService()
setEmf
public static void setEmf(javax.persistence.EntityManagerFactory emf)
setJbpmTransactionManager
public static void setJbpmTransactionManager(JbpmServicesTransactionManager jbpmTransactionManager)
configurePersistenceManager
public static void configurePersistenceManager()
configureExecutorImpl
public static void configureExecutorImpl()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.