javax.context
Interface CreationalContext<T>

All Known Implementing Classes:
CreationalContextImpl

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 © 2011. All Rights Reserved.