org.kie.workbench.backend
Class ApplicationScopedProducer
java.lang.Object
org.kie.workbench.backend.ApplicationScopedProducer
@ApplicationScoped
public class ApplicationScopedProducer
- extends Object
This class should contain all ApplicationScoped producers
required by the application.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationScopedProducer
public ApplicationScopedProducer()
setup
@PostConstruct
public void setup()
ioService
@Produces
@Named(value="ioStrategy")
public org.uberfire.io.IOService ioService()
ioSearchService
@Produces
@Named(value="ioSearchStrategy")
public org.uberfire.io.IOSearchService ioSearchService()
produceSelectedUserGroupCallback
@Produces
public org.kie.internal.task.api.UserGroupCallback produceSelectedUserGroupCallback()
getEntityManagerFactory
@Produces
public javax.persistence.EntityManagerFactory getEntityManagerFactory()
produceEnvironment
@Produces
public org.kie.internal.runtime.manager.RuntimeEnvironment produceEnvironment(javax.persistence.EntityManagerFactory emf)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.