org.jbpm.console.ng.server.impl
Class RequestScopedProducer
java.lang.Object
org.jbpm.console.ng.server.impl.RequestScopedProducer
@RequestScoped
public class RequestScopedProducer
- extends Object
This class should contain all RequestScoped producers
required by the application.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestScopedProducer
public RequestScopedProducer()
getEntityManager
@Produces
@RequestScoped
public javax.persistence.EntityManager getEntityManager()
createLogger
@Produces
public Logger createLogger(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
close
public void close(@Disposes
javax.persistence.EntityManager em)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.