|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.context.DependentInstancesStore
public class DependentInstancesStore
A store for dependent instances created under a given key
| Constructor Summary | |
|---|---|
DependentInstancesStore()
Creates a new DependentInstancesStore |
|
| Method Summary | ||
|---|---|---|
|
addDependentInstance(org.jboss.weld.context.api.ContextualInstance<T> contextualInstance)
Adds a dependent instance under a given key |
|
void |
destroyDependentInstances()
Destroys all dependent objects |
|
java.lang.String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DependentInstancesStore()
| Method Detail |
|---|
public <T> void addDependentInstance(org.jboss.weld.context.api.ContextualInstance<T> contextualInstance)
key - The key to store the instance undercontextualInstance - The instance to storepublic void destroyDependentInstances()
key - The key to removepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||