|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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 | ||
|---|---|---|
|
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 | ||
|---|---|---|
|
ForwardingBeanStore.get(Contextual<? extends T> bean)
|
|
|
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 | ||
|---|---|---|
|
ForwardingBeanStore.put(BeanInstance<T> beanInstance)
|
|
|
AbstractMapBackedBeanStore.put(BeanInstance<T> beanInstance)
Puts a bean instance under the bean key in the store |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||