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

Interface BeanManager



  • public interface BeanManager

    Allows a portable extension to interact directly with the container. Provides operations for obtaining contextual references for beans, along with many other operations of use to portable extensions.

    Any bean may obtain an instance of BeanManager by injecting it:

     @Inject
     BeanManager manager;
     

    Java EE components may obtain an instance of BeanManager from JNDI by looking up the name java:comp/BeanManager.

    Any operation of BeanManager may be called at any time during the execution of the application.

    Author:
    Gavin King, Pete Muir, Clint Popetz, David Allen
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 によって変換されたページ (->オリジナル) /