| Package | Description |
|---|---|
| org.jboss.weld.context | |
| org.jboss.weld.context.beanstore | |
| org.jboss.weld.context.beanstore.http | |
| org.jboss.weld.serialization.spi.helpers |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializableContextualInstanceImpl<C extends Contextual<I>,I> |
| Modifier and Type | Method and Description |
|---|---|
List<ContextualInstance<?>> |
WeldCreationalContext.getDependentInstances()
Returns an unmodifiable list of dependent instances.
|
List<ContextualInstance<?>> |
CreationalContextImpl.getDependentInstances()
Returns an unmodifiable list of dependent instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WeldCreationalContext.addDependentInstance(ContextualInstance<?> contextualInstance) |
void |
ForwardingWeldCreationalContext.addDependentInstance(ContextualInstance<?> contextualInstance) |
void |
CreationalContextImpl.addDependentInstance(ContextualInstance<?> contextualInstance) |
| Modifier and Type | Method and Description |
|---|---|
<T> ContextualInstance<T> |
SessionMapBeanStore.get(BeanIdentifier id) |
<T> ContextualInstance<T> |
BeanStore.get(BeanIdentifier id)
Gets an instance of a contextual from the store
|
<T> ContextualInstance<T> |
AttributeBeanStore.get(BeanIdentifier id) |
<T> ContextualInstance<T> |
AbstractMapBackedBeanStore.get(BeanIdentifier id) |
<T> ContextualInstance<T> |
BeanStore.remove(BeanIdentifier id)
Removes a bean instance identified by the given id.
|
<T> ContextualInstance<T> |
AttributeBeanStore.remove(BeanIdentifier id) |
<T> ContextualInstance<T> |
AbstractMapBackedBeanStore.remove(BeanIdentifier id) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
BeanStore.put(BeanIdentifier id,
ContextualInstance<T> contextualInstance)
Adds a bean instance to the storage
|
<T> void |
AttributeBeanStore.put(BeanIdentifier id,
ContextualInstance<T> instance) |
<T> void |
AbstractMapBackedBeanStore.put(BeanIdentifier id,
ContextualInstance<T> beanInstance) |
| Modifier and Type | Method and Description |
|---|---|
<T> ContextualInstance<T> |
AbstractSessionBeanStore.get(BeanIdentifier id) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SerializableContextualInstance<C extends Contextual<I>,I>
A Serializable wrapper for a
ContextualInstance |
Copyright © 2015. All Rights Reserved.