javax.context
Interface CreationalContext<T>


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.

Author:
Pete Muir

Method Summary
 void push(T incompleteInstance)
          Push an incomplete instance to the container
 

Method Detail

push

void push(T incompleteInstance)
Push an incomplete instance to the container

Parameters:
incompleteInstance -


Copyright © 2008-2009. All Rights Reserved.