|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CreationalContext<T>
The CreationalContext is a temporary, internal context used during
creation to resolve internal references. Only
Contextual implementations may use
CreationalContext.
| Method Summary | |
|---|---|
void |
push(T incompleteInstance)
Pushes an incomplete instance into the creational context. |
void |
release()
Destroys all dependent objects. |
| Method Detail |
|---|
void push(T incompleteInstance)
void release()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||