jBPM distribution 6.0.0.CR4

org.jbpm.executor
Class ExecutorServiceFactory

java.lang.Object
  extended by org.jbpm.executor.ExecutorServiceFactory

public class ExecutorServiceFactory
extends Object

Creates singleton instance of ExecutorService that shall be used outside of CDI environment.


Constructor Summary
ExecutorServiceFactory()
           
 
Method Summary
static void configureExecutorImpl()
           
static void configurePersistenceManager()
           
static org.kie.internal.executor.api.ExecutorService newExecutorService()
           
static void setEmf(javax.persistence.EntityManagerFactory emf)
           
static void setJbpmTransactionManager(JbpmServicesTransactionManager jbpmTransactionManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutorServiceFactory

public ExecutorServiceFactory()
Method Detail

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()

jBPM distribution 6.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.