JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
javax.enterprise.context.spi

Interface CreationalContext<T>



  • public interface CreationalContext<T>

    Provides operations that are used by the Contextual implementation during instance creation and destruction.

    Author:
    Gavin King, Pete Muir
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      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

      • push

        void push(T incompleteInstance)
        Registers an incompletely initialized contextual instance the with the container. A contextual instance is considered incompletely initialized until it is returned by Contextual.create(CreationalContext) .
        Parameters:
        incompleteInstance - the incompletely initialized instance
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /