jBPM :: Distribution 6.2.0-SNAPSHOT

org.jbpm.executor.impl.jpa
Class JPAExecutorServiceProducer

java.lang.Object
  extended by org.jbpm.executor.impl.jpa.JPAExecutorServiceProducer

public class JPAExecutorServiceProducer
extends Object

IMPORTANT: please keep all classes from package org.jbpm.shared.services.impl as FQCN inside method body to avoid exception logged by CDI when used with in memory mode


Constructor Summary
JPAExecutorServiceProducer()
           
 
Method Summary
 org.kie.internal.executor.api.ExecutorAdminService produceAdminService()
           
 org.kie.internal.executor.api.ExecutorService produceExecutorService()
           
 org.kie.internal.executor.api.ExecutorQueryService produceQueryService()
           
 org.kie.internal.executor.api.ExecutorStoreService produceStoreService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAExecutorServiceProducer

public JPAExecutorServiceProducer()
Method Detail

produceExecutorService

@Produces
public org.kie.internal.executor.api.ExecutorService produceExecutorService()

produceStoreService

@Produces
public org.kie.internal.executor.api.ExecutorStoreService produceStoreService()

produceAdminService

@Produces
public org.kie.internal.executor.api.ExecutorAdminService produceAdminService()

produceQueryService

@Produces
public org.kie.internal.executor.api.ExecutorQueryService produceQueryService()

jBPM :: Distribution 6.2.0-SNAPSHOT

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