|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.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(java.lang.Object key,
ContextualInstance<T> contextualInstance)
Adds a dependent instance under a given key |
|
void |
destroyDependentInstances(java.lang.Object key)
Destroys all dependent objects associated with a particular key and remove that key from the store |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DependentInstancesStore()
Method Detail |
---|
public <T> void addDependentInstance(java.lang.Object key, ContextualInstance<T> contextualInstance)
key
- The key to store the instance undercontextualInstance
- The instance to storepublic void destroyDependentInstances(java.lang.Object key)
key
- The key to remove
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |