Forge - Parent 2.0.0.Alpha1

org.jboss.forge.container.util
Class BeanManagerUtils

java.lang.Object
  extended by org.jboss.forge.container.util.BeanManagerUtils

public abstract class BeanManagerUtils
extends Object

Warning: ***DO NOT USE THIS CLASS***

Author:
Lincoln Baxter, III

Constructor Summary
BeanManagerUtils()
           
 
Method Summary
static
<T> T
getContextualInstance(javax.enterprise.inject.spi.BeanManager manager, Class<T> type)
           
static
<T> T
getContextualInstance(javax.enterprise.inject.spi.BeanManager manager, Class<T> type, Annotation... qualifiers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanManagerUtils

public BeanManagerUtils()
Method Detail

getContextualInstance

public static <T> T getContextualInstance(javax.enterprise.inject.spi.BeanManager manager,
                                          Class<T> type)

getContextualInstance

public static <T> T getContextualInstance(javax.enterprise.inject.spi.BeanManager manager,
                                          Class<T> type,
                                          Annotation... qualifiers)

Forge - Parent 2.0.0.Alpha1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.