Uses of Interface
org.jboss.webbeans.context.api.BeanInstance

Packages that use BeanInstance
org.jboss.webbeans.context.api   
org.jboss.webbeans.context.api.helpers   
 

Uses of BeanInstance in org.jboss.webbeans.context.api
 

Methods in org.jboss.webbeans.context.api that return BeanInstance
<T> BeanInstance<T>
BeanStore.get(Contextual<? extends T> bean)
          Gets an instance of a bean from the storage.
 

Methods in org.jboss.webbeans.context.api with parameters of type BeanInstance
<T> void
BeanStore.put(BeanInstance<T> beanInstance)
          Adds a bean instance to the storage
 

Uses of BeanInstance in org.jboss.webbeans.context.api.helpers
 

Fields in org.jboss.webbeans.context.api.helpers with type parameters of type BeanInstance
protected  java.util.Map<Contextual<? extends java.lang.Object>,BeanInstance<? extends java.lang.Object>> ConcurrentHashMapBeanStore.delegate
           
 

Methods in org.jboss.webbeans.context.api.helpers that return BeanInstance
<T> BeanInstance<T>
ForwardingBeanStore.get(Contextual<? extends T> bean)
           
<T> BeanInstance<T>
AbstractMapBackedBeanStore.get(Contextual<? extends T> bean)
          Gets an instance from the store
 

Methods in org.jboss.webbeans.context.api.helpers that return types with arguments of type BeanInstance
 java.util.Map<Contextual<? extends java.lang.Object>,BeanInstance<? extends java.lang.Object>> ConcurrentHashMapBeanStore.delegate()
          Gets the delegate for the store
abstract  java.util.Map<Contextual<? extends java.lang.Object>,BeanInstance<? extends java.lang.Object>> AbstractMapBackedBeanStore.delegate()
           
 

Methods in org.jboss.webbeans.context.api.helpers with parameters of type BeanInstance
<T> void
ForwardingBeanStore.put(BeanInstance<T> beanInstance)
           
<T> void
AbstractMapBackedBeanStore.put(BeanInstance<T> beanInstance)
          Puts a bean instance under the bean key in the store
 



Copyright © 2008-2009. All Rights Reserved.