|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CreationalContext<T>
Provides operations that are used by the
Contextual
implementation during
instance creation and destruction.
Method Summary | |
---|---|
void |
push(T incompleteInstance)
Registers an incompletely initialized contextual instance the with the container. |
void |
release()
Destroys all dependent objects of the instance which is being destroyed, by passing each dependent object to Contextual.destroy(Object, CreationalContext) . |
Method Detail |
---|
void push(T incompleteInstance)
Contextual.create(CreationalContext)
.
incompleteInstance
- the incompletely initialized instancevoid release()
Contextual.destroy(Object, CreationalContext)
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41