org.jbpm.runtime.manager.impl.cdi
Class RuntimeManagerProducer
java.lang.Object
org.jbpm.runtime.manager.impl.cdi.RuntimeManagerProducer
@ApplicationScoped
public class RuntimeManagerProducer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeManagerProducer
public RuntimeManagerProducer()
newSingletonRuntimeManager
@Produces
public RuntimeManager newSingletonRuntimeManager()
newPerRequestRuntimeManager
@Produces
public RuntimeManager newPerRequestRuntimeManager()
newPerProcessInstanceRuntimeManager
@Produces
public RuntimeManager newPerProcessInstanceRuntimeManager()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.