|
DRAFT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CreationalContext<T>
Allows registration of an incompletely initialized contextual instance with the container. The contextual instance is considered incompletely initialized until the create() method returns the instance.
Method Summary | |
---|---|
void |
push(T incompleteInstance)
Push an incomplete instance to the container |
Method Detail |
---|
void push(T incompleteInstance)
incompleteInstance
-
|
DRAFT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.