jBPM distribution 6.2.0.CR2

org.jbpm.executor.cdi
Class CDIUtils

java.lang.Object
  extended by org.jbpm.executor.cdi.CDIUtils

public class CDIUtils
extends Object


Constructor Summary
CDIUtils()
           
 
Method Summary
static
<T> T
createBean(Class<T> beanType, javax.enterprise.inject.spi.BeanManager beanManager, Annotation... bindings)
           
static javax.enterprise.inject.spi.BeanManager lookUpBeanManager(org.kie.internal.executor.api.CommandContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDIUtils

public CDIUtils()
Method Detail

lookUpBeanManager

public static javax.enterprise.inject.spi.BeanManager lookUpBeanManager(org.kie.internal.executor.api.CommandContext ctx)

createBean

public static <T> T createBean(Class<T> beanType,
                               javax.enterprise.inject.spi.BeanManager beanManager,
                               Annotation... bindings)
                    throws Exception
Throws:
Exception

jBPM distribution 6.2.0.CR2

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