org.jbpm.executor.impl.jpa
Class JPAExecutorServiceProducer
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAExecutorServiceProducer
public JPAExecutorServiceProducer()
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()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.