KIE Workbench - Webapp 6.1.0.Beta2

org.kie.workbench.backend
Class ApplicationScopedProducer

java.lang.Object
  extended by org.kie.workbench.backend.ApplicationScopedProducer

@ApplicationScoped
public class ApplicationScopedProducer
extends Object

This class should contain all ApplicationScoped producers required by the application.


Constructor Summary
ApplicationScopedProducer()
           
 
Method Summary
 org.uberfire.io.IOSearchService ioSearchService()
           
 org.uberfire.io.IOService ioService()
           
 org.kie.internal.runtime.manager.RuntimeEnvironment produceEnvironment(javax.persistence.EntityManagerFactory emf)
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationScopedProducer

public ApplicationScopedProducer()
Method Detail

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()

produceEnvironment

@Produces
public org.kie.internal.runtime.manager.RuntimeEnvironment produceEnvironment(javax.persistence.EntityManagerFactory emf)

KIE Workbench - Webapp 6.1.0.Beta2

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