Index

A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accept(EventContext<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator.EventConsumer
 
accept(EventContext<T>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator.EventConsumer
 
activate() - Method in interface jakarta.enterprise.context.control.RequestContextController
Activates a RequestContext for the current thread if one is not already active.
activate() - Method in interface javax.enterprise.context.control.RequestContextController
Activates a RequestContext for the current thread if one is not already active.
ActivateRequestContext - Annotation Interface in jakarta.enterprise.context.control
The container provides a built in interceptor that may be used to annotate classes and methods to indicate that a request context should be activated when this method is invoked.
ActivateRequestContext - Annotation Interface in javax.enterprise.context.control
The container provides a built in interceptor that may be used to annotate classes and methods to indicate that a request context should be activated when this method is invoked.
actualType - Variable in class jakarta.enterprise.util.TypeLiteral
 
actualType - Variable in class javax.enterprise.util.TypeLiteral
 
add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Add an annotation to the constructor.
add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Add an annotation to the field.
add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Add an annotation to the method.
add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Add an annotation to the parameter.
add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Add an annotation to the type.
add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Add an annotation to the constructor.
add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Add an annotation to the field.
add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Add an annotation to the method.
add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Add an annotation to the parameter.
add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Add an annotation to the type.
addAnnotatedType(AnnotatedType<?>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Adds a given AnnotatedType to the set of types which will be scanned during bean discovery.
addAnnotatedType(AnnotatedType<?>, String) - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
Adds a given AnnotatedType to the set of types which will be scanned during bean discovery.
addAnnotatedType(AnnotatedType<?>, String) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Adds a given AnnotatedType to the set of types which will be scanned during bean discovery.
addAnnotatedType(Class<T>, String) - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation.
addAnnotatedType(Class<T>, String) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation
addAnnotatedType(Class<T>, String) - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation.
addAnnotatedType(Class<T>, String) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation
addAnnotatedType(AnnotatedType<?>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Adds a given AnnotatedType to the set of types which will be scanned during bean discovery.
addAnnotatedType(AnnotatedType<?>, String) - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
Adds a given AnnotatedType to the set of types which will be scanned during bean discovery.
addAnnotatedType(AnnotatedType<?>, String) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Adds a given AnnotatedType to the set of types which will be scanned during bean discovery.
addBean() - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
Obtains a new BeanConfigurator to configure a new Bean and add it at the end of the observer invocation.
addBean() - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Obtains a new BeanConfigurator to configure a new Bean and add it at the end of the observer invocation.
addBean(Bean<?>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
Fires an event of type ProcessBean containing the given Bean and then registers the Bean with the container, thereby making a bean which is not an interceptor nor a decorator available for injection into other beans.
addBean(Bean<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Fires an event of type ProcessBean containing the given Bean and then registers the Bean with the container, thereby making a bean which is not an interceptor nor a decorator available for injection into other beans.
addBeanClasses(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add provided bean classes to the synthetic bean archive.
addBeanClasses(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add provided bean classes to the synthetic bean archive.
addContext(Context) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
Registers a custom Context object with the container.
addContext(Context) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Registers a custom Context object with the container.
addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
Registers a definition error with the container, causing the container to abort deployment after all observers have been notified.
addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessBean
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Registers a definition error with the container, causing the container to abort deployment after all observers have been notified.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessBean
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessProducer
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDeploymentProblem(Throwable) - Method in interface jakarta.enterprise.inject.spi.AfterDeploymentValidation
Registers a deployment problem with the container, causing the container to abort deployment after all observers have been notified.
addDeploymentProblem(Throwable) - Method in interface javax.enterprise.inject.spi.AfterDeploymentValidation
Registers a deployment problem with the container, causing the container to abort deployment after all observers have been notified.
addExtensions(Extension...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add extensions to the set of extensions.
addExtensions(Class<? extends Extension>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add extensions to the set of extensions.
addExtensions(Class<? extends Extension>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add extensions to the set of extensions.
addExtensions(Extension...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add extensions to the set of extensions.
addInjectionPoint(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add an InjectionPoint to the configured bean
addInjectionPoint(InjectionPoint) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add an InjectionPoint to the configured bean
addInjectionPoints(InjectionPoint...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add InjectionPoints to the configured bean
addInjectionPoints(Set<InjectionPoint>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add InjectionPoints to the configured bean
addInjectionPoints(Set<InjectionPoint>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add InjectionPoints to the configured bean
addInjectionPoints(InjectionPoint...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add InjectionPoints to the configured bean
addInterceptorBinding(AnnotatedType<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as an interceptor binding type.
addInterceptorBinding(Class<? extends Annotation>, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as an interceptor binding type, and specifies its meta-annotations.
addInterceptorBinding(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as an interceptor binding type, and specifies its meta-annotations.
addInterceptorBinding(AnnotatedType<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as an interceptor binding type.
addObserverMethod() - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
obtains a new ObserverMethodConfigurator to configure a new ObserverMethod and add it at the end of the observer invocation.
addObserverMethod() - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
obtains a new ObserverMethodConfigurator to configure a new ObserverMethod and add it at the end of the observer invocation.
addObserverMethod(ObserverMethod<?>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
Fires an event of type ProcessObserverMethod containing the given ObserverMethod and then registers the ObserverMethod with the container, thereby making it available for event notifications.
addObserverMethod(ObserverMethod<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Fires an event of type ProcessObserverMethod containing the given ObserverMethod and then registers the ObserverMethod with the container, thereby making it available for event notifications.
addPackages(boolean, Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Packages of the specified classes will be scanned and found classes will be added to the set of bean classes for the synthetic bean archive.*
addPackages(boolean, Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Packages of the specified classes will be scanned and found classes will be added to the set of bean classes for the synthetic bean archive.*
addPackages(boolean, Package...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
addPackages(boolean, Package...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
addPackages(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
All classes from the packages of the specified classes will be added to the set of bean classes for the synthetic bean archive.
addPackages(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
All classes from the packages of the specified classes will be added to the set of bean classes for the synthetic bean archive.
addPackages(Package...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
addPackages(Package...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
addProperty(String, Object) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add a configuration property to the container
addProperty(String, Object) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add a configuration property to the container
addQualifier(AnnotatedType<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a Qualifier qualifier type.
addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a qualifier to the configured bean
addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add a qualifier to the configured bean
addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Add the qualifier to the InjectionPoint to build
addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Add the qualifier to the observed event
addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a qualifier to the configured bean
addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add a qualifier to the configured bean
addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Add the qualifier to the InjectionPoint to build
addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Add the qualifier to the observed event
addQualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a Qualifier qualifier type.
addQualifier(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a Qualifier qualifier type.
addQualifier(AnnotatedType<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a Qualifier qualifier type.
addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add qualifiers to the bean.
addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add qualifiers to the bean.
addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Add all the qualifiers to the InjectionPoint to build
addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Add all the qualifiers to the Observed event
addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add qualifiers to the bean.
addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add qualifiers to the bean.
addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Add all the qualifiers to the InjectionPoint to build
addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Add all the qualifiers to the Observed event
addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add qualifiers to the bean.
addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add qualifiers to the bean.
addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Add all the qualifiers to the InjectionPoint to build
addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Add all the qualifiers to the Observed event
addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add qualifiers to the bean.
addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add qualifiers to the bean.
addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Add all the qualifiers to the InjectionPoint to build
addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Add all the qualifiers to the Observed event
addScope(Class<? extends Annotation>, boolean, boolean) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a scope type.
addScope(Class<? extends Annotation>, boolean, boolean) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a scope type.
addStereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a stereotype to the configured bean
addStereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add a stereotype to the configured bean
addStereotype(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a stereotype to the configured bean
addStereotype(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add a stereotype to the configured bean
addStereotype(Class<? extends Annotation>, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a stereotype, and specifies its meta-annotations.
addStereotype(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a stereotype, and specifies its meta-annotations.
addStereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add stereotypes to the configured bean
addStereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add stereotypes to the configured bean
addStereotypes(Set<Class<? extends Annotation>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add stereotypes to the configured bean
addStereotypes(Set<Class<? extends Annotation>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add stereotypes to the configured bean
addTransitiveTypeClosure(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
addTransitiveTypeClosure(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
addTransitiveTypeClosure(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
addTransitiveTypeClosure(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
addType(TypeLiteral<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a type to the bean types
addType(TypeLiteral<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add a type to the bean types
addType(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a type to the bean types
addType(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add a type to the bean types
addType(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a type to the bean types
addType(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add a type to the bean types
addType(TypeLiteral<?>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a type to the bean types
addType(TypeLiteral<?>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add a type to the bean types
addTypes(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add types to the bean types
addTypes(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add types to the bean types
addTypes(Type...) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add types to the bean types
addTypes(Type...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add types to the bean types
addTypes(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add types to the bean types
addTypes(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add types to the bean types
addTypes(Set<Type>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add types to the bean types
addTypes(Set<Type>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add types to the bean types
AFTER_COMPLETION - Enum constant in enum class jakarta.enterprise.event.TransactionPhase
Identifies an after completion observer method, called during the after completion phase of the transaction.
AFTER_COMPLETION - Enum constant in enum class javax.enterprise.event.TransactionPhase
Identifies an after completion observer method, called during the after completion phase of the transaction.
AFTER_FAILURE - Enum constant in enum class jakarta.enterprise.event.TransactionPhase
Identifies an after failure observer method, called during the after completion phase of the transaction, only when the transaction fails.
AFTER_FAILURE - Enum constant in enum class javax.enterprise.event.TransactionPhase
Identifies an after failure observer method, called during the after completion phase of the transaction, only when the transaction fails.
AFTER_SUCCESS - Enum constant in enum class jakarta.enterprise.event.TransactionPhase
Identifies an after success observer method, called during the after completion phase of the transaction, only when the transaction completes successfully.
AFTER_SUCCESS - Enum constant in enum class javax.enterprise.event.TransactionPhase
Identifies an after success observer method, called during the after completion phase of the transaction, only when the transaction completes successfully.
AfterBeanDiscovery - Interface in jakarta.enterprise.inject.spi
The event type of the second event fired by the container when it has fully completed the bean discovery process, validated that there are no definition errors relating to the discovered beans, and registered Bean and ObserverMethod objects for the discovered beans, but before detecting deployment problems.
AfterBeanDiscovery - Interface in javax.enterprise.inject.spi
The event type of the second event fired by the container when it has fully completed the bean discovery process, validated that there are no definition errors relating to the discovered beans, and registered Bean and ObserverMethod objects for the discovered beans, but before detecting deployment problems.
AfterDeploymentValidation - Interface in jakarta.enterprise.inject.spi
The event type of the third event fired by the container after it has validated that there are no deployment problems and before creating contexts or processing requests.
AfterDeploymentValidation - Interface in javax.enterprise.inject.spi
The event type of the third event fired by the container after it has validated that there are no deployment problems and before creating contexts or processing requests.
AfterTypeDiscovery - Interface in jakarta.enterprise.inject.spi
This event type is thrown by the container after type discovery is complete.
AfterTypeDiscovery - Interface in javax.enterprise.inject.spi
This event type is thrown by the container after type discovery is complete.
AlterableContext - Interface in jakarta.enterprise.context.spi
Provides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type.
AlterableContext - Interface in javax.enterprise.context.spi
Provides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type.
Alternate metadata sources - Search tag in package jakarta.enterprise.inject.spi
Section
Alternate metadata sources - Search tag in package javax.enterprise.inject.spi
Section
alternative(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Change the alternative status of the configured bean.
alternative(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Change the alternative status of the configured bean.
alternative(boolean) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Change the alternative status of the configured bean.
alternative(boolean) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Change the alternative status of the configured bean.
Alternative - Annotation Interface in jakarta.enterprise.inject
Specifies that a bean is an alternative.
Alternative - Annotation Interface in javax.enterprise.inject
Specifies that a bean is an alternative.
Alternative.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the Alternative annotation.
Alternative.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Alternative annotation.
ALWAYS - Enum constant in enum class jakarta.enterprise.event.Reception
Specifies that an observer method always receives event notifications.
ALWAYS - Enum constant in enum class javax.enterprise.event.Reception
Specifies that an observer method always receives event notifications.
AmbiguousResolutionException - Exception Class in jakarta.enterprise.inject
Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.
AmbiguousResolutionException - Exception Class in javax.enterprise.inject
Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.
AmbiguousResolutionException() - Constructor for exception class jakarta.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException() - Constructor for exception class javax.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(String) - Constructor for exception class jakarta.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(String) - Constructor for exception class javax.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(String, Throwable) - Constructor for exception class javax.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(Throwable) - Constructor for exception class jakarta.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(Throwable) - Constructor for exception class javax.enterprise.inject.AmbiguousResolutionException
 
Annotated - Interface in jakarta.enterprise.inject.spi
Represents a Java program element that can be annotated.
Annotated - Interface in javax.enterprise.inject.spi
Represents a Java program element that can be annotated.
AnnotatedCallable<X> - Interface in jakarta.enterprise.inject.spi
Represents a callable member of a Java type.
AnnotatedCallable<X> - Interface in javax.enterprise.inject.spi
Represents a callable member of a Java type.
AnnotatedConstructor<X> - Interface in jakarta.enterprise.inject.spi
Represents a constructor of a Java class.
AnnotatedConstructor<X> - Interface in javax.enterprise.inject.spi
Represents a constructor of a Java class.
AnnotatedConstructorConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedConstructor
AnnotatedConstructorConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedConstructor
AnnotatedField<X> - Interface in jakarta.enterprise.inject.spi
Represents a field of a Java class.
AnnotatedField<X> - Interface in javax.enterprise.inject.spi
Represents a field of a Java class.
AnnotatedFieldConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedField
AnnotatedFieldConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedField
AnnotatedMember<X> - Interface in jakarta.enterprise.inject.spi
Represents a member of a Java type.
AnnotatedMember<X> - Interface in javax.enterprise.inject.spi
Represents a member of a Java type.
AnnotatedMethod<X> - Interface in jakarta.enterprise.inject.spi
Represents a method of a Java type.
AnnotatedMethod<X> - Interface in javax.enterprise.inject.spi
Represents a method of a Java type.
AnnotatedMethodConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedMethod
AnnotatedMethodConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedMethod
AnnotatedParameter<X> - Interface in jakarta.enterprise.inject.spi
Represents a parameter of a method or constructor.
AnnotatedParameter<X> - Interface in javax.enterprise.inject.spi
Represents a parameter of a method or constructor.
AnnotatedParameterConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedParameter
AnnotatedParameterConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedParameter
AnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
Represents a Java class or interface.
AnnotatedType<X> - Interface in javax.enterprise.inject.spi
Represents a Java class or interface.
AnnotatedTypeConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
This API is a helper to configure a new AnnotatedType instance.
AnnotatedTypeConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This API is a helper to configure a new AnnotatedType instance.
AnnotationLiteral<T> - Class in jakarta.enterprise.util
Supports inline instantiation of annotation type instances.
AnnotationLiteral<T> - Class in javax.enterprise.util
Supports inline instantiation of annotation type instances.
AnnotationLiteral() - Constructor for class jakarta.enterprise.util.AnnotationLiteral
 
AnnotationLiteral() - Constructor for class javax.enterprise.util.AnnotationLiteral
 
annotationType - Variable in class jakarta.enterprise.util.AnnotationLiteral
 
annotationType - Variable in class javax.enterprise.util.AnnotationLiteral
 
annotationType() - Method in class jakarta.enterprise.util.AnnotationLiteral
 
annotationType() - Method in class javax.enterprise.util.AnnotationLiteral
 
Any - Annotation Interface in jakarta.enterprise.inject
The built-in qualifier type.
Any - Annotation Interface in javax.enterprise.inject
The built-in qualifier type.
Any.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the Any qualifier.
Any.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Any qualifier.
appendInBraces(StringBuilder, String) - Method in class jakarta.enterprise.util.AnnotationLiteral
 
appendInBraces(StringBuilder, String) - Method in class javax.enterprise.util.AnnotationLiteral
 
APPLICATION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
 
APPLICATION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
 
APPLICATION - Static variable in class jakarta.enterprise.context.Initialized.Literal
 
APPLICATION - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
 
APPLICATION - Static variable in class javax.enterprise.context.Destroyed.Literal
 
APPLICATION - Static variable in class javax.enterprise.context.Initialized.Literal
 
ApplicationScoped - Annotation Interface in jakarta.enterprise.context
Specifies that a bean is application scoped.
ApplicationScoped - Annotation Interface in javax.enterprise.context
Specifies that a bean is application scoped.
ApplicationScoped.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the ApplicationScoped annotation.
ApplicationScoped.Literal - Class in javax.enterprise.context
Supports inline instantiation of the ApplicationScoped annotation.
areInterceptorBindingsEquivalent(Annotation, Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Determine if two interceptor bindings are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with Nonbinding.
areInterceptorBindingsEquivalent(Annotation, Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
Determine if two interceptor bindings are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with Nonbinding.
areQualifiersEquivalent(Annotation, Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Determine if two qualifiers are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with Nonbinding.
areQualifiersEquivalent(Annotation, Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
Determine if two qualifiers are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with Nonbinding.
AROUND_CONSTRUCT - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
Intercepts a constructor invocation
AROUND_CONSTRUCT - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
Intercepts a constructor invocation
AROUND_INVOKE - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
Intercepts method invocation
AROUND_INVOKE - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
Intercepts method invocation
AROUND_TIMEOUT - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
Intercepts a timeout
AROUND_TIMEOUT - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
Intercepts a timeout
async(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Allows modification of the asynchronous status of the observer to build.
async(boolean) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Allows modification of the asynchronous status of the observer to build.

B

Bean<T> - Interface in jakarta.enterprise.inject.spi
Represents an enabled bean.
Bean<T> - Interface in javax.enterprise.inject.spi
Represents an enabled bean.
BeanAttributes<T> - Interface in jakarta.enterprise.inject.spi
The BeanAttributes interface exposes the basic attributes of a bean.
BeanAttributes<T> - Interface in javax.enterprise.inject.spi
The BeanAttributes interface exposes the basic attributes of a bean.
BeanAttributesConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
This API is an helper to configure a new BeanAttributes instance.
BeanAttributesConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This API is an helper to configure a new BeanAttributes instance.
beanClass(Class<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set the class of the configured Bean.
beanClass(Class<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the class of the Bean containing this observer.
beanClass(Class<?>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set the class of the configured Bean.
beanClass(Class<?>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the class of the Bean containing this observer.
BeanConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
This API is an helper to configure a new Bean instance.
BeanConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This API is an helper to configure a new Bean instance.
beanManager - Variable in class jakarta.enterprise.inject.spi.Unmanaged
 
beanManager - Variable in class javax.enterprise.inject.spi.Unmanaged
 
BeanManager - Interface in jakarta.enterprise.inject.spi
Allows a portable extension to interact directly with the container.
BeanManager - Interface in javax.enterprise.inject.spi
Allows a portable extension to interact directly with the container.
BEFORE_COMPLETION - Enum constant in enum class jakarta.enterprise.event.TransactionPhase
Identifies a before completion observer method, called during the before completion phase of the transaction.
BEFORE_COMPLETION - Enum constant in enum class javax.enterprise.event.TransactionPhase
Identifies a before completion observer method, called during the before completion phase of the transaction.
BeforeBeanDiscovery - Interface in jakarta.enterprise.inject.spi
This event type is thrown by the container before the bean discovery process begins.
BeforeBeanDiscovery - Interface in javax.enterprise.inject.spi
This event type is thrown by the container before the bean discovery process begins.
BeforeDestroyed - Annotation Interface in jakarta.enterprise.context
An event with this qualifier is fired when a context is about to be destroyed, i.e.
BeforeDestroyed - Annotation Interface in javax.enterprise.context
An event with this qualifier is fired when a context is about to be destroyed, i.e.
BeforeDestroyed.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the BeforeDestroyed qualifier.
BeforeDestroyed.Literal - Class in javax.enterprise.context
Supports inline instantiation of the BeforeDestroyed qualifier.
BeforeShutdown - Interface in jakarta.enterprise.inject.spi
The type of the final event the container fires after it has finished processing requests and destroyed all contexts.
BeforeShutdown - Interface in javax.enterprise.inject.spi
The type of the final event the container fires after it has finished processing requests and destroyed all contexts.
begin() - Method in interface jakarta.enterprise.context.Conversation
Mark the current transient conversation long-running.
begin() - Method in interface javax.enterprise.context.Conversation
Mark the current transient conversation long-running.
begin(String) - Method in interface jakarta.enterprise.context.Conversation
Mark the current transient conversation long-running, with a specified identifier.
begin(String) - Method in interface javax.enterprise.context.Conversation
Mark the current transient conversation long-running, with a specified identifier.
build() - Method in class jakarta.enterprise.event.ImmutableNotificationOptions.Builder
 
build() - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
 
build() - Method in class javax.enterprise.event.ImmutableNotificationOptions.Builder
 
build() - Method in interface javax.enterprise.event.NotificationOptions.Builder
 
builder() - Static method in interface jakarta.enterprise.event.NotificationOptions
 
builder() - Static method in interface javax.enterprise.event.NotificationOptions
 
Builder() - Constructor for class jakarta.enterprise.event.ImmutableNotificationOptions.Builder
 
Builder() - Constructor for class javax.enterprise.event.ImmutableNotificationOptions.Builder
 
Built-in scopes - Search tag in package jakarta.enterprise.context
Section
Built-in scopes - Search tag in package javax.enterprise.context
Section
BusyConversationException - Exception Class in jakarta.enterprise.context
Indicates that the container has rejected a request because a concurrent request is associated with the same conversation context.
BusyConversationException - Exception Class in javax.enterprise.context
Indicates that the container has rejected a request because a concurrent request is associated with the same conversation context.
BusyConversationException() - Constructor for exception class jakarta.enterprise.context.BusyConversationException
 
BusyConversationException() - Constructor for exception class javax.enterprise.context.BusyConversationException
 
BusyConversationException(String) - Constructor for exception class jakarta.enterprise.context.BusyConversationException
 
BusyConversationException(String) - Constructor for exception class javax.enterprise.context.BusyConversationException
 
BusyConversationException(String, Throwable) - Constructor for exception class jakarta.enterprise.context.BusyConversationException
 
BusyConversationException(String, Throwable) - Constructor for exception class javax.enterprise.context.BusyConversationException
 
BusyConversationException(Throwable) - Constructor for exception class jakarta.enterprise.context.BusyConversationException
 
BusyConversationException(Throwable) - Constructor for exception class javax.enterprise.context.BusyConversationException
 

C

cachedHashCode - Variable in class jakarta.enterprise.util.AnnotationLiteral
 
cachedHashCode - Variable in class javax.enterprise.util.AnnotationLiteral
 
CDI<T> - Class in jakarta.enterprise.inject.spi
Provides access to the current container.
CDI<T> - Class in javax.enterprise.inject.spi
Provides access to the current container.
CDI() - Constructor for class jakarta.enterprise.inject.spi.CDI
 
CDI() - Constructor for class javax.enterprise.inject.spi.CDI
 
CDIProvider - Interface in jakarta.enterprise.inject.spi
Interface implemented by a CDI provider to provide access to the current container
CDIProvider - Interface in javax.enterprise.inject.spi
Interface implemented by a CDI provider to provide access to the current container
checkProvider(CDIProvider) - Static method in class jakarta.enterprise.inject.spi.CDI
 
checkProvider(CDIProvider) - Static method in class javax.enterprise.inject.spi.CDI
 
close() - Method in interface jakarta.enterprise.inject.se.SeContainer
Shuts down this SeContainer instance when it is no longer in scope.
close() - Method in interface javax.enterprise.inject.se.SeContainer
Shuts down this SeContainer instance when it is no longer in scope.
configure() - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
Returns an AnnotatedTypeConfigurator to to configure the AnnotatedType used to create the InjectionTarget.
configure() - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
Returns an AnnotatedTypeConfigurator initialized with the AnnotatedType created either for the class passed to BeanManager.createInterceptionFactory(CreationalContext, Class) or derived from the InterceptionFactory parameter injection point.
configure() - Method in interface javax.enterprise.inject.spi.InjectionTargetFactory
Returns an AnnotatedTypeConfigurator to to configure the AnnotatedType used to create the InjectionTarget.
configure() - Method in interface javax.enterprise.inject.spi.InterceptionFactory
Returns an AnnotatedTypeConfigurator initialized with the AnnotatedType created either for the class passed to BeanManager.createInterceptionFactory(CreationalContext, Class) or derived from the InterceptionFactory parameter injection point.
configureAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
Returns an AnnotatedTypeConfigurator initialized with the AnnotatedType processed by this event to configure a new AnnotatedType that will replace the original one at the end of the observer invocation.
configureAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
Returns an AnnotatedTypeConfigurator initialized with the AnnotatedType processed by this event to configure a new AnnotatedType that will replace the original one at the end of the observer invocation.
configureBeanAttributes() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
returns a BeanAttributesConfigurator initialized with the BeanAttributes processed by this event to configure a new BeanAttributes that will replace the original one at the end of the observer invocation.
configureBeanAttributes() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
returns a BeanAttributesConfigurator initialized with the BeanAttributes processed by this event to configure a new BeanAttributes that will replace the original one at the end of the observer invocation.
configuredProvider - Static variable in class jakarta.enterprise.inject.spi.CDI
 
configuredProvider - Static variable in class javax.enterprise.inject.spi.CDI
 
configureInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
Returns an InjectionPointConfigurator initialized with the InjectionPoint processed by this event to configure a new InjectionPoint that will replace the original one at the end of the observer invocation.
configureInjectionPoint() - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
Returns an InjectionPointConfigurator initialized with the InjectionPoint processed by this event to configure a new InjectionPoint that will replace the original one at the end of the observer invocation.
configureInterceptorBinding(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and declares it as an interceptor binding type.
configureInterceptorBinding(Class<T>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and declares it as an interceptor binding type.
configureObserverMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
Returns a ObserverMethodConfigurator initialized with the ObserverMethod processed by this event, to configure a new ObserverMethod that will replace the original one at the end of the observer invocation.
configureObserverMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
Returns a ObserverMethodConfigurator initialized with the ObserverMethod processed by this event, to configure a new ObserverMethod that will replace the original one at the end of the observer invocation.
configureProducer() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
Returns a ProducerConfigurator initialized with the Producer processed by this event, to configure a new Producer that will replace the original one at the end of the observer invocation.
configureProducer() - Method in interface javax.enterprise.inject.spi.ProcessProducer
Returns a ProducerConfigurator initialized with the Producer processed by this event, to configure a new Producer that will replace the original one at the end of the observer invocation.
configureQualifier(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and declares it as a Qualifier qualifier type.
configureQualifier(Class<T>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and declares it as a Qualifier qualifier type.
constructors() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
constructors() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
Container lifecycle events - Search tag in package jakarta.enterprise.inject.spi
Section
Container lifecycle events - Search tag in package javax.enterprise.inject.spi
Section
Context - Interface in jakarta.enterprise.context.spi
Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
Context - Interface in javax.enterprise.context.spi
Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
ContextException - Exception Class in jakarta.enterprise.context
Indicates a problem relating to context management.
ContextException - Exception Class in javax.enterprise.context
Indicates a problem relating to context management.
ContextException() - Constructor for exception class jakarta.enterprise.context.ContextException
 
ContextException() - Constructor for exception class javax.enterprise.context.ContextException
 
ContextException(String) - Constructor for exception class jakarta.enterprise.context.ContextException
 
ContextException(String) - Constructor for exception class javax.enterprise.context.ContextException
 
ContextException(String, Throwable) - Constructor for exception class jakarta.enterprise.context.ContextException
 
ContextException(String, Throwable) - Constructor for exception class javax.enterprise.context.ContextException
 
ContextException(Throwable) - Constructor for exception class jakarta.enterprise.context.ContextException
 
ContextException(Throwable) - Constructor for exception class javax.enterprise.context.ContextException
 
ContextNotActiveException - Exception Class in jakarta.enterprise.context
Indicates that a context is not active.
ContextNotActiveException - Exception Class in javax.enterprise.context
Indicates that a context is not active.
ContextNotActiveException() - Constructor for exception class jakarta.enterprise.context.ContextNotActiveException
 
ContextNotActiveException() - Constructor for exception class javax.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(String) - Constructor for exception class jakarta.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(String) - Constructor for exception class javax.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(String, Throwable) - Constructor for exception class jakarta.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(String, Throwable) - Constructor for exception class javax.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(Throwable) - Constructor for exception class jakarta.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(Throwable) - Constructor for exception class javax.enterprise.context.ContextNotActiveException
 
Contextual<T> - Interface in jakarta.enterprise.context.spi
Defines operations to create and destroy contextual instances of a certain type.
Contextual<T> - Interface in javax.enterprise.context.spi
Defines operations to create and destroy contextual instances of a certain type.
Contextual and injected reference validity - Search tag in package jakarta.enterprise.context
Section
Contextual and injected reference validity - Search tag in package javax.enterprise.context
Section
Conversation - Interface in jakarta.enterprise.context
Allows the application to manage the conversation context by marking the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation timeout.
Conversation - Interface in javax.enterprise.context
Allows the application to manage the conversation context by marking the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation timeout.
CONVERSATION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
 
CONVERSATION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
 
CONVERSATION - Static variable in class jakarta.enterprise.context.Initialized.Literal
 
CONVERSATION - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
 
CONVERSATION - Static variable in class javax.enterprise.context.Destroyed.Literal
 
CONVERSATION - Static variable in class javax.enterprise.context.Initialized.Literal
 
ConversationScoped - Annotation Interface in jakarta.enterprise.context
Specifies that a bean is conversation scoped.
ConversationScoped - Annotation Interface in javax.enterprise.context
Specifies that a bean is conversation scoped.
ConversationScoped.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the ConversationScoped annotation.
ConversationScoped.Literal - Class in javax.enterprise.context
Supports inline instantiation of the ConversationScoped annotation.
create(CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Contextual
Create a new instance of the contextual type.
create(CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
Create a new instance of the contextual type.
createAnnotatedType(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtain an AnnotatedType that may be used to read the annotations of the given class or interface.
createAnnotatedType(Class<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtain an AnnotatedType that may be used to read the annotations of the given class or interface.
createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a Bean for the given BeanAttributes, bean class and InjectionTarget.
createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a Bean for the given BeanAttributes, bean class and Producer.
createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a Bean for the given BeanAttributes, bean class and InjectionTarget.
createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a Bean for the given BeanAttributes, bean class and Producer.
createBeanAttributes(AnnotatedMember<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a BeanAttributes for the given AnnotatedType.
createBeanAttributes(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a BeanAttributes for the given AnnotatedType.
createBeanAttributes(AnnotatedMember<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a BeanAttributes for the given AnnotatedType.
createBeanAttributes(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a BeanAttributes for the given AnnotatedType.
createCreationalContext(Contextual<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtain an instance of a CreationalContext for the given contextual type, or for a non-contextual object.
createCreationalContext(Contextual<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtain an instance of a CreationalContext for the given contextual type, or for a non-contextual object.
createInjectionPoint(AnnotatedField<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a container provided implementation of InjectionPoint for the given AnnotatedField.
createInjectionPoint(AnnotatedParameter<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a container provided implementation of InjectionPoint for the given AnnotatedParameter.
createInjectionPoint(AnnotatedField<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a container provided implementation of InjectionPoint for the given AnnotatedField.
createInjectionPoint(AnnotatedParameter<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a container provided implementation of InjectionPoint for the given AnnotatedParameter.
createInjectionTarget(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains an InjectionTarget for the given AnnotatedType.
createInjectionTarget(Bean<T>) - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
Create a new injection target for a bean.
createInjectionTarget(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an InjectionTarget for the given AnnotatedType.
createInjectionTarget(Bean<T>) - Method in interface javax.enterprise.inject.spi.InjectionTargetFactory
Create a new injection target for a bean.
createInstance() - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains an Instance object to access to beans instances.
createInstance() - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an Instance object to access to beans instances.
createInterceptedInstance(T) - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
Returns a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
createInterceptedInstance(T) - Method in interface javax.enterprise.inject.spi.InterceptionFactory
Returns a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
createInterceptionFactory(CreationalContext<T>, Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Create an InterceptionFactory for the given CreationalContext and type.
createInterceptionFactory(CreationalContext<T>, Class<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Create an InterceptionFactory for the given CreationalContext and type.
createProducer(Bean<T>) - Method in interface jakarta.enterprise.inject.spi.ProducerFactory
Create a new producer for a bean.
createProducer(Bean<T>) - Method in interface javax.enterprise.inject.spi.ProducerFactory
Create a new producer for a bean.
createWith(Function<CreationalContext<U>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to create a bean instance.
createWith(Function<CreationalContext<U>, U>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to create a bean instance.
CreationalContext<T> - Interface in jakarta.enterprise.context.spi
Provides operations that are used by the Contextual implementation during instance creation and destruction.
CreationalContext<T> - Interface in javax.enterprise.context.spi
Provides operations that are used by the Contextual implementation during instance creation and destruction.
CreationException - Exception Class in jakarta.enterprise.inject
Indicates that a checked exception was thrown during creation of a bean.
CreationException - Exception Class in javax.enterprise.inject
Indicates that a checked exception was thrown during creation of a bean.
CreationException() - Constructor for exception class jakarta.enterprise.inject.CreationException
 
CreationException() - Constructor for exception class javax.enterprise.inject.CreationException
 
CreationException(String) - Constructor for exception class jakarta.enterprise.inject.CreationException
 
CreationException(String) - Constructor for exception class javax.enterprise.inject.CreationException
 
CreationException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.CreationException
 
CreationException(String, Throwable) - Constructor for exception class javax.enterprise.inject.CreationException
 
CreationException(Throwable) - Constructor for exception class jakarta.enterprise.inject.CreationException
 
CreationException(Throwable) - Constructor for exception class javax.enterprise.inject.CreationException
 
ctx - Variable in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
 
ctx - Variable in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
 
current() - Static method in class jakarta.enterprise.inject.spi.CDI
Get the CDI instance that provides access to the current container.
current() - Static method in class javax.enterprise.inject.spi.CDI
Get the CDI instance that provides access to the current container.

D

deactivate() - Method in interface jakarta.enterprise.context.control.RequestContextController
Deactivates the current Request Context if it was activated by this context controller.
deactivate() - Method in interface javax.enterprise.context.control.RequestContextController
Deactivates the current Request Context if it was activated by this context controller.
Decorated - Annotation Interface in jakarta.enterprise.inject
A decorator may inject metadata about the bean it is decorating
Decorated - Annotation Interface in javax.enterprise.inject
A decorator may inject metadata about the bean it is decorating
Decorated types - Search tag in package jakarta.decorator
Section
Decorated types - Search tag in package javax.decorator
Section
Decorator<T> - Interface in jakarta.enterprise.inject.spi
Represents an enabled decorator.
Decorator<T> - Interface in javax.enterprise.inject.spi
Represents an enabled decorator.
Decorator - Annotation Interface in jakarta.decorator
Specifies that a class is a decorator.
Decorator - Annotation Interface in javax.decorator
Specifies that a class is a decorator.
Default - Annotation Interface in jakarta.enterprise.inject
The default qualifier type.
Default - Annotation Interface in javax.enterprise.inject
The default qualifier type.
DEFAULT_CDI_PROVIDER_PRIORITY - Static variable in interface jakarta.enterprise.inject.spi.CDIProvider
 
DEFAULT_CDI_PROVIDER_PRIORITY - Static variable in interface javax.enterprise.inject.spi.CDIProvider
 
DEFAULT_PRIORITY - Static variable in interface jakarta.enterprise.inject.spi.ObserverMethod
 
DEFAULT_PRIORITY - Static variable in interface javax.enterprise.inject.spi.ObserverMethod
 
Default.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the Default qualifier.
Default.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Default qualifier.
DefinitionException - Exception Class in jakarta.enterprise.inject.spi
Thrown when a definition error occurs.
DefinitionException - Exception Class in javax.enterprise.inject.spi
Thrown when a definition error occurs.
DefinitionException(String) - Constructor for exception class jakarta.enterprise.inject.spi.DefinitionException
 
DefinitionException(String) - Constructor for exception class javax.enterprise.inject.spi.DefinitionException
 
DefinitionException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.spi.DefinitionException
 
DefinitionException(String, Throwable) - Constructor for exception class javax.enterprise.inject.spi.DefinitionException
 
DefinitionException(Throwable) - Constructor for exception class jakarta.enterprise.inject.spi.DefinitionException
 
DefinitionException(Throwable) - Constructor for exception class javax.enterprise.inject.spi.DefinitionException
 
delegate(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Change the delegate status of the built InjectionPoint.
delegate(boolean) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Change the delegate status of the built InjectionPoint.
Delegate - Annotation Interface in jakarta.decorator
Identifies the delegate injection point of a decorator.
Delegate - Annotation Interface in javax.decorator
Identifies the delegate injection point of a decorator.
Delegate injection points - Search tag in package jakarta.decorator
Section
Delegate injection points - Search tag in package javax.decorator
Section
Dependent - Annotation Interface in jakarta.enterprise.context
Specifies that a bean belongs to the dependent pseudo-scope.
Dependent - Annotation Interface in javax.enterprise.context
Specifies that a bean belongs to the dependent pseudo-scope.
Dependent.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the Dependent annotation.
Dependent.Literal - Class in javax.enterprise.context
Supports inline instantiation of the Dependent annotation.
DeploymentException - Exception Class in jakarta.enterprise.inject.spi
Thrown when a deployment problem occurs.
DeploymentException - Exception Class in javax.enterprise.inject.spi
Thrown when a deployment problem occurs.
DeploymentException(String) - Constructor for exception class jakarta.enterprise.inject.spi.DeploymentException
 
DeploymentException(String) - Constructor for exception class javax.enterprise.inject.spi.DeploymentException
 
DeploymentException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.spi.DeploymentException
 
DeploymentException(String, Throwable) - Constructor for exception class javax.enterprise.inject.spi.DeploymentException
 
DeploymentException(Throwable) - Constructor for exception class jakarta.enterprise.inject.spi.DeploymentException
 
DeploymentException(Throwable) - Constructor for exception class javax.enterprise.inject.spi.DeploymentException
 
destroy(Contextual<?>) - Method in interface jakarta.enterprise.context.spi.AlterableContext
Destroy the existing contextual instance.
destroy(Contextual<?>) - Method in interface javax.enterprise.context.spi.AlterableContext
Destroy the existing contextual instance.
destroy(T) - Method in interface jakarta.enterprise.inject.Instance
When called, the container destroys the instance if the active context object for the scope type of the bean supports destroying bean instances.
destroy(T) - Method in interface javax.enterprise.inject.Instance
When called, the container destroys the instance if the active context object for the scope type of the bean supports destroying bean instances.
destroy(T, CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Contextual
Destroy an instance of the contextual type.
destroy(T, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
Destroy an instance of the contextual type.
Destroyed - Annotation Interface in jakarta.enterprise.context
An event with this qualifier is fired when a context is destroyed, i.e.
Destroyed - Annotation Interface in javax.enterprise.context
An event with this qualifier is fired when a context is destroyed, i.e.
Destroyed.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the Destroyed qualifier.
Destroyed.Literal - Class in javax.enterprise.context
Supports inline instantiation of the Destroyed qualifier.
destroyWith(BiConsumer<T, CreationalContext<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to destroy a bean instance.
destroyWith(BiConsumer<T, CreationalContext<T>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to destroy a bean instance.
disableDiscovery() - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
By default, the discovery is enabled.
disableDiscovery() - Method in class javax.enterprise.inject.se.SeContainerInitializer
By default, the discovery is enabled.
discoveredProviders - Static variable in class jakarta.enterprise.inject.spi.CDI
 
discoveredProviders - Static variable in class javax.enterprise.inject.spi.CDI
 
dispose() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Dispose of the instance, doing any necessary cleanup
dispose() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Dispose of the instance, doing any necessary cleanup
dispose(T) - Method in interface jakarta.enterprise.inject.spi.Producer
Destroys the instance.
dispose(T) - Method in interface javax.enterprise.inject.spi.Producer
Destroys the instance.
disposed - Variable in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
 
disposed - Variable in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
 
Disposes - Annotation Interface in jakarta.enterprise.inject
Identifies the disposed parameter of a disposer method.
Disposes - Annotation Interface in javax.enterprise.inject
Identifies the disposed parameter of a disposer method.
disposeWith(BiConsumer<T, Instance<Object>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to destroy a bean instance.
disposeWith(BiConsumer<T, Instance<Object>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to destroy a bean instance.
disposeWith(Consumer<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ProducerConfigurator
Set a callback to destroy the produced instance.
disposeWith(Consumer<T>) - Method in interface javax.enterprise.inject.spi.configurator.ProducerConfigurator
Set a callback to destroy the produced instance.
during() - Element in annotation interface jakarta.enterprise.event.Observes
during() - Element in annotation interface javax.enterprise.event.Observes

E

Enabled decorators - Search tag in package jakarta.decorator
Section
Enabled decorators - Search tag in package javax.decorator
Section
enableDecorators(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add decorator classes to the list of enabled decorators for the synthetic bean archive.
enableDecorators(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add decorator classes to the list of enabled decorators for the synthetic bean archive.
enableInterceptors(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add interceptor classes to the list of enabled interceptors for the synthetic bean archive.
enableInterceptors(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add interceptor classes to the list of enabled interceptors for the synthetic bean archive.
end() - Method in interface jakarta.enterprise.context.Conversation
Marks the current long-running conversation transient.
end() - Method in interface javax.enterprise.context.Conversation
Marks the current long-running conversation transient.
equals(Object) - Method in class jakarta.enterprise.util.AnnotationLiteral
 
equals(Object) - Method in class jakarta.enterprise.util.TypeLiteral
 
equals(Object) - Method in class javax.enterprise.util.AnnotationLiteral
 
equals(Object) - Method in class javax.enterprise.util.TypeLiteral
 
Event<T> - Interface in jakarta.enterprise.event
Allows the application to fire events of a particular type.
Event<T> - Interface in javax.enterprise.event
Allows the application to fire events of a particular type.
EventContext<T> - Interface in jakarta.enterprise.inject.spi
Represents a context of a fired event.
EventContext<T> - Interface in javax.enterprise.inject.spi
Represents a context of a fired event.
EventMetadata - Interface in jakarta.enterprise.inject.spi
Provides access to metadata about an observed event payload.
EventMetadata - Interface in javax.enterprise.inject.spi
Provides access to metadata about an observed event payload.
Event objects and event types - Search tag in package jakarta.enterprise.event
Section
Event objects and event types - Search tag in package javax.enterprise.event
Section
Event qualifiers - Search tag in package jakarta.enterprise.event
Section
Event qualifiers - Search tag in package javax.enterprise.event
Section
executor - Variable in class jakarta.enterprise.event.ImmutableNotificationOptions.Builder
 
executor - Variable in class jakarta.enterprise.event.ImmutableNotificationOptions
 
executor - Variable in class javax.enterprise.event.ImmutableNotificationOptions.Builder
 
executor - Variable in class javax.enterprise.event.ImmutableNotificationOptions
 
Extension - Interface in jakarta.enterprise.inject.spi
Service interface implemented by extensions.
Extension - Interface in javax.enterprise.inject.spi
Service interface implemented by extensions.

F

fields() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
fields() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterConstructors(Predicate<AnnotatedConstructor<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterConstructors(Predicate<AnnotatedConstructor<T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterFields(Predicate<AnnotatedField<? super T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterFields(Predicate<AnnotatedField<? super T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterMethods(Predicate<AnnotatedMethod<? super T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterMethods(Predicate<AnnotatedMethod<? super T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
findAllProviders() - Static method in class jakarta.enterprise.inject.spi.CDI
 
findAllProviders() - Static method in class javax.enterprise.inject.spi.CDI
 
findSeContainerInitializer() - Static method in class jakarta.enterprise.inject.se.SeContainerInitializer
 
findSeContainerInitializer() - Static method in class javax.enterprise.inject.se.SeContainerInitializer
 
fire(T) - Method in interface jakarta.enterprise.event.Event
Fires an event with the specified qualifiers and notifies observers.
fire(T) - Method in interface javax.enterprise.event.Event
Fires an event with the specified qualifiers and notifies observers.
fireAsync(U) - Method in interface jakarta.enterprise.event.Event
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
fireAsync(U) - Method in interface javax.enterprise.event.Event
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
fireAsync(U, NotificationOptions) - Method in interface jakarta.enterprise.event.Event
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
fireAsync(U, NotificationOptions) - Method in interface javax.enterprise.event.Event
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
fireEvent(Object, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Fire an event and notify observers.
fireEvent(Object, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Fire an event and notify observers.

G

get() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Get the instance
get() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Get the instance
get(Contextual<T>) - Method in interface jakarta.enterprise.context.spi.Context
Return an existing instance of a certain contextual type or a null value.
get(Contextual<T>, CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Context
Return an existing instance of certain contextual type or create a new instance by calling Contextual.create(CreationalContext) and return the new instance.
get(String) - Method in class jakarta.enterprise.event.ImmutableNotificationOptions
 
get(String) - Method in interface jakarta.enterprise.event.NotificationOptions
 
get(String) - Method in class javax.enterprise.event.ImmutableNotificationOptions
 
get(String) - Method in interface javax.enterprise.event.NotificationOptions
 
get(Contextual<T>) - Method in interface javax.enterprise.context.spi.Context
Return an existing instance of a certain contextual type or a null value.
get(Contextual<T>, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Context
Return an existing instance of certain contextual type or create a new instance by calling Contextual.create(CreationalContext) and return the new instance.
getAlternatives() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
 
getAlternatives() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
 
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
 
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
 
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Obtain an instance of AnnotatedField or AnnotatedParameter, depending upon whether the injection point is an injected field or a constructor/method parameter.
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.ProcessBean
Returns the AnnotatedType representing the bean class, the AnnotatedMethod representing the producer method, or the AnnotatedField representing the producer field.
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Obtain an instance of AnnotatedField or AnnotatedParameter, depending upon whether the injection point is an injected field or a constructor/method parameter.
getAnnotated() - Method in interface javax.enterprise.inject.spi.ProcessBean
Returns the AnnotatedType representing the bean class, the AnnotatedMethod representing the producer method, or the AnnotatedField representing the producer field.
getAnnotated() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
 
getAnnotatedBeanClass() - Method in interface jakarta.enterprise.inject.spi.ProcessManagedBean
Returns the AnnotatedType representing the bean class.
getAnnotatedBeanClass() - Method in interface javax.enterprise.inject.spi.ProcessManagedBean
Returns the AnnotatedType representing the bean class.
getAnnotatedDisposedParameter() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerField
Returns the AnnotatedParameter for any matching injection point of the same type as the producer field return type found on a disposal method.
getAnnotatedDisposedParameter() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerMethod
Returns the AnnotatedParameter for any matching injection point of the same type as the producer method return type found on a disposal method.
getAnnotatedDisposedParameter() - Method in interface javax.enterprise.inject.spi.ProcessProducerField
Returns the AnnotatedParameter for any matching injection point of the same type as the producer field return type found on a disposal method.
getAnnotatedDisposedParameter() - Method in interface javax.enterprise.inject.spi.ProcessProducerMethod
Returns the AnnotatedParameter for any matching injection point of the same type as the producer method return type found on a disposal method.
getAnnotatedMember() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
Returns the AnnotatedField representing the producer field or the AnnotatedMethod representing the producer method.
getAnnotatedMember() - Method in interface javax.enterprise.inject.spi.ProcessProducer
Returns the AnnotatedField representing the producer field or the AnnotatedMethod representing the producer method.
getAnnotatedMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
The AnnotatedMethod representing the observer method.
getAnnotatedMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
The AnnotatedMethod representing the observer method.
getAnnotatedProducerField() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerField
Returns the AnnotatedField representing the producer field.
getAnnotatedProducerField() - Method in interface javax.enterprise.inject.spi.ProcessProducerField
Returns the AnnotatedField representing the producer field.
getAnnotatedProducerMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerMethod
Returns the AnnotatedMethod representing the producer method.
getAnnotatedProducerMethod() - Method in interface javax.enterprise.inject.spi.ProcessProducerMethod
Returns the AnnotatedMethod representing the producer method.
getAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
Returns the AnnotatedType object that will be used by the container to read the declared annotations.
getAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
Returns the AnnotatedType representing the managed bean class, session bean class or other Java EE component class supporting injection.
getAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
Returns the AnnotatedType object that will be used by the container to read the declared annotations.
getAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
Returns the AnnotatedType representing the managed bean class, session bean class or other Java EE component class supporting injection.
getAnnotatedType(Class<T>, String) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
Obtain the AnnotatedType that may be used to read the annotations of the given class or interface as defined during container initialization.
getAnnotatedType(Class<T>, String) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Obtain the AnnotatedType that may be used to read the annotations of the given class or interface as defined during container initialization.
getAnnotatedTypes(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
Obtain the AnnotatedTypes that may be used to read the annotations of the given class or interface as defined during container initialization.
getAnnotatedTypes(Class<T>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Obtain the AnnotatedTypes that may be used to read the annotations of the given class or interface as defined during container initialization.
getAnnotation(Class<T>) - Method in interface jakarta.enterprise.inject.spi.Annotated
Get program element annotation of a certain annotation type.
getAnnotation(Class<T>) - Method in interface javax.enterprise.inject.spi.Annotated
Get program element annotation of a certain annotation type.
getAnnotationLiteralSubclass(Class<?>) - Static method in class jakarta.enterprise.util.AnnotationLiteral
 
getAnnotationLiteralSubclass(Class<?>) - Static method in class javax.enterprise.util.AnnotationLiteral
 
getAnnotations() - Method in interface jakarta.enterprise.inject.spi.Annotated
Get all annotations of the program element.
getAnnotations() - Method in interface javax.enterprise.inject.spi.Annotated
Get all annotations of the program element.
getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.Annotated
Get program element annotations of a certain annotation type.
getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedConstructor
 
getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedField
 
getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedMethod
 
getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
 
getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.Annotated
Get program element annotations of a certain annotation type.
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedConstructor
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedField
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedMethod
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedType
 
getBaseType() - Method in interface jakarta.enterprise.inject.spi.Annotated
Get the type of the annotated program element.
getBaseType() - Method in interface javax.enterprise.inject.spi.Annotated
Get the type of the annotated program element.
getBean() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Get the Bean object representing the bean that defines the injection point.
getBean() - Method in interface jakarta.enterprise.inject.spi.ProcessBean
Returns the Bean object that is about to be registered.
getBean() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the Bean object representing the bean that defines the injection point.
getBean() - Method in interface javax.enterprise.inject.spi.ProcessBean
Returns the Bean object that is about to be registered.
getBeanAttributes() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
 
getBeanAttributes() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
 
getBeanClass() - Method in interface jakarta.enterprise.inject.spi.Bean
The bean class of the managed bean or session bean or of the bean that declares the producer method or field.
getBeanClass() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Obtains the class of the type that declares the observer method.
getBeanClass() - Method in interface javax.enterprise.inject.spi.Bean
The bean class of the managed bean or session bean or of the bean that declares the producer method or field.
getBeanClass() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the class of the type that declares the observer method.
getBeanManager() - Method in interface jakarta.enterprise.inject.se.SeContainer
Get the CDI BeanManager for this container
getBeanManager() - Method in class jakarta.enterprise.inject.spi.CDI
Get the CDI BeanManager for the current context
getBeanManager() - Method in interface javax.enterprise.inject.se.SeContainer
Get the CDI BeanManager for this container
getBeanManager() - Method in class javax.enterprise.inject.spi.CDI
Get the CDI BeanManager for the current context
getBeans(Type, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Return the set of beans which have the given required type and qualifiers and are available for injection in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained, according to the rules of typesafe resolution.
getBeans(Type, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Return the set of beans which have the given required type and qualifiers and are available for injection in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained, according to the rules of typesafe resolution.
getBeans(String) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Return the set of beans which have the given EL name and are available for injection in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained, according to the rules of EL name resolution.
getBeans(String) - Method in interface javax.enterprise.inject.spi.BeanManager
Return the set of beans which have the given EL name and are available for injection in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained, according to the rules of EL name resolution.
getCDI() - Method in interface jakarta.enterprise.inject.spi.CDIProvider
Provides access to the current container
getCDI() - Method in interface javax.enterprise.inject.spi.CDIProvider
Provides access to the current container
getCDIProvider() - Static method in class jakarta.enterprise.inject.spi.CDI
Obtain the CDIProvider the user set with CDI.setCDIProvider(CDIProvider) or the last returned CDIProvider if it returns valid CDI container.
getCDIProvider() - Static method in class javax.enterprise.inject.spi.CDI
Obtain the CDIProvider the user set with CDI.setCDIProvider(CDIProvider) or the last returned CDIProvider if it returns valid CDI container.
getConstructors() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
Get the constructors of the type.
getConstructors() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the constructors of the type.
getContext(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains an active context object for the given scope .
getContext(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an active context object for the given scope .
getDeclaredMethods(Class<?>) - Static method in class jakarta.enterprise.util.SecurityActions
 
getDeclaredMethods(Class<?>) - Static method in class javax.enterprise.util.SecurityActions
 
getDeclaringCallable() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
Get the declaring method or constructor.
getDeclaringCallable() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
Get the declaring method or constructor.
getDeclaringType() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
Get the type which defines this member.
getDeclaringType() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
Get the type which defines this member.
getDecoratedTypes() - Method in interface jakarta.enterprise.inject.spi.Decorator
Obtains the decorated types.
getDecoratedTypes() - Method in interface javax.enterprise.inject.spi.Decorator
Obtains the decorated types.
getDecorators() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
 
getDecorators() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
 
getDelegateQualifiers() - Method in interface jakarta.enterprise.inject.spi.Decorator
Obtains the qualifiers of the delegate injection point.
getDelegateQualifiers() - Method in interface javax.enterprise.inject.spi.Decorator
Obtains the qualifiers of the delegate injection point.
getDelegateType() - Method in interface jakarta.enterprise.inject.spi.Decorator
Obtains the type of the delegate injection point.
getDelegateType() - Method in interface javax.enterprise.inject.spi.Decorator
Obtains the type of the delegate injection point.
getEjbName() - Method in interface jakarta.enterprise.inject.spi.ProcessSessionBean
Returns the EJB name of the session bean.
getEjbName() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
Returns the EJB name of the session bean.
getELResolver() - Method in interface jakarta.enterprise.inject.spi.BeanManager
Returns a ELResolver that resolves beans by EL name.
getELResolver() - Method in interface javax.enterprise.inject.spi.BeanManager
Returns a ELResolver that resolves beans by EL name.
getEvent() - Method in interface jakarta.enterprise.inject.spi.BeanManager
Returns an instance of Event with specified type java.lang.Object and specified qualifier @Default It allows typesafe synchronous or asynchronous event firing without injection of Event built-in bean requirement.
getEvent() - Method in interface jakarta.enterprise.inject.spi.EventContext
 
getEvent() - Method in interface javax.enterprise.inject.spi.BeanManager
Returns an instance of Event with specified type java.lang.Object and specified qualifier @Default It allows typesafe synchronous or asynchronous event firing without injection of Event built-in bean requirement.
getEvent() - Method in interface javax.enterprise.inject.spi.EventContext
 
getExecutor() - Method in class jakarta.enterprise.event.ImmutableNotificationOptions
 
getExecutor() - Method in interface jakarta.enterprise.event.NotificationOptions
 
getExecutor() - Method in class javax.enterprise.event.ImmutableNotificationOptions
 
getExecutor() - Method in interface javax.enterprise.event.NotificationOptions
 
getExtension(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains the container's instance of an Extension class declared in META-INF/services.
getExtension(Class<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains the container's instance of an Extension class declared in META-INF/services.
getFields() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
Get the fields of the type.
getFields() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the fields of the type.
getId() - Method in interface jakarta.enterprise.context.Conversation
Get the identifier of the current long-running conversation.
getId() - Method in interface jakarta.enterprise.inject.spi.PassivationCapable
A string that uniquely identifies the instance of Bean or Contextual.
getId() - Method in interface javax.enterprise.context.Conversation
Get the identifier of the current long-running conversation.
getId() - Method in interface javax.enterprise.inject.spi.PassivationCapable
A string that uniquely identifies the instance of Bean or Contextual.
getInjectableReference(InjectionPoint, CreationalContext<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains an injectable reference for a certain injection point.
getInjectableReference(InjectionPoint, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an injectable reference for a certain injection point.
getInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
Get the InjectionPoint representing the injected Event instance which fired the event, or null if it was fired from BeanManager.fireEvent(Object, Annotation...);
getInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
 
getInjectionPoint() - Method in interface javax.enterprise.inject.spi.EventMetadata
Get the InjectionPoint representing the injected Event instance which fired the event, or null if it was fired from BeanManager.fireEvent(Object, Annotation...);
getInjectionPoint() - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
 
getInjectionPoints() - Method in interface jakarta.enterprise.inject.spi.Bean
Obtains the InjectionPoint objects representing injection points of the bean, that will be validated by the container at initialization time.
getInjectionPoints() - Method in interface jakarta.enterprise.inject.spi.Producer
Returns the set of all InjectionPoints.
getInjectionPoints() - Method in interface javax.enterprise.inject.spi.Bean
Obtains the InjectionPoint objects representing injection points of the bean, that will be validated by the container at initialization time.
getInjectionPoints() - Method in interface javax.enterprise.inject.spi.Producer
Returns the set of all InjectionPoints.
getInjectionTarget() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
Returns the InjectionTarget object that will be used by the container to perform injection.
getInjectionTarget() - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
Returns the InjectionTarget object that will be used by the container to perform injection.
getInjectionTargetFactory(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
An implementation of InjectionTargetFactory that provides container created InjectionTarget instances.
getInjectionTargetFactory(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
An implementation of InjectionTargetFactory that provides container created InjectionTarget instances.
getInterceptorBindingDefinition(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains the set of meta-annotations for a certain interceptor binding type .
getInterceptorBindingDefinition(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains the set of meta-annotations for a certain interceptor binding type .
getInterceptorBindingHashCode(Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Determine the hash code of an interceptor binding, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with Nonbinding.
getInterceptorBindingHashCode(Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
Determine the hash code of an interceptor binding, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with Nonbinding.
getInterceptorBindings() - Method in interface jakarta.enterprise.inject.spi.Interceptor
Obtains the interceptor bindings of the interceptor.
getInterceptorBindings() - Method in interface javax.enterprise.inject.spi.Interceptor
Obtains the interceptor bindings of the interceptor.
getInterceptors() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
 
getInterceptors() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
 
getJavaClass() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
Get the underlying Class.
getJavaClass() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the underlying Class.
getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedConstructor
Get the underlying Constructor.
getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedField
Get the underlying Field.
getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
Get the underlying Member.
getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMethod
Get the underlying Method.
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedConstructor
Get the underlying Constructor.
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedField
Get the underlying Field.
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
Get the underlying Member.
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMethod
Get the underlying Method.
getJavaParameter() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
Get the underlying Parameter.
getJavaParameter() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
Get the underlying Parameter.
getMember() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Get the Field object in the case of field injection, the Method object in the case of method parameter injection or the Constructor object in the case of constructor parameter injection.
getMember() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the Field object in the case of field injection, the Method object in the case of method parameter injection or the Constructor object in the case of constructor parameter injection.
getMembers() - Method in class jakarta.enterprise.util.AnnotationLiteral
 
getMembers() - Method in class javax.enterprise.util.AnnotationLiteral
 
getMemberValue(Method, Annotation) - Static method in class jakarta.enterprise.util.AnnotationLiteral
 
getMemberValue(Method, Annotation) - Static method in class javax.enterprise.util.AnnotationLiteral
 
getMetadata() - Method in interface jakarta.enterprise.inject.spi.EventContext
 
getMetadata() - Method in interface javax.enterprise.inject.spi.EventContext
 
getMethods() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
Get the methods of the type.
getMethods() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the methods of the type.
getName() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
Obtains the EL name of a bean, if it has one.
getName() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the EL name of a bean, if it has one.
getObservedQualifiers() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Obtains the set of observed event qualifiers.
getObservedQualifiers() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the set of observed event qualifiers.
getObservedType() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Obtains the observed event type.
getObservedType() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the observed event type.
getObserverMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
The ObserverMethod object that will be used by the container to invoke the observer when a matching event is fired.
getObserverMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
The ObserverMethod object that will be used by the container to invoke the observer when a matching event is fired.
getParameters() - Method in interface jakarta.enterprise.inject.spi.AnnotatedCallable
Get the parameters of the callable member.
getParameters() - Method in interface javax.enterprise.inject.spi.AnnotatedCallable
Get the parameters of the callable member.
getPassivationCapableBean(String) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Returns the PassivationCapable bean with the given identifier.
getPassivationCapableBean(String) - Method in interface javax.enterprise.inject.spi.BeanManager
Returns the PassivationCapable bean with the given identifier.
getPosition() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
Get the position of the parameter in the method or constructor argument list.
getPosition() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
Get the position of the parameter in the method or constructor argument list.
getPriority() - Method in interface jakarta.enterprise.inject.spi.CDIProvider
 
getPriority() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
The priority that will be used by the container to determine the notification order in which event observer methods are invoked.
getPriority() - Method in interface jakarta.enterprise.inject.spi.Prioritized
Returns the priority for this SPI element.
getPriority() - Method in interface javax.enterprise.inject.spi.CDIProvider
 
getPriority() - Method in interface javax.enterprise.inject.spi.ObserverMethod
The priority that will be used by the container to determine the notification order in which event observer methods are invoked.
getPriority() - Method in interface javax.enterprise.inject.spi.Prioritized
Returns the priority for this SPI element.
getProducer() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
Returns the Producer object that will be used by the container to call the producer method or read the producer field.
getProducer() - Method in interface javax.enterprise.inject.spi.ProcessProducer
Returns the Producer object that will be used by the container to call the producer method or read the producer field.
getProducerFactory(AnnotatedField<? super X>, Bean<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
An implementation of ProducerFactory that provides container created Producer instances for the given field.
getProducerFactory(AnnotatedMethod<? super X>, Bean<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
An implementation of ProducerFactory that provides container created Producer instances for the given method.
getProducerFactory(AnnotatedField<? super X>, Bean<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
An implementation of ProducerFactory that provides container created Producer instances for the given field.
getProducerFactory(AnnotatedMethod<? super X>, Bean<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
An implementation of ProducerFactory that provides container created Producer instances for the given method.
getQualifierHashCode(Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Determine the hash code of a qualifier, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with Nonbinding.
getQualifierHashCode(Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
Determine the hash code of a qualifier, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with Nonbinding.
getQualifiers() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
Obtains the qualifiers of the bean.
getQualifiers() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
 
getQualifiers() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Get the required qualifiers of the injection point.
getQualifiers() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the qualifiers of the bean.
getQualifiers() - Method in interface javax.enterprise.inject.spi.EventMetadata
 
getQualifiers() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the required qualifiers of the injection point.
getRawType() - Method in class jakarta.enterprise.util.TypeLiteral
 
getRawType() - Method in class javax.enterprise.util.TypeLiteral
 
getReception() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Obtains the specified Reception for the observer method.
getReception() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the specified Reception for the observer method.
getReference(Bean<?>, Type, CreationalContext<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a contextual reference for a certain bean and a certain bean type of the bean.
getReference(Bean<?>, Type, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a contextual reference for a certain bean and a certain bean type of the bean.
getScope() - Method in interface jakarta.enterprise.context.spi.Context
Get the scope type of the context object.
getScope() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
Obtains the scope of the bean.
getScope() - Method in interface javax.enterprise.context.spi.Context
Get the scope type of the context object.
getScope() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the scope of the bean.
getSessionBeanType() - Method in interface jakarta.enterprise.inject.spi.ProcessSessionBean
Returns a SessionBeanType representing the kind of session bean.
getSessionBeanType() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
Returns a SessionBeanType representing the kind of session bean.
getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticAnnotatedType
Get the extension instance which added the AnnotatedType for which this event is being fired.
getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticBean
Get the extension instance which added the Bean for which this event is being fired.
getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticObserverMethod
Get the extension instance which added the ObserverMethod for which this event is being fired.
getSource() - Method in interface javax.enterprise.inject.spi.ProcessSyntheticAnnotatedType
Get the extension instance which added the AnnotatedType for which this event is being fired.
getSource() - Method in interface javax.enterprise.inject.spi.ProcessSyntheticBean
Get the extension instance which added the Bean for which this event is being fired.
getSource() - Method in interface javax.enterprise.inject.spi.ProcessSyntheticObserverMethod
Get the extension instance which added the ObserverMethod for which this event is being fired.
getStereotypeDefinition(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains meta-annotations for a certain stereotype.
getStereotypeDefinition(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains meta-annotations for a certain stereotype.
getStereotypes() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
Obtains the stereotypes of the bean.
getStereotypes() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the stereotypes of the bean.
getTimeout() - Method in interface jakarta.enterprise.context.Conversation
Get the timeout of the current conversation.
getTimeout() - Method in interface javax.enterprise.context.Conversation
Get the timeout of the current conversation.
getTransactionPhase() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Obtains the specified TransactionPhase for the observer method.
getTransactionPhase() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the specified TransactionPhase for the observer method.
getType() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
Get the type representing runtime class of the event object with type variables resolved.
getType() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Get the required type of injection point.
getType() - Method in class jakarta.enterprise.util.TypeLiteral
 
getType() - Method in interface javax.enterprise.inject.spi.EventMetadata
Get the type representing runtime class of the event object with type variables resolved.
getType() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the required type of injection point.
getType() - Method in class javax.enterprise.util.TypeLiteral
 
getTypeClosure() - Method in interface jakarta.enterprise.inject.spi.Annotated
Get all types to which the base type should be considered assignable.
getTypeClosure() - Method in interface javax.enterprise.inject.spi.Annotated
Get all types to which the base type should be considered assignable.
getTypeLiteralSubclass(Class<?>) - Static method in class jakarta.enterprise.util.TypeLiteral
 
getTypeLiteralSubclass(Class<?>) - Static method in class javax.enterprise.util.TypeLiteral
 
getTypeParameter(Class<?>) - Static method in class jakarta.enterprise.util.AnnotationLiteral
 
getTypeParameter(Class<?>) - Static method in class jakarta.enterprise.util.TypeLiteral
 
getTypeParameter(Class<?>) - Static method in class javax.enterprise.util.AnnotationLiteral
 
getTypeParameter(Class<?>) - Static method in class javax.enterprise.util.TypeLiteral
 
getTypes() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
Obtains the bean types of the bean.
getTypes() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the bean types of the bean.

H

hashCode() - Method in class jakarta.enterprise.util.AnnotationLiteral
 
hashCode() - Method in class jakarta.enterprise.util.TypeLiteral
 
hashCode() - Method in class javax.enterprise.util.AnnotationLiteral
 
hashCode() - Method in class javax.enterprise.util.TypeLiteral
 

I

id(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Make the configured bean implements PassivationCapable and its Id for passivation.
id(String) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Make the configured bean implements PassivationCapable and its Id for passivation.
IF_EXISTS - Enum constant in enum class jakarta.enterprise.event.Reception
Specifies that an observer method is only called if the current instance of the bean declaring the observer method already exists.
IF_EXISTS - Enum constant in enum class javax.enterprise.event.Reception
Specifies that an observer method is only called if the current instance of the bean declaring the observer method already exists.
ignoreFinalMethods() - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared by any class in the type hierarchy of the intercepted instance during invocation of InterceptionFactory.createInterceptedInstance(Object).
ignoreFinalMethods() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared on any bean type of the specific bean during validation of injection points that require proxyable bean type.
ignoreFinalMethods() - Method in interface javax.enterprise.inject.spi.InterceptionFactory
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared by any class in the type hierarchy of the intercepted instance during invocation of InterceptionFactory.createInterceptedInstance(Object).
ignoreFinalMethods() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared on any bean type of the specific bean during validation of injection points that require proxyable bean type.
IllegalProductException - Exception Class in jakarta.enterprise.inject
Indicates that a producer method returned a null value or a producer field contained a null value, and the scope of the producer method or field was not Dependent.
IllegalProductException - Exception Class in javax.enterprise.inject
Indicates that a producer method returned a null value or a producer field contained a null value, and the scope of the producer method or field was not Dependent.
IllegalProductException() - Constructor for exception class jakarta.enterprise.inject.IllegalProductException
 
IllegalProductException() - Constructor for exception class javax.enterprise.inject.IllegalProductException
 
IllegalProductException(String) - Constructor for exception class jakarta.enterprise.inject.IllegalProductException
 
IllegalProductException(String) - Constructor for exception class javax.enterprise.inject.IllegalProductException
 
IllegalProductException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.IllegalProductException
 
IllegalProductException(String, Throwable) - Constructor for exception class javax.enterprise.inject.IllegalProductException
 
IllegalProductException(Throwable) - Constructor for exception class jakarta.enterprise.inject.IllegalProductException
 
IllegalProductException(Throwable) - Constructor for exception class javax.enterprise.inject.IllegalProductException
 
ImmutableNotificationOptions - Class in jakarta.enterprise.event
The immutable implementation of NotificationOptions.
ImmutableNotificationOptions - Class in javax.enterprise.event
The immutable implementation of NotificationOptions.
ImmutableNotificationOptions(Executor, Map<String, Object>) - Constructor for class jakarta.enterprise.event.ImmutableNotificationOptions
 
ImmutableNotificationOptions(Executor, Map<String, Object>) - Constructor for class javax.enterprise.event.ImmutableNotificationOptions
 
ImmutableNotificationOptions.Builder - Class in jakarta.enterprise.event
 
ImmutableNotificationOptions.Builder - Class in javax.enterprise.event
 
IN_PROGRESS - Enum constant in enum class jakarta.enterprise.event.TransactionPhase
Identifies a regular observer method, called when the event is fired.
IN_PROGRESS - Enum constant in enum class javax.enterprise.event.TransactionPhase
Identifies a regular observer method, called when the event is fired.
initialize() - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Initializes a CDI SeContainerInitializer.
initialize() - Method in class javax.enterprise.inject.se.SeContainerInitializer
Initializes a CDI SeContainerInitializer.
Initialized - Annotation Interface in jakarta.enterprise.context
An event with this qualifier is fired when a context is initialized, i.e.
Initialized - Annotation Interface in javax.enterprise.context
An event with this qualifier is fired when a context is initialized, i.e.
Initialized.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the Initialized qualifier.
Initialized.Literal - Class in javax.enterprise.context
Supports inline instantiation of the Initialized qualifier.
inject() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Inject the instance
inject() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Inject the instance
inject(T, CreationalContext<T>) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
Performs dependency injection upon the given object.
inject(T, CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.InjectionTarget
Performs dependency injection upon the given object.
InjectionException - Exception Class in jakarta.enterprise.inject
Indicates a problem relating to dependency injection.
InjectionException - Exception Class in javax.enterprise.inject
Indicates a problem relating to dependency injection.
InjectionException() - Constructor for exception class jakarta.enterprise.inject.InjectionException
 
InjectionException() - Constructor for exception class javax.enterprise.inject.InjectionException
 
InjectionException(String) - Constructor for exception class jakarta.enterprise.inject.InjectionException
 
InjectionException(String) - Constructor for exception class javax.enterprise.inject.InjectionException
 
InjectionException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.InjectionException
 
InjectionException(String, Throwable) - Constructor for exception class javax.enterprise.inject.InjectionException
 
InjectionException(Throwable) - Constructor for exception class jakarta.enterprise.inject.InjectionException
 
InjectionException(Throwable) - Constructor for exception class javax.enterprise.inject.InjectionException
 
InjectionPoint - Interface in jakarta.enterprise.inject.spi
Provides access to metadata about an injection point.
InjectionPoint - Interface in javax.enterprise.inject.spi
Provides access to metadata about an injection point.
InjectionPointConfigurator - Interface in jakarta.enterprise.inject.spi.configurator
This API is an helper to configure an existing InjectionPoint instance.
InjectionPointConfigurator - Interface in javax.enterprise.inject.spi.configurator
This API is an helper to configure an existing InjectionPoint instance.
injectionPoints(InjectionPoint...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace InjectionPoints for the configured bean
injectionPoints(Set<InjectionPoint>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace InjectionPoints for the configured bean
injectionPoints(Set<InjectionPoint>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace InjectionPoints for the configured bean
injectionPoints(InjectionPoint...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace InjectionPoints for the configured bean
injectionTarget - Variable in class jakarta.enterprise.inject.spi.Unmanaged
 
injectionTarget - Variable in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
 
injectionTarget - Variable in class javax.enterprise.inject.spi.Unmanaged
 
injectionTarget - Variable in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
 
InjectionTarget<T> - Interface in jakarta.enterprise.inject.spi
Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.
InjectionTarget<T> - Interface in javax.enterprise.inject.spi
Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.
InjectionTargetFactory<T> - Interface in jakarta.enterprise.inject.spi
An InjectionTargetFactory can create an InjectionTarget for a given bean.
InjectionTargetFactory<T> - Interface in javax.enterprise.inject.spi
An InjectionTargetFactory can create an InjectionTarget for a given bean.
InjectLiteral - Class in jakarta.enterprise.inject.literal
Supports inline instantiation of the Inject annotation.
InjectLiteral - Class in javax.enterprise.inject.literal
Supports inline instantiation of the Inject annotation.
InjectLiteral() - Constructor for class jakarta.enterprise.inject.literal.InjectLiteral
 
InjectLiteral() - Constructor for class javax.enterprise.inject.literal.InjectLiteral
 
instance - Variable in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
 
instance - Variable in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
 
Instance<T> - Interface in jakarta.enterprise.inject
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
Instance<T> - Interface in javax.enterprise.inject
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
INSTANCE - Static variable in class jakarta.enterprise.context.ApplicationScoped.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.context.ConversationScoped.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.context.Dependent.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.context.RequestScoped.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.context.SessionScoped.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.inject.Alternative.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.inject.Any.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.inject.Default.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.InjectLiteral
 
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.NamedLiteral
 
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.QualifierLiteral
 
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.SingletonLiteral
 
INSTANCE - Static variable in class jakarta.enterprise.inject.New.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.inject.Specializes.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.inject.TransientReference.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.inject.Typed.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.inject.Vetoed.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.util.Nonbinding.Literal
 
INSTANCE - Static variable in class javax.enterprise.context.ApplicationScoped.Literal
 
INSTANCE - Static variable in class javax.enterprise.context.ConversationScoped.Literal
 
INSTANCE - Static variable in class javax.enterprise.context.Dependent.Literal
 
INSTANCE - Static variable in class javax.enterprise.context.RequestScoped.Literal
 
INSTANCE - Static variable in class javax.enterprise.context.SessionScoped.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Alternative.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Any.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Default.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.literal.InjectLiteral
 
INSTANCE - Static variable in class javax.enterprise.inject.literal.NamedLiteral
 
INSTANCE - Static variable in class javax.enterprise.inject.literal.QualifierLiteral
 
INSTANCE - Static variable in class javax.enterprise.inject.literal.SingletonLiteral
 
INSTANCE - Static variable in class javax.enterprise.inject.New.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Specializes.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.TransientReference.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Typed.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Vetoed.Literal
 
INSTANCE - Static variable in class javax.enterprise.util.Nonbinding.Literal
 
intercept(InterceptionType, T, InvocationContext) - Method in interface jakarta.enterprise.inject.spi.Interceptor
Invokes the specified kind of lifecycle callback or method invocation interception upon the given interceptor instance.
intercept(InterceptionType, T, InvocationContext) - Method in interface javax.enterprise.inject.spi.Interceptor
Invokes the specified kind of lifecycle callback or method invocation interception upon the given interceptor instance.
Intercepted - Annotation Interface in jakarta.enterprise.inject
An interceptor may inject metadata about the bean it is intercepting.
Intercepted - Annotation Interface in javax.enterprise.inject
An interceptor may inject metadata about the bean it is intercepting.
InterceptionFactory<T> - Interface in jakarta.enterprise.inject.spi
InterceptionFactory allows to create a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
InterceptionFactory<T> - Interface in javax.enterprise.inject.spi
InterceptionFactory allows to create a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
InterceptionType - Enum Class in jakarta.enterprise.inject.spi
Identifies the kind of lifecycle callback, EJB timeout method or business method interception.
InterceptionType - Enum Class in javax.enterprise.inject.spi
Identifies the kind of lifecycle callback, EJB timeout method or business method interception.
InterceptionType() - Constructor for enum class jakarta.enterprise.inject.spi.InterceptionType
 
InterceptionType() - Constructor for enum class javax.enterprise.inject.spi.InterceptionType
 
Interceptor<T> - Interface in jakarta.enterprise.inject.spi
Represents an enabled
invalid reference
interceptor
.
Interceptor<T> - Interface in javax.enterprise.inject.spi
Represents an enabled
invalid reference
interceptor
.
intercepts(InterceptionType) - Method in interface jakarta.enterprise.inject.spi.Interceptor
Determines if the interceptor intercepts the specified kind of lifecycle callback or method invocation.
intercepts(InterceptionType) - Method in interface javax.enterprise.inject.spi.Interceptor
Determines if the interceptor intercepts the specified kind of lifecycle callback or method invocation.
Interfaces representing enabled beans - Search tag in package jakarta.enterprise.inject.spi
Section
Interfaces representing enabled beans - Search tag in package javax.enterprise.inject.spi
Section
invoke(Method, Object) - Static method in class jakarta.enterprise.util.AnnotationLiteral
 
invoke(Method, Object) - Static method in class javax.enterprise.util.AnnotationLiteral
 
isActive() - Method in interface jakarta.enterprise.context.spi.Context
Determines if the context object is active.
isActive() - Method in interface javax.enterprise.context.spi.Context
Determines if the context object is active.
isAlternative() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
Determines if the bean is an alternative.
isAlternative() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Determines if the bean is an alternative.
isAmbiguous() - Method in interface jakarta.enterprise.inject.Instance
Determines if there is more than one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isAmbiguous() - Method in interface javax.enterprise.inject.Instance
Determines if there is more than one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isAnnotationPresent(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.Annotated
Determine if the program element has an annotation of a certain annotation type.
isAnnotationPresent(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.Annotated
Determine if the program element has an annotation of a certain annotation type.
isAsync() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Determines if this observer method is asynchronous
isAsync() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Determines if this observer method is asynchronous
isDelegate() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Determines if the injection point is a decorator delegate injection point.
isDelegate() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Determines if the injection point is a decorator delegate injection point.
isInterceptorBinding(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is an interceptor binding type .
isInterceptorBinding(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is an interceptor binding type .
isNormalScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a normal scope type.
isNormalScope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a normal scope type.
isNullable() - Method in interface jakarta.enterprise.inject.spi.Bean
Determines if Contextual.create(CreationalContext) sometimes return a null value.
isNullable() - Method in interface javax.enterprise.inject.spi.Bean
Determines if Contextual.create(CreationalContext) sometimes return a null value.
isPassivatingScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a passivating scope type.
isPassivatingScope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a passivating scope type.
isQualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a qualifier type.
isQualifier(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a qualifier type.
isResolvable() - Method in interface jakarta.enterprise.inject.Instance
Determines if there is exactly one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isResolvable() - Method in interface javax.enterprise.inject.Instance
Determines if there is exactly one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isRunning() - Method in interface jakarta.enterprise.inject.se.SeContainer
Check if the container is running or was shut down
isRunning() - Method in interface javax.enterprise.inject.se.SeContainer
Check if the container is running or was shut down
isScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a scope type.
isScope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a scope type.
isStatic() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
Determines if the member is static.
isStatic() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
Determines if the member is static.
isStereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a stereotype.
isStereotype(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a stereotype.
isTransient() - Method in interface jakarta.enterprise.context.Conversation
Determine if the conversation is marked transient or long-running.
isTransient() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Determines if the injection is a transient field.
isTransient() - Method in interface javax.enterprise.context.Conversation
Determine if the conversation is marked transient or long-running.
isTransient() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Determines if the injection is a transient field.
isUnsatisfied() - Method in interface jakarta.enterprise.inject.Instance
Determines if there is no bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isUnsatisfied() - Method in interface javax.enterprise.inject.Instance
Determines if there is no bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.

J

jakarta.decorator - package jakarta.decorator
Annotations relating to decorators.
jakarta.enterprise.context - package jakarta.enterprise.context
Annotations and interfaces relating to scopes and contexts.
jakarta.enterprise.context.control - package jakarta.enterprise.context.control
 
jakarta.enterprise.context.spi - package jakarta.enterprise.context.spi
The custom context SPI.
jakarta.enterprise.event - package jakarta.enterprise.event
Annotations and interfaces relating to events.
jakarta.enterprise.inject - package jakarta.enterprise.inject
 
jakarta.enterprise.inject.literal - package jakarta.enterprise.inject.literal
 
jakarta.enterprise.inject.se - package jakarta.enterprise.inject.se
 
jakarta.enterprise.inject.spi - package jakarta.enterprise.inject.spi
The portable extension integration SPI.
jakarta.enterprise.inject.spi.configurator - package jakarta.enterprise.inject.spi.configurator
 
jakarta.enterprise.util - package jakarta.enterprise.util
Contains shared, general-purpose helper classes and annotations.
javax.decorator - package javax.decorator
Annotations relating to decorators.
javax.enterprise.context - package javax.enterprise.context
Annotations and interfaces relating to scopes and contexts.
javax.enterprise.context.control - package javax.enterprise.context.control
 
javax.enterprise.context.spi - package javax.enterprise.context.spi
The custom context SPI.
javax.enterprise.event - package javax.enterprise.event
Annotations and interfaces relating to events.
javax.enterprise.inject - package javax.enterprise.inject
 
javax.enterprise.inject.literal - package javax.enterprise.inject.literal
 
javax.enterprise.inject.se - package javax.enterprise.inject.se
 
javax.enterprise.inject.spi - package javax.enterprise.inject.spi
The portable extension integration SPI.
javax.enterprise.inject.spi.configurator - package javax.enterprise.inject.spi.configurator
 
javax.enterprise.util - package javax.enterprise.util
Contains shared, general-purpose helper classes and annotations.

L

Literal() - Constructor for class jakarta.enterprise.context.ApplicationScoped.Literal
 
Literal() - Constructor for class jakarta.enterprise.context.ConversationScoped.Literal
 
Literal() - Constructor for class jakarta.enterprise.context.Dependent.Literal
 
Literal() - Constructor for class jakarta.enterprise.context.RequestScoped.Literal
 
Literal() - Constructor for class jakarta.enterprise.context.SessionScoped.Literal
 
Literal() - Constructor for class jakarta.enterprise.inject.Alternative.Literal
 
Literal() - Constructor for class jakarta.enterprise.inject.Any.Literal
 
Literal() - Constructor for class jakarta.enterprise.inject.Default.Literal
 
Literal() - Constructor for class jakarta.enterprise.inject.Specializes.Literal
 
Literal() - Constructor for class jakarta.enterprise.inject.TransientReference.Literal
 
Literal() - Constructor for class jakarta.enterprise.inject.Vetoed.Literal
 
Literal() - Constructor for class jakarta.enterprise.util.Nonbinding.Literal
 
Literal() - Constructor for class javax.enterprise.context.ApplicationScoped.Literal
 
Literal() - Constructor for class javax.enterprise.context.ConversationScoped.Literal
 
Literal() - Constructor for class javax.enterprise.context.Dependent.Literal
 
Literal() - Constructor for class javax.enterprise.context.RequestScoped.Literal
 
Literal() - Constructor for class javax.enterprise.context.SessionScoped.Literal
 
Literal() - Constructor for class javax.enterprise.inject.Alternative.Literal
 
Literal() - Constructor for class javax.enterprise.inject.Any.Literal
 
Literal() - Constructor for class javax.enterprise.inject.Default.Literal
 
Literal() - Constructor for class javax.enterprise.inject.Specializes.Literal
 
Literal() - Constructor for class javax.enterprise.inject.TransientReference.Literal
 
Literal() - Constructor for class javax.enterprise.inject.Vetoed.Literal
 
Literal() - Constructor for class javax.enterprise.util.Nonbinding.Literal
 
Literal(Class<?>) - Constructor for class jakarta.enterprise.inject.New.Literal
 
Literal(Class<?>) - Constructor for class javax.enterprise.inject.New.Literal
 
Literal(Class<?>[]) - Constructor for class jakarta.enterprise.inject.Typed.Literal
 
Literal(Class<?>[]) - Constructor for class javax.enterprise.inject.Typed.Literal
 
Literal(Class<? extends Annotation>) - Constructor for class jakarta.enterprise.context.BeforeDestroyed.Literal
 
Literal(Class<? extends Annotation>) - Constructor for class jakarta.enterprise.context.Destroyed.Literal
 
Literal(Class<? extends Annotation>) - Constructor for class jakarta.enterprise.context.Initialized.Literal
 
Literal(Class<? extends Annotation>) - Constructor for class javax.enterprise.context.BeforeDestroyed.Literal
 
Literal(Class<? extends Annotation>) - Constructor for class javax.enterprise.context.Destroyed.Literal
 
Literal(Class<? extends Annotation>) - Constructor for class javax.enterprise.context.Initialized.Literal
 
loadService(Class<T>, ClassLoader) - Static method in class jakarta.enterprise.inject.spi.SecurityActions
 
loadService(Class<T>, ClassLoader) - Static method in class javax.enterprise.inject.spi.SecurityActions
 
lock - Static variable in class jakarta.enterprise.inject.spi.CDI
 
lock - Static variable in class javax.enterprise.inject.spi.CDI
 

M

members - Variable in class jakarta.enterprise.util.AnnotationLiteral
 
members - Variable in class javax.enterprise.util.AnnotationLiteral
 
methods() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
methods() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
Model - Annotation Interface in jakarta.enterprise.inject
The built-in stereotype intended for use with beans that define the model layer of an MVC web application architecture such as JSF.
Model - Annotation Interface in javax.enterprise.inject
The built-in stereotype intended for use with beans that define the model layer of an MVC web application architecture such as JSF.

N

name(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Set the name of the configured bean
name(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set the name of the configured bean
name(String) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Set the name of the configured bean
name(String) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set the name of the configured bean
NamedLiteral - Class in jakarta.enterprise.inject.literal
Supports inline instantiation of the Named qualifier.
NamedLiteral - Class in javax.enterprise.inject.literal
Supports inline instantiation of the Named qualifier.
NamedLiteral(String) - Constructor for class jakarta.enterprise.inject.literal.NamedLiteral
 
NamedLiteral(String) - Constructor for class javax.enterprise.inject.literal.NamedLiteral
 
New - Annotation Interface in jakarta.enterprise.inject
The New qualifier was deprecated in CDI 1.1.
New - Annotation Interface in javax.enterprise.inject
The New qualifier was deprecated in CDI 1.1.
New.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the New qualifier.
New.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the New qualifier.
newInstance() - Static method in class jakarta.enterprise.inject.se.SeContainerInitializer
Returns an instance of SeContainerInitializer Each call returns a new instance
newInstance() - Method in class jakarta.enterprise.inject.spi.Unmanaged
Instantiate a new UnmanagedInstance
newInstance() - Static method in class javax.enterprise.inject.se.SeContainerInitializer
Returns an instance of SeContainerInitializer Each call returns a new instance
newInstance() - Method in class javax.enterprise.inject.spi.Unmanaged
Instantiate a new UnmanagedInstance
Nonbinding - Annotation Interface in jakarta.enterprise.util
Excludes a member of an annotation type (such as a qualifier type or
invalid reference
interceptor binding type
) from consideration when the container compares two annotation instances.
Nonbinding - Annotation Interface in javax.enterprise.util
Excludes a member of an annotation type (such as a qualifier type or
invalid reference
interceptor binding type
) from consideration when the container compares two annotation instances.
Nonbinding.Literal - Class in jakarta.enterprise.util
Supports inline instantiation of the Nonbinding annotation.
Nonbinding.Literal - Class in javax.enterprise.util
Supports inline instantiation of the Nonbinding annotation.
NonexistentConversationException - Exception Class in jakarta.enterprise.context
Indicates that the conversation context could not be restored.
NonexistentConversationException - Exception Class in javax.enterprise.context
Indicates that the conversation context could not be restored.
NonexistentConversationException() - Constructor for exception class jakarta.enterprise.context.NonexistentConversationException
 
NonexistentConversationException() - Constructor for exception class javax.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(String) - Constructor for exception class jakarta.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(String) - Constructor for exception class javax.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(String, Throwable) - Constructor for exception class jakarta.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(String, Throwable) - Constructor for exception class javax.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(Throwable) - Constructor for exception class jakarta.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(Throwable) - Constructor for exception class javax.enterprise.context.NonexistentConversationException
 
NormalScope - Annotation Interface in jakarta.enterprise.context
Specifies that an annotation type is a normal scope type.
NormalScope - Annotation Interface in javax.enterprise.context
Specifies that an annotation type is a normal scope type.
Normal scopes and pseudo-scopes - Search tag in package jakarta.enterprise.context
Section
Normal scopes and pseudo-scopes - Search tag in package javax.enterprise.context
Section
NotificationOptions - Interface in jakarta.enterprise.event
Notification options are used to configure observer notification.
NotificationOptions - Interface in javax.enterprise.event
Notification options are used to configure observer notification.
NotificationOptions.Builder - Interface in jakarta.enterprise.event
Notification options builder.
NotificationOptions.Builder - Interface in javax.enterprise.event
Notification options builder.
notify(EventContext<T>) - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Calls the observer method, passing the given event context.
notify(EventContext<T>) - Method in interface javax.enterprise.inject.spi.ObserverMethod
Calls the observer method, passing the given event context.
notify(T) - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Calls the observer method, passing the given event object.
notify(T) - Method in interface javax.enterprise.inject.spi.ObserverMethod
Calls the observer method, passing the given event object.
notifyObserver() - Element in annotation interface jakarta.enterprise.event.Observes
notifyObserver() - Element in annotation interface jakarta.enterprise.event.ObservesAsync
notifyObserver() - Element in annotation interface javax.enterprise.event.Observes
notifyObserver() - Element in annotation interface javax.enterprise.event.ObservesAsync
notifyWith(ObserverMethodConfigurator.EventConsumer<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Define an operation that accepts a context of a fired event.
notifyWith(ObserverMethodConfigurator.EventConsumer<T>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Define an operation that accepts a context of a fired event.

O

observedType(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the type of the observed event
observedType(Type) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the type of the observed event
ObserverException - Exception Class in jakarta.enterprise.event
Indicates that a checked exception was thrown by an observer method during event notification.
ObserverException - Exception Class in javax.enterprise.event
Indicates that a checked exception was thrown by an observer method during event notification.
ObserverException() - Constructor for exception class jakarta.enterprise.event.ObserverException
 
ObserverException() - Constructor for exception class javax.enterprise.event.ObserverException
 
ObserverException(String) - Constructor for exception class jakarta.enterprise.event.ObserverException
 
ObserverException(String) - Constructor for exception class javax.enterprise.event.ObserverException
 
ObserverException(String, Throwable) - Constructor for exception class jakarta.enterprise.event.ObserverException
 
ObserverException(String, Throwable) - Constructor for exception class javax.enterprise.event.ObserverException
 
ObserverException(Throwable) - Constructor for exception class jakarta.enterprise.event.ObserverException
 
ObserverException(Throwable) - Constructor for exception class javax.enterprise.event.ObserverException
 
ObserverMethod<T> - Interface in jakarta.enterprise.inject.spi
Represents an observer method of an enabled bean.
ObserverMethod<T> - Interface in javax.enterprise.inject.spi
Represents an observer method of an enabled bean.
ObserverMethodConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
ObserverMethodConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
ObserverMethodConfigurator.EventConsumer<T> - Interface in jakarta.enterprise.inject.spi.configurator
Represents an operation that accepts a context of a fired event.
ObserverMethodConfigurator.EventConsumer<T> - Interface in javax.enterprise.inject.spi.configurator
Represents an operation that accepts a context of a fired event.
Observer methods - Search tag in package jakarta.enterprise.event
Section
Observer methods - Search tag in package javax.enterprise.event
Section
Observes - Annotation Interface in jakarta.enterprise.event
Identifies the event parameter of an observer method.
Observes - Annotation Interface in javax.enterprise.event
Identifies the event parameter of an observer method.
ObservesAsync - Annotation Interface in jakarta.enterprise.event
Identifies the event parameter of an asynchronous observer method.
ObservesAsync - Annotation Interface in javax.enterprise.event
Identifies the event parameter of an asynchronous observer method.
of(Class<?>) - Static method in class jakarta.enterprise.inject.New.Literal
 
of(Class<?>) - Static method in class javax.enterprise.inject.New.Literal
 
of(Class<?>[]) - Static method in class jakarta.enterprise.inject.Typed.Literal
 
of(Class<?>[]) - Static method in class javax.enterprise.inject.Typed.Literal
 
of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.BeforeDestroyed.Literal
 
of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.Destroyed.Literal
 
of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.Initialized.Literal
 
of(Class<? extends Annotation>) - Static method in class javax.enterprise.context.BeforeDestroyed.Literal
 
of(Class<? extends Annotation>) - Static method in class javax.enterprise.context.Destroyed.Literal
 
of(Class<? extends Annotation>) - Static method in class javax.enterprise.context.Initialized.Literal
 
of(String) - Static method in class jakarta.enterprise.inject.literal.NamedLiteral
 
of(String) - Static method in class javax.enterprise.inject.literal.NamedLiteral
 
of(String, Object) - Static method in interface jakarta.enterprise.event.NotificationOptions
 
of(String, Object) - Static method in interface javax.enterprise.event.NotificationOptions
 
ofExecutor(Executor) - Static method in interface jakarta.enterprise.event.NotificationOptions
 
ofExecutor(Executor) - Static method in interface javax.enterprise.event.NotificationOptions
 
options - Variable in class jakarta.enterprise.event.ImmutableNotificationOptions.Builder
 
options - Variable in class jakarta.enterprise.event.ImmutableNotificationOptions
 
options - Variable in class javax.enterprise.event.ImmutableNotificationOptions.Builder
 
options - Variable in class javax.enterprise.event.ImmutableNotificationOptions
 

P

params() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
params() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
params() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
params() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
passivating() - Element in annotation interface jakarta.enterprise.context.NormalScope
Determines whether the normal scope type is a passivating scope.
passivating() - Element in annotation interface javax.enterprise.context.NormalScope
Determines whether the normal scope type is a passivating scope.
PassivationCapable - Interface in jakarta.enterprise.inject.spi
Indicates that a custom implementation of Bean or Contextual is passivation capable.
PassivationCapable - Interface in javax.enterprise.inject.spi
Indicates that a custom implementation of Bean or Contextual is passivation capable.
POST_ACTIVATE - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
Intercepts bean activation, only called for EJBs
POST_ACTIVATE - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
Intercepts bean activation, only called for EJBs
POST_CONSTRUCT - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
Intercepts bean construction
POST_CONSTRUCT - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
Intercepts bean construction
postConstruct() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Call the @PostConstruct callback
postConstruct() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Call the @PostConstruct callback
postConstruct(T) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
Calls the PostConstruct callback, if it exists, according to the semantics required by the Java EE platform specification.
postConstruct(T) - Method in interface javax.enterprise.inject.spi.InjectionTarget
Calls the PostConstruct callback, if it exists, according to the semantics required by the Java EE platform specification.
PRE_DESTROY - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
Intercepts bean destruction
PRE_DESTROY - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
Intercepts bean destruction
PRE_PASSIVATE - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
Intercepts bean passivation, only called for EJBs
PRE_PASSIVATE - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
Intercepts bean passivation, only called for EJBs
preDestroy() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Call the @PreDestroy callback
preDestroy() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Call the @PreDestroy callback
preDestroy(T) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
Calls the PreDestroy callback, if it exists, according to the semantics required by the Java EE platform specification.
preDestroy(T) - Method in interface javax.enterprise.inject.spi.InjectionTarget
Calls the PreDestroy callback, if it exists, according to the semantics required by the Java EE platform specification.
Prioritized - Interface in jakarta.enterprise.inject.spi
This interface allows some SPI implementation to change their priority programmatically.
Prioritized - Interface in javax.enterprise.inject.spi
This interface allows some SPI implementation to change their priority programmatically.
priority(int) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the priority for the observer to build
priority(int) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the priority for the observer to build
ProcessAnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each Java class or interface it discovers in a bean archive, before it reads the declared annotations.
ProcessAnnotatedType<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each Java class or interface it discovers in a bean archive, before it reads the declared annotations.
ProcessBean<X> - Interface in jakarta.enterprise.inject.spi
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.
ProcessBean<X> - Interface in javax.enterprise.inject.spi
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.
ProcessBeanAttributes<T> - Interface in jakarta.enterprise.inject.spi
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.
ProcessBeanAttributes<T> - Interface in javax.enterprise.inject.spi
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.
ProcessInjectionPoint<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for every injection point of every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using jakarta.annotation.ManagedBean, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator.
ProcessInjectionPoint<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for every injection point of every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using javax.annotation.ManagedBean, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator.
ProcessInjectionTarget<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using jakarta.annotation.ManagedBean, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator.
ProcessInjectionTarget<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using javax.annotation.ManagedBean, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator.
ProcessManagedBean<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled managed bean, before registering the Bean object.
ProcessManagedBean<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled managed bean, before registering the Bean object.
ProcessObserverMethod<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each observer method of each enabled bean, before registering the ObserverMethod object.
ProcessObserverMethod<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each observer method of each enabled bean, before registering the ObserverMethod object.
ProcessProducer<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each producer method or field of each enabled bean, including resources.
ProcessProducer<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each producer method or field of each enabled bean, including resources.
ProcessProducerField<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled producer field, before registering the Bean object.
ProcessProducerField<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled producer field, before registering the Bean object.
ProcessProducerMethod<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled producer method, before registering the Bean object.
ProcessProducerMethod<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled producer method, before registering the Bean object.
ProcessSessionBean<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled session bean, before registering the Bean object.
ProcessSessionBean<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled session bean, before registering the Bean object.
ProcessSyntheticAnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
ProcessSyntheticAnnotatedType<X> - Interface in javax.enterprise.inject.spi
ProcessSyntheticBean<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each custom bean implementation added through AfterBeanDiscovery.addBean() or AfterBeanDiscovery.addBean(Bean), before registering the Bean object.
ProcessSyntheticBean<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each custom bean implementation added through AfterBeanDiscovery.addBean() or AfterBeanDiscovery.addBean(Bean), before registering the Bean object.
ProcessSyntheticObserverMethod<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each custom implementation of ObserverMethod added through AfterBeanDiscovery.addObserverMethod(ObserverMethod) or AfterBeanDiscovery.addObserverMethod(), before registering the ObserverMethod object.
ProcessSyntheticObserverMethod<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each custom implementation of ObserverMethod added through AfterBeanDiscovery.addObserverMethod(ObserverMethod) or AfterBeanDiscovery.addObserverMethod(), before registering the ObserverMethod object.
produce() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Create the instance
produce() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Create the instance
produce(CreationalContext<T>) - Method in interface jakarta.enterprise.inject.spi.Producer
Causes an instance to be produced via the Producer.
produce(CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.Producer
Causes an instance to be produced via the Producer.
Producer<T> - Interface in jakarta.enterprise.inject.spi
Provides a generic operation for producing an instance of a type.
Producer<T> - Interface in javax.enterprise.inject.spi
Provides a generic operation for producing an instance of a type.
Producer and InjectionTarget - Search tag in package jakarta.enterprise.inject.spi
Section
Producer and InjectionTarget - Search tag in package javax.enterprise.inject.spi
Section
ProducerConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
A ProducerConfigurator can configure a Producer.
ProducerConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
A ProducerConfigurator can configure a Producer.
ProducerFactory<X> - Interface in jakarta.enterprise.inject.spi
An ProducerFactory can create an Producer for a given bean.
ProducerFactory<X> - Interface in javax.enterprise.inject.spi
An ProducerFactory can create an Producer for a given bean.
Produces - Annotation Interface in jakarta.enterprise.inject
Identifies a producer method or field.
Produces - Annotation Interface in javax.enterprise.inject
Identifies a producer method or field.
produceWith(Function<CreationalContext<U>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.ProducerConfigurator
Set a callback to produce a new instance.
produceWith(Function<Instance<Object>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to create a bean instance.
produceWith(Function<CreationalContext<U>, U>) - Method in interface javax.enterprise.inject.spi.configurator.ProducerConfigurator
Set a callback to produce a new instance.
produceWith(Function<Instance<Object>, U>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to create a bean instance.
push(T) - Method in interface jakarta.enterprise.context.spi.CreationalContext
Registers an incompletely initialized contextual instance the with the container.
push(T) - Method in interface javax.enterprise.context.spi.CreationalContext
Registers an incompletely initialized contextual instance the with the container.

Q

QualifierLiteral - Class in jakarta.enterprise.inject.literal
Supports inline instantiation of the Qualifier annotation.
QualifierLiteral - Class in javax.enterprise.inject.literal
Supports inline instantiation of the Qualifier annotation.
QualifierLiteral() - Constructor for class jakarta.enterprise.inject.literal.QualifierLiteral
 
QualifierLiteral() - Constructor for class javax.enterprise.inject.literal.QualifierLiteral
 
qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace all qualifiers.
qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace all qualifiers.
qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Replace all qualifiers.
qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Replace all qualifiers on the Observed event.
qualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace all qualifiers.
qualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace all qualifiers.
qualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Replace all qualifiers.
qualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Replace all qualifiers on the Observed event.
qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Replace all qualifiers on the Observed event.
qualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Replace all qualifiers on the Observed event.

R

read(AnnotatedMethod<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing AnnotatedMethod
read(AnnotatedType<U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Read the information from the given annotated type.
read(BeanAttributes<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Read the information from the given bean attributes.
read(ObserverMethod<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing ObserverMethod
read(Method) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing Method
read(Method) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing Method
read(AnnotatedMethod<?>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing AnnotatedMethod
read(AnnotatedType<U>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Read the information from the given annotated type.
read(BeanAttributes<?>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Read the information from the given bean attributes.
read(ObserverMethod<T>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing ObserverMethod
reception(Reception) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the Reception mode for the observer to build
reception(Reception) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the Reception mode for the observer to build
Reception - Enum Class in jakarta.enterprise.event
Distinguishes conditional observer methods from observer methods which are always notified.
Reception - Enum Class in javax.enterprise.event
Distinguishes conditional observer methods from observer methods which are always notified.
Reception() - Constructor for enum class jakarta.enterprise.event.Reception
 
Reception() - Constructor for enum class javax.enterprise.event.Reception
 
release() - Method in interface jakarta.enterprise.context.spi.CreationalContext
Destroys all dependent objects of the instance which is being destroyed, by passing each dependent object to Contextual.destroy(Object, CreationalContext) .
release() - Method in interface javax.enterprise.context.spi.CreationalContext
Destroys all dependent objects of the instance which is being destroyed, by passing each dependent object to Contextual.destroy(Object, CreationalContext) .
remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Remove annotations that match the specified predicate.
removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Remove all the annotations.
removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Remove all the annotations.
removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Remove all the annotations.
removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Remove all the annotations.
removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Remove all the annotations.
removeAll() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Remove all the annotations.
removeAll() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Remove all the annotations.
removeAll() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Remove all the annotations.
removeAll() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Remove all the annotations.
removeAll() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Remove all the annotations.
REQUEST - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
 
REQUEST - Static variable in class jakarta.enterprise.context.Destroyed.Literal
 
REQUEST - Static variable in class jakarta.enterprise.context.Initialized.Literal
 
REQUEST - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
 
REQUEST - Static variable in class javax.enterprise.context.Destroyed.Literal
 
REQUEST - Static variable in class javax.enterprise.context.Initialized.Literal
 
RequestContextController - Interface in jakarta.enterprise.context.control
The CDI container provides a built in instance of RequestContextController that is dependent scoped for the purposes of activating and deactivating.
RequestContextController - Interface in javax.enterprise.context.control
The CDI container provides a built in instance of RequestContextController that is dependent scoped for the purposes of activating and deactivating.
RequestScoped - Annotation Interface in jakarta.enterprise.context
Specifies that a bean is request scoped.
RequestScoped - Annotation Interface in javax.enterprise.context
Specifies that a bean is request scoped.
RequestScoped.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the RequestScoped annotation.
RequestScoped.Literal - Class in javax.enterprise.context
Supports inline instantiation of the RequestScoped annotation.
ResolutionException - Exception Class in jakarta.enterprise.inject
Indicates a problem relating to typesafe resolution.
ResolutionException - Exception Class in javax.enterprise.inject
Indicates a problem relating to typesafe resolution.
ResolutionException() - Constructor for exception class jakarta.enterprise.inject.ResolutionException
 
ResolutionException() - Constructor for exception class javax.enterprise.inject.ResolutionException
 
ResolutionException(String) - Constructor for exception class jakarta.enterprise.inject.ResolutionException
 
ResolutionException(String) - Constructor for exception class javax.enterprise.inject.ResolutionException
 
ResolutionException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.ResolutionException
 
ResolutionException(String, Throwable) - Constructor for exception class javax.enterprise.inject.ResolutionException
 
ResolutionException(Throwable) - Constructor for exception class jakarta.enterprise.inject.ResolutionException
 
ResolutionException(Throwable) - Constructor for exception class javax.enterprise.inject.ResolutionException
 
resolve(Set<Bean<? extends X>>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Apply the ambiguous dependency resolution rules to a set of beans.
resolve(Set<Bean<? extends X>>) - Method in interface javax.enterprise.inject.spi.BeanManager
Apply the ambiguous dependency resolution rules to a set of beans.
resolveDecorators(Set<Type>, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Return an ordered list of decorators for a set of bean types and a set of qualifiers and which are enabled in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained.
resolveDecorators(Set<Type>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Return an ordered list of decorators for a set of bean types and a set of qualifiers and which are enabled in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained.
resolveInterceptors(InterceptionType, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Return an ordered list of enabled interceptors for a set of interceptor bindings and a type of interception and which are enabled in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained.
resolveInterceptors(InterceptionType, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Return an ordered list of enabled interceptors for a set of interceptor bindings and a type of interception and which are enabled in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained.
resolveObserverMethods(T, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Return an ordered set of observer methods for an event.
resolveObserverMethods(T, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Return an ordered set of observer methods for an event.

S

scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace Bean scope
scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace Bean scope
scope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace Bean scope
scope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace Bean scope
SeContainer - Interface in jakarta.enterprise.inject.se
Provides access to the current container in Java SE.
SeContainer - Interface in javax.enterprise.inject.se
Provides access to the current container in Java SE.
SeContainerInitializer - Class in jakarta.enterprise.inject.se
A CDI container initializer for Java SE.
SeContainerInitializer - Class in javax.enterprise.inject.se
A CDI container initializer for Java SE.
SeContainerInitializer() - Constructor for class jakarta.enterprise.inject.se.SeContainerInitializer
 
SeContainerInitializer() - Constructor for class javax.enterprise.inject.se.SeContainerInitializer
 
SecurityActions - Class in jakarta.enterprise.inject.spi
This utility class is used to optimize invocation made through the SecurityManager
SecurityActions - Class in jakarta.enterprise.util
This utility class is used to optimize invocation made through the SecurityManager
SecurityActions - Class in javax.enterprise.inject.spi
This utility class is used to optimize invocation made through the SecurityManager
SecurityActions - Class in javax.enterprise.util
This utility class is used to optimize invocation made through the SecurityManager
SecurityActions() - Constructor for class jakarta.enterprise.inject.spi.SecurityActions
 
SecurityActions() - Constructor for class jakarta.enterprise.util.SecurityActions
 
SecurityActions() - Constructor for class javax.enterprise.inject.spi.SecurityActions
 
SecurityActions() - Constructor for class javax.enterprise.util.SecurityActions
 
select(TypeLiteral<U>, Annotation...) - Method in interface jakarta.enterprise.event.Event
Obtains a child Event for the given required type and additional required qualifiers.
select(TypeLiteral<U>, Annotation...) - Method in interface jakarta.enterprise.inject.Instance
Obtains a child Instance for the given required type and additional required qualifiers.
select(Annotation...) - Method in interface jakarta.enterprise.event.Event
Obtains a child Event for the given additional required qualifiers.
select(Annotation...) - Method in interface jakarta.enterprise.inject.Instance
Obtains a child Instance for the given additional required qualifiers.
select(Annotation...) - Method in interface javax.enterprise.event.Event
Obtains a child Event for the given additional required qualifiers.
select(Annotation...) - Method in interface javax.enterprise.inject.Instance
Obtains a child Instance for the given additional required qualifiers.
select(Class<U>, Annotation...) - Method in interface jakarta.enterprise.event.Event
Obtains a child Event for the given required type and additional required qualifiers.
select(Class<U>, Annotation...) - Method in interface jakarta.enterprise.inject.Instance
Obtains a child Instance for the given required type and additional required qualifiers.
select(Class<U>, Annotation...) - Method in interface javax.enterprise.event.Event
Obtains a child Event for the given required type and additional required qualifiers.
select(Class<U>, Annotation...) - Method in interface javax.enterprise.inject.Instance
Obtains a child Instance for the given required type and additional required qualifiers.
select(TypeLiteral<U>, Annotation...) - Method in interface javax.enterprise.event.Event
Obtains a child Event for the given required type and additional required qualifiers.
select(TypeLiteral<U>, Annotation...) - Method in interface javax.enterprise.inject.Instance
Obtains a child Instance for the given required type and additional required qualifiers.
selectAlternatives(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add alternatives classes to the list of selected alternatives for the synthetic bean archive.
selectAlternatives(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add alternatives classes to the list of selected alternatives for the synthetic bean archive.
selectAlternativeStereotypes(Class<? extends Annotation>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add alternative stereotype classes to the list of selected alternative stereotypes for the synthetic bean archive.
selectAlternativeStereotypes(Class<? extends Annotation>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add alternative stereotype classes to the list of selected alternative stereotypes for the synthetic bean archive.
serialVersionUID - Static variable in class jakarta.enterprise.context.ApplicationScoped.Literal
 
serialVersionUID - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
 
serialVersionUID - Static variable in exception class jakarta.enterprise.context.BusyConversationException
 
serialVersionUID - Static variable in exception class jakarta.enterprise.context.ContextException
 
serialVersionUID - Static variable in exception class jakarta.enterprise.context.ContextNotActiveException
 
serialVersionUID - Static variable in class jakarta.enterprise.context.ConversationScoped.Literal
 
serialVersionUID - Static variable in class jakarta.enterprise.context.Dependent.Literal
 
serialVersionUID - Static variable in class jakarta.enterprise.context.Destroyed.Literal
 
serialVersionUID - Static variable in class jakarta.enterprise.context.Initialized.Literal
 
serialVersionUID - Static variable in exception class jakarta.enterprise.context.NonexistentConversationException
 
serialVersionUID - Static variable in class jakarta.enterprise.context.RequestScoped.Literal
 
serialVersionUID - Static variable in class jakarta.enterprise.context.SessionScoped.Literal
 
serialVersionUID - Static variable in exception class jakarta.enterprise.event.ObserverException
 
serialVersionUID - Static variable in class jakarta.enterprise.inject.Alternative.Literal
 
serialVersionUID - Static variable in exception class jakarta.enterprise.inject.AmbiguousResolutionException
 
serialVersionUID - Static variable in class jakarta.enterprise.inject.Any.Literal
 
serialVersionUID - Static variable in exception class jakarta.enterprise.inject.CreationException
 
serialVersionUID - Static variable in class jakarta.enterprise.inject.Default.Literal
 
serialVersionUID - Static variable in exception class jakarta.enterprise.inject.IllegalProductException
 
serialVersionUID - Static variable in exception class jakarta.enterprise.inject.InjectionException
 
serialVersionUID - Static variable in class jakarta.enterprise.inject.literal.InjectLiteral
 
serialVersionUID - Static variable in class jakarta.enterprise.inject.literal.NamedLiteral
 
serialVersionUID - Static variable in class jakarta.enterprise.inject.literal.QualifierLiteral
 
serialVersionUID - Static variable in class jakarta.enterprise.inject.literal.SingletonLiteral
 
serialVersionUID - Static variable in class jakarta.enterprise.inject.New.Literal
 
serialVersionUID - Static variable in exception class jakarta.enterprise.inject.ResolutionException
 
serialVersionUID - Static variable in class jakarta.enterprise.inject.Specializes.Literal
 
serialVersionUID - Static variable in exception class jakarta.enterprise.inject.spi.DefinitionException
 
serialVersionUID - Static variable in exception class jakarta.enterprise.inject.spi.DeploymentException
 
serialVersionUID - Static variable in class jakarta.enterprise.inject.TransientReference.Literal
 
serialVersionUID - Static variable in class jakarta.enterprise.inject.Typed.Literal
 
serialVersionUID - Static variable in exception class jakarta.enterprise.inject.UnproxyableResolutionException
 
serialVersionUID - Static variable in exception class jakarta.enterprise.inject.UnsatisfiedResolutionException
 
serialVersionUID - Static variable in class jakarta.enterprise.inject.Vetoed.Literal
 
serialVersionUID - Static variable in class jakarta.enterprise.util.AnnotationLiteral
 
serialVersionUID - Static variable in class jakarta.enterprise.util.Nonbinding.Literal
 
serialVersionUID - Static variable in class jakarta.enterprise.util.TypeLiteral
 
serialVersionUID - Static variable in class javax.enterprise.context.ApplicationScoped.Literal
 
serialVersionUID - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
 
serialVersionUID - Static variable in exception class javax.enterprise.context.BusyConversationException
 
serialVersionUID - Static variable in exception class javax.enterprise.context.ContextException
 
serialVersionUID - Static variable in exception class javax.enterprise.context.ContextNotActiveException
 
serialVersionUID - Static variable in class javax.enterprise.context.ConversationScoped.Literal
 
serialVersionUID - Static variable in class javax.enterprise.context.Dependent.Literal
 
serialVersionUID - Static variable in class javax.enterprise.context.Destroyed.Literal
 
serialVersionUID - Static variable in class javax.enterprise.context.Initialized.Literal
 
serialVersionUID - Static variable in exception class javax.enterprise.context.NonexistentConversationException
 
serialVersionUID - Static variable in class javax.enterprise.context.RequestScoped.Literal
 
serialVersionUID - Static variable in class javax.enterprise.context.SessionScoped.Literal
 
serialVersionUID - Static variable in exception class javax.enterprise.event.ObserverException
 
serialVersionUID - Static variable in class javax.enterprise.inject.Alternative.Literal
 
serialVersionUID - Static variable in exception class javax.enterprise.inject.AmbiguousResolutionException
 
serialVersionUID - Static variable in class javax.enterprise.inject.Any.Literal
 
serialVersionUID - Static variable in exception class javax.enterprise.inject.CreationException
 
serialVersionUID - Static variable in class javax.enterprise.inject.Default.Literal
 
serialVersionUID - Static variable in exception class javax.enterprise.inject.IllegalProductException
 
serialVersionUID - Static variable in exception class javax.enterprise.inject.InjectionException
 
serialVersionUID - Static variable in class javax.enterprise.inject.literal.InjectLiteral
 
serialVersionUID - Static variable in class javax.enterprise.inject.literal.NamedLiteral
 
serialVersionUID - Static variable in class javax.enterprise.inject.literal.QualifierLiteral
 
serialVersionUID - Static variable in class javax.enterprise.inject.literal.SingletonLiteral
 
serialVersionUID - Static variable in class javax.enterprise.inject.New.Literal
 
serialVersionUID - Static variable in exception class javax.enterprise.inject.ResolutionException
 
serialVersionUID - Static variable in class javax.enterprise.inject.Specializes.Literal
 
serialVersionUID - Static variable in exception class javax.enterprise.inject.spi.DefinitionException
 
serialVersionUID - Static variable in exception class javax.enterprise.inject.spi.DeploymentException
 
serialVersionUID - Static variable in class javax.enterprise.inject.TransientReference.Literal
 
serialVersionUID - Static variable in class javax.enterprise.inject.Typed.Literal
 
serialVersionUID - Static variable in exception class javax.enterprise.inject.UnproxyableResolutionException
 
serialVersionUID - Static variable in exception class javax.enterprise.inject.UnsatisfiedResolutionException
 
serialVersionUID - Static variable in class javax.enterprise.inject.Vetoed.Literal
 
serialVersionUID - Static variable in class javax.enterprise.util.AnnotationLiteral
 
serialVersionUID - Static variable in class javax.enterprise.util.Nonbinding.Literal
 
serialVersionUID - Static variable in class javax.enterprise.util.TypeLiteral
 
SESSION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
 
SESSION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
 
SESSION - Static variable in class jakarta.enterprise.context.Initialized.Literal
 
SESSION - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
 
SESSION - Static variable in class javax.enterprise.context.Destroyed.Literal
 
SESSION - Static variable in class javax.enterprise.context.Initialized.Literal
 
SessionBeanType - Enum Class in jakarta.enterprise.inject.spi
Identifies the kind of EJB session bean.
SessionBeanType - Enum Class in javax.enterprise.inject.spi
Identifies the kind of EJB session bean.
SessionBeanType() - Constructor for enum class jakarta.enterprise.inject.spi.SessionBeanType
 
SessionBeanType() - Constructor for enum class javax.enterprise.inject.spi.SessionBeanType
 
SessionScoped - Annotation Interface in jakarta.enterprise.context
Specifies that a bean is session scoped.
SessionScoped - Annotation Interface in javax.enterprise.context
Specifies that a bean is session scoped.
SessionScoped.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the SessionScoped annotation.
SessionScoped.Literal - Class in javax.enterprise.context
Supports inline instantiation of the SessionScoped annotation.
set(String, Object) - Method in class jakarta.enterprise.event.ImmutableNotificationOptions.Builder
 
set(String, Object) - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
 
set(String, Object) - Method in class javax.enterprise.event.ImmutableNotificationOptions.Builder
 
set(String, Object) - Method in interface javax.enterprise.event.NotificationOptions.Builder
 
setAccessible(Method) - Static method in class jakarta.enterprise.util.SecurityActions
 
setAccessible(Method) - Static method in class javax.enterprise.util.SecurityActions
 
setAnnotatedType(AnnotatedType<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
Replaces the AnnotatedType.
setAnnotatedType(AnnotatedType<X>) - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
Replaces the AnnotatedType.
setBeanAttributes(BeanAttributes<T>) - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
Replaces the BeanAttributes.
setBeanAttributes(BeanAttributes<T>) - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
Replaces the BeanAttributes.
setCDIProvider(CDIProvider) - Static method in class jakarta.enterprise.inject.spi.CDI
Set the CDIProvider to use.
setCDIProvider(CDIProvider) - Static method in class javax.enterprise.inject.spi.CDI
Set the CDIProvider to use.
setClassLoader(ClassLoader) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
setClassLoader(ClassLoader) - Method in class javax.enterprise.inject.se.SeContainerInitializer
setExecutor(Executor) - Method in class jakarta.enterprise.event.ImmutableNotificationOptions.Builder
 
setExecutor(Executor) - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
 
setExecutor(Executor) - Method in class javax.enterprise.event.ImmutableNotificationOptions.Builder
 
setExecutor(Executor) - Method in interface javax.enterprise.event.NotificationOptions.Builder
 
setInjectionPoint(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
Replaces the InjectionPoint.
setInjectionPoint(InjectionPoint) - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
Replaces the InjectionPoint.
setInjectionTarget(InjectionTarget<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
Replaces the InjectionTarget which performs injection for this target.
setInjectionTarget(InjectionTarget<X>) - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
Replaces the InjectionTarget which performs injection for this target.
setObserverMethod(ObserverMethod<T>) - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
Replaces the ObserverMethod.
setObserverMethod(ObserverMethod<T>) - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
Replaces the ObserverMethod.
setProducer(Producer<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
Replaces the Producer object that will be used by the container to call the producer method or read the producer field.
setProducer(Producer<X>) - Method in interface javax.enterprise.inject.spi.ProcessProducer
Replaces the Producer object that will be used by the container to call the producer method or read the producer field.
setProperties(Map<String, Object>) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Set all the configuration properties.
setProperties(Map<String, Object>) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Set all the configuration properties.
setTimeout(long) - Method in interface jakarta.enterprise.context.Conversation
Set the timeout of the current conversation.
setTimeout(long) - Method in interface javax.enterprise.context.Conversation
Set the timeout of the current conversation.
SINGLETON - Enum constant in enum class jakarta.enterprise.inject.spi.SessionBeanType
A
invalid reference
singleton
session bean
SINGLETON - Enum constant in enum class javax.enterprise.inject.spi.SessionBeanType
A
invalid reference
singleton
session bean
SingletonLiteral - Class in jakarta.enterprise.inject.literal
Supports inline instantiation of the Singleton annotation.
SingletonLiteral - Class in javax.enterprise.inject.literal
Supports inline instantiation of the Singleton annotation.
SingletonLiteral() - Constructor for class jakarta.enterprise.inject.literal.SingletonLiteral
 
SingletonLiteral() - Constructor for class javax.enterprise.inject.literal.SingletonLiteral
 
Specializes - Annotation Interface in jakarta.enterprise.inject
Indicates that a bean directly specializes another bean.
Specializes - Annotation Interface in javax.enterprise.inject
Indicates that a bean directly specializes another bean.
Specializes.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the Specializes annotation.
Specializes.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Specializes annotation.
STATEFUL - Enum constant in enum class jakarta.enterprise.inject.spi.SessionBeanType
A
invalid reference
stateful
session bean
STATEFUL - Enum constant in enum class javax.enterprise.inject.spi.SessionBeanType
A
invalid reference
stateful
session bean
STATELESS - Enum constant in enum class jakarta.enterprise.inject.spi.SessionBeanType
A
invalid reference
stateless
session bean
STATELESS - Enum constant in enum class javax.enterprise.inject.spi.SessionBeanType
A
invalid reference
stateless
session bean
Stereotype - Annotation Interface in jakarta.enterprise.inject
Specifies that an annotation type is a stereotype.
Stereotype - Annotation Interface in javax.enterprise.inject
Specifies that an annotation type is a stereotype.
stereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace stereotypes on the configured bean
stereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace stereotypes on the configured bean
stereotypes(Set<Class<? extends Annotation>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace stereotypes on the configured bean
stereotypes(Set<Class<? extends Annotation>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace stereotypes on the configured bean
stream() - Method in interface jakarta.enterprise.inject.Instance
When called, provides back a Stream of the beans available in this Instance.
stream() - Method in interface javax.enterprise.inject.Instance
When called, provides back a Stream of the beans available in this Instance.

T

The BeanManager object - Search tag in package jakarta.enterprise.inject.spi
Section
The BeanManager object - Search tag in package javax.enterprise.inject.spi
Section
toString() - Method in class jakarta.enterprise.util.AnnotationLiteral
 
toString() - Method in class jakarta.enterprise.util.TypeLiteral
 
toString() - Method in class javax.enterprise.util.AnnotationLiteral
 
toString() - Method in class javax.enterprise.util.TypeLiteral
 
transactionPhase(TransactionPhase) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the TransactionPhase for the observer to build
transactionPhase(TransactionPhase) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the TransactionPhase for the observer to build
TransactionPhase - Enum Class in jakarta.enterprise.event
Distinguishes the various kinds of transactional observer methods from regular observer methods which are notified immediately.
TransactionPhase - Enum Class in javax.enterprise.event
Distinguishes the various kinds of transactional observer methods from regular observer methods which are notified immediately.
TransactionPhase() - Constructor for enum class jakarta.enterprise.event.TransactionPhase
 
TransactionPhase() - Constructor for enum class javax.enterprise.event.TransactionPhase
 
transientField(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Change the transient status of the built InjectionPoint.
transientField(boolean) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Change the transient status of the built InjectionPoint.
TransientReference - Annotation Interface in jakarta.enterprise.inject
If a parameter annotated with @TransientReference resolves to a dependent scoped bean, then the bean will be destroyed after the invocation completes.
TransientReference - Annotation Interface in javax.enterprise.inject
If a parameter annotated with @TransientReference resolves to a dependent scoped bean, then the bean will be destroyed after the invocation completes.
TransientReference.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the TransientReference annotation.
TransientReference.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the TransientReference annotation.
type(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Set the required Type (that will be used during typesafe resolution) of the InjectionPoint to build.
type(Type) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Set the required Type (that will be used during typesafe resolution) of the InjectionPoint to build.
Typed - Annotation Interface in jakarta.enterprise.inject
Restricts the bean types of a bean.
Typed - Annotation Interface in javax.enterprise.inject
Restricts the bean types of a bean.
Typed.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the Typed annotation.
Typed.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Typed annotation.
TypeLiteral<T> - Class in jakarta.enterprise.util
Supports inline instantiation of objects that represent parameterized types with actual type parameters.
TypeLiteral<T> - Class in javax.enterprise.util
Supports inline instantiation of objects that represent parameterized types with actual type parameters.
TypeLiteral() - Constructor for class jakarta.enterprise.util.TypeLiteral
 
TypeLiteral() - Constructor for class javax.enterprise.util.TypeLiteral
 
types(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace bean types
types(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace bean types
types(Type...) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace bean types
types(Type...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace bean types
types(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace bean types
types(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace bean types
types(Set<Type>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace bean types
types(Set<Type>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace bean types

U

Unmanaged<T> - Class in jakarta.enterprise.inject.spi
Helper class for injecting and calling lifecycle callbacks unmanaged instances for use by framework and library integrators.
Unmanaged<T> - Class in javax.enterprise.inject.spi
Helper class for injecting and calling lifecycle callbacks unmanaged instances for use by framework and library integrators.
Unmanaged(BeanManager, Class<T>) - Constructor for class jakarta.enterprise.inject.spi.Unmanaged
Create an injector for the given class
Unmanaged(Class<T>) - Constructor for class jakarta.enterprise.inject.spi.Unmanaged
Create an injector for the given class, using the current bean manager
Unmanaged(Class<T>) - Constructor for class javax.enterprise.inject.spi.Unmanaged
Create an injector for the given class, using the current bean manager
Unmanaged(BeanManager, Class<T>) - Constructor for class javax.enterprise.inject.spi.Unmanaged
Create an injector for the given class
Unmanaged.UnmanagedInstance<T> - Class in jakarta.enterprise.inject.spi
Represents a non-contextual instance.
Unmanaged.UnmanagedInstance<T> - Class in javax.enterprise.inject.spi
Represents a non-contextual instance.
UnmanagedInstance(BeanManager, InjectionTarget<T>) - Constructor for class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
 
UnmanagedInstance(BeanManager, InjectionTarget<T>) - Constructor for class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
 
UnproxyableResolutionException - Exception Class in jakarta.enterprise.inject
Indicates that a contextual reference for a bean with a normal scope and a certain bean type cannot be obtained because the bean type cannot be proxied by the container.
UnproxyableResolutionException - Exception Class in javax.enterprise.inject
Indicates that a contextual reference for a bean with a normal scope and a certain bean type cannot be obtained because the bean type cannot be proxied by the container.
UnproxyableResolutionException() - Constructor for exception class jakarta.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException() - Constructor for exception class javax.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(String) - Constructor for exception class jakarta.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(String) - Constructor for exception class javax.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(String, Throwable) - Constructor for exception class javax.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(Throwable) - Constructor for exception class jakarta.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(Throwable) - Constructor for exception class javax.enterprise.inject.UnproxyableResolutionException
 
UnsatisfiedResolutionException - Exception Class in jakarta.enterprise.inject
Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class.
UnsatisfiedResolutionException - Exception Class in javax.enterprise.inject
Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class.
UnsatisfiedResolutionException() - Constructor for exception class jakarta.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException() - Constructor for exception class javax.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(String) - Constructor for exception class jakarta.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(String) - Constructor for exception class javax.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(String, Throwable) - Constructor for exception class javax.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(Throwable) - Constructor for exception class jakarta.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(Throwable) - Constructor for exception class javax.enterprise.inject.UnsatisfiedResolutionException
 

V

validate(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Validate a certain injection point.
validate(InjectionPoint) - Method in interface javax.enterprise.inject.spi.BeanManager
Validate a certain injection point.
value - Variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
 
value - Variable in class jakarta.enterprise.context.Destroyed.Literal
 
value - Variable in class jakarta.enterprise.context.Initialized.Literal
 
value - Variable in class jakarta.enterprise.inject.literal.NamedLiteral
 
value - Variable in class jakarta.enterprise.inject.New.Literal
 
value - Variable in class jakarta.enterprise.inject.Typed.Literal
 
value - Variable in class javax.enterprise.context.BeforeDestroyed.Literal
 
value - Variable in class javax.enterprise.context.Destroyed.Literal
 
value - Variable in class javax.enterprise.context.Initialized.Literal
 
value - Variable in class javax.enterprise.inject.literal.NamedLiteral
 
value - Variable in class javax.enterprise.inject.New.Literal
 
value - Variable in class javax.enterprise.inject.Typed.Literal
 
value() - Method in class jakarta.enterprise.context.BeforeDestroyed.Literal
 
value() - Element in annotation interface jakarta.enterprise.context.BeforeDestroyed
The scope for which to observe destruction
value() - Method in class jakarta.enterprise.context.Destroyed.Literal
 
value() - Element in annotation interface jakarta.enterprise.context.Destroyed
The scope for which to observe destruction
value() - Method in class jakarta.enterprise.context.Initialized.Literal
 
value() - Element in annotation interface jakarta.enterprise.context.Initialized
The scope for which to observe initialization
value() - Method in class jakarta.enterprise.inject.literal.NamedLiteral
 
value() - Method in class jakarta.enterprise.inject.New.Literal
 
value() - Element in annotation interface jakarta.enterprise.inject.New
Specifies the bean class of the new instance.
value() - Element in annotation interface jakarta.enterprise.inject.spi.WithAnnotations
 
value() - Method in class jakarta.enterprise.inject.Typed.Literal
 
value() - Element in annotation interface jakarta.enterprise.inject.Typed
Selects the bean types of the bean.
value() - Method in class javax.enterprise.context.BeforeDestroyed.Literal
 
value() - Element in annotation interface javax.enterprise.context.BeforeDestroyed
The scope for which to observe destruction
value() - Method in class javax.enterprise.context.Destroyed.Literal
 
value() - Element in annotation interface javax.enterprise.context.Destroyed
The scope for which to observe destruction
value() - Method in class javax.enterprise.context.Initialized.Literal
 
value() - Element in annotation interface javax.enterprise.context.Initialized
The scope for which to observe initialization
value() - Method in class javax.enterprise.inject.literal.NamedLiteral
 
value() - Method in class javax.enterprise.inject.New.Literal
 
value() - Element in annotation interface javax.enterprise.inject.New
Specifies the bean class of the new instance.
value() - Element in annotation interface javax.enterprise.inject.spi.WithAnnotations
 
value() - Method in class javax.enterprise.inject.Typed.Literal
 
value() - Element in annotation interface javax.enterprise.inject.Typed
Selects the bean types of the bean.
valueOf(String) - Static method in enum class jakarta.enterprise.event.Reception
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.enterprise.event.TransactionPhase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.enterprise.inject.spi.InterceptionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.enterprise.inject.spi.SessionBeanType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class javax.enterprise.event.Reception
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class javax.enterprise.event.TransactionPhase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class javax.enterprise.inject.spi.InterceptionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class javax.enterprise.inject.spi.SessionBeanType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class jakarta.enterprise.event.Reception
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.enterprise.event.TransactionPhase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.enterprise.inject.spi.InterceptionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.enterprise.inject.spi.SessionBeanType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class javax.enterprise.event.Reception
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class javax.enterprise.event.TransactionPhase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class javax.enterprise.inject.spi.InterceptionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class javax.enterprise.inject.spi.SessionBeanType
Returns an array containing the constants of this enum class, in the order they are declared.
veto() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
Forces the container to ignore this type.
veto() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
Forces the container to ignore the bean.
veto() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
Forces the container to ignore the observer method.
veto() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
Forces the container to ignore this type.
veto() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
Forces the container to ignore the bean.
veto() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
Forces the container to ignore the observer method.
Vetoed - Annotation Interface in jakarta.enterprise.inject
Veto the processing of the class.
Vetoed - Annotation Interface in javax.enterprise.inject
Veto the processing of the class.
Vetoed.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the Vetoed annotation.
Vetoed.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Vetoed annotation.

W

WithAnnotations - Annotation Interface in jakarta.enterprise.inject.spi
WithAnnotations may be applied to any portable extension observer method with an event parameter type of ProcessAnnotatedType to filter the events delivered.
WithAnnotations - Annotation Interface in javax.enterprise.inject.spi
WithAnnotations may be applied to any portable extension observer method with an event parameter type of ProcessAnnotatedType to filter the events delivered.
wrapExpressionFactory(ExpressionFactory) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Returns a wrapper ExpressionFactory that delegates MethodExpression and ValueExpression creation to the given ExpressionFactory.
wrapExpressionFactory(ExpressionFactory) - Method in interface javax.enterprise.inject.spi.BeanManager
Returns a wrapper ExpressionFactory that delegates MethodExpression and ValueExpression creation to the given ExpressionFactory.
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form