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

Interface ProcessBeanAttributes<T>

  • Type Parameters:
    T - The class of the bean


    public interface ProcessBeanAttributes<T>

    The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive before registering the Bean object.

    No event is fired for New qualified beans.

    If any observer method of a ProcessBeanAttributes event throws an exception, the exception is treated as a definition error by the container.

    Since:
    1.1
    Author:
    Pete Muir
    • Method Detail

      • getBeanAttributes

        BeanAttributes<T> getBeanAttributes()
        Returns:
        the BeanAttributes object that will be used by the container to manage instances of the bean
      • addDefinitionError

        void addDefinitionError(Throwable t)
        Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
        Parameters:
        t - the error to add
      • veto

        void veto()
        Forces the container to ignore the bean.
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 によって変換されたページ (->オリジナル) /