A B C D E F G H I J M N O P R S T U V

A

addAnnotatedType(AnnotatedType<?>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
 
addBean(Bean<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
 
addBean(Bean<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Deprecated. 
addBindingType(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
 
addContext(Context) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
 
addContext(Context) - Method in interface javax.enterprise.inject.spi.BeanManager
Deprecated. 
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
 
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessBean
 
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
 
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessProcessObserverMethod
 
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessProducer
 
addDeploymentProblem(Throwable) - Method in interface javax.enterprise.inject.spi.AfterDeploymentValidation
 
addInterceptorBindingType(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
 
addObserver(Observer<?>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Deprecated. 
addObserverMethod(ObserverMethod<?, ?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
 
addScopeType(Class<? extends Annotation>, boolean, boolean) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
 
addStereotype(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
 
AfterBeanDiscovery - Interface in javax.enterprise.inject.spi
 
AfterDeploymentValidation - Interface in javax.enterprise.inject.spi
 
AmbiguousResolutionException - Exception in javax.enterprise.inject
An AmbiguousDependencyException is thrown when within the set of enabled beans with the API type and bind- ing types declared there exists no unique Web Bean with a higher precedence than all other beans in the set.
AmbiguousResolutionException() - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(String) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
 
Annotated - Interface in javax.enterprise.inject.spi
The metadata for an annotated element which can be parsed by the BeanManager.
AnnotatedCallable<X> - Interface in javax.enterprise.inject.spi
The metadata for a callable member which can be parsed by the BeanManager.
AnnotatedConstructor<X> - Interface in javax.enterprise.inject.spi
The metadata for an annotated constructor which can be parsed by the BeanManager.
AnnotatedField<X> - Interface in javax.enterprise.inject.spi
The metadata for an annotated field which can be parsed by the BeanManager The semantics are similar to Field
AnnotatedMember<X> - Interface in javax.enterprise.inject.spi
The metadata for an annotated member which can be parsed by the BeanManager.
AnnotatedMethod<X> - Interface in javax.enterprise.inject.spi
The metadata for an annotated method which can be parsed by the BeanManager The semantics are similar to Method
AnnotatedParameter<X> - Interface in javax.enterprise.inject.spi
The metadata for an annotated parameter which can be parsed by the BeanManager
AnnotatedType<X> - Interface in javax.enterprise.inject.spi
The metadata for an annotated type which can be parsed by the BeanManager The semantics are similar to Class.
AnnotationLiteral<T extends java.lang.annotation.Annotation> - Class in javax.enterprise.inject
Supports inline instantiation of annotation type instances.
AnnotationLiteral() - Constructor for class javax.enterprise.inject.AnnotationLiteral
 
annotationType() - Method in class javax.enterprise.inject.AnnotationLiteral
 
Any - Annotation Type in javax.enterprise.inject
A built-in binding type that is implicitly applied to all beans which do not have the New built-in binding type.
ApplicationScoped - Annotation Type in javax.enterprise.context
Specifies that a bean is application scoped.

B

Bean<T> - Interface in javax.enterprise.inject.spi
 
BeanManager - Interface in javax.enterprise.inject.spi
The contract between the application and the manager.
BeforeBeanDiscovery - Interface in javax.enterprise.inject.spi
 
BeforeShutdown - Interface in javax.enterprise.inject.spi
 
begin() - Method in interface javax.enterprise.context.Conversation
Mark a transient conversation long running.
begin(String) - Method in interface javax.enterprise.context.Conversation
Mark a transient conversation long running.
BindingType - Annotation Type in javax.enterprise.inject
Specifies that an annotation type is a binding type.
BusyConversationException - Exception in javax.enterprise.context
The container ensures that a long-running conversation may be associated with at most one request at a time, by blocking or rejecting concurrent requests.
BusyConversationException() - Constructor for exception javax.enterprise.context.BusyConversationException
 
BusyConversationException(String) - Constructor for exception javax.enterprise.context.BusyConversationException
 
BusyConversationException(Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
 
BusyConversationException(String, Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
 

C

Context - Interface in javax.enterprise.context.spi
The contract between the manager and a contextual object.
ContextException - Exception in javax.enterprise.context
A ContextException is the base type for any context problem
ContextException() - Constructor for exception javax.enterprise.context.ContextException
 
ContextException(String) - Constructor for exception javax.enterprise.context.ContextException
 
ContextException(Throwable) - Constructor for exception javax.enterprise.context.ContextException
 
ContextException(String, Throwable) - Constructor for exception javax.enterprise.context.ContextException
 
ContextNotActiveException - Exception in javax.enterprise.context
A ContextNotActiveException is thrown if at a particular point in the execution of the program the context is inactive with respect to the current thread.
ContextNotActiveException() - Constructor for exception javax.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(String) - Constructor for exception javax.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(Throwable) - Constructor for exception javax.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(String, Throwable) - Constructor for exception javax.enterprise.context.ContextNotActiveException
 
Contextual<T> - Interface in javax.enterprise.context.spi
The contract between a context and a contextual type This interface should not be implemented directly by the application.
Conversation - Interface in javax.enterprise.context
Provides conversation management operations
ConversationScoped - Annotation Type in javax.enterprise.context
Specifies that a bean is conversation scoped.
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 javax.enterprise.inject.spi.BeanManager
Get an AnnotatedType for the given class
createCreationalContext(Contextual<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtain an instance of a CreationalContext for the given contextual
createInjectionTarget(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Returns an InjectionTarget to allow injection into custom beans or non-contextual instances by portable extensions.
CreationalContext<T> - Interface in javax.enterprise.context.spi
Allows registration of an incompletely initialized contextual instance with the container.
CreationException - Exception in javax.enterprise.inject
Wraps any checked exceptions which occur during creation of an bean
CreationException() - Constructor for exception javax.enterprise.inject.CreationException
 
CreationException(String) - Constructor for exception javax.enterprise.inject.CreationException
 
CreationException(Throwable) - Constructor for exception javax.enterprise.inject.CreationException
 
CreationException(String, Throwable) - Constructor for exception javax.enterprise.inject.CreationException
 
Current - Annotation Type in javax.enterprise.inject
The default binding type.

D

Decorates - Annotation Type in javax.decorator
Specifies that a field of a decorator class is the delegate attribute.
Decorator - Annotation Type in javax.decorator
Specifies that a class is a decorator.
Decorator<T> - Interface in javax.enterprise.inject.spi
The bean object for a decorator
Dependent - Annotation Type in javax.enterprise.context
Specifies that a bean is dependent scoped.
DeploymentType - Annotation Type in javax.enterprise.inject.deployment
Deprecated. 
destroy(T, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
Destroys an instance of the contexual type
dispose(T) - Method in interface javax.enterprise.inject.spi.Producer
 
Disposes - Annotation Type in javax.enterprise.inject
Specifies that a parameter of a method of bean is the disposed parameter of a disposal method.

E

end() - Method in interface javax.enterprise.context.Conversation
Mark a long running conversation transient
equals(Object) - Method in class javax.enterprise.inject.AnnotationLiteral
 
Event<T> - Interface in javax.enterprise.event
An interface for firing events of a particular type, and registering observers for events of that type.
Extension - Interface in javax.enterprise.inject.spi
 

F

fire(T, Annotation...) - Method in interface javax.enterprise.event.Event
Deprecated. 
fire(T) - Method in interface javax.enterprise.event.Event
Fire an event
fireEvent(Object, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Fire an event

G

get(Contextual<T>, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Context
Return an existing instance of a contextual type or create a new instance of a contextual type
get(Contextual<T>) - Method in interface javax.enterprise.context.spi.Context
Return an existing instance of a contextual type or create a new instance of a contextual type
get(Annotation...) - Method in interface javax.enterprise.inject.Instance
Get an instance of a bean of the specified type.
getAnnotated() - Method in interface javax.enterprise.inject.spi.InjectionPoint
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.ProcessBean
 
getAnnotatedBeanClass() - Method in interface javax.enterprise.inject.spi.ProcessManagedBean
 
getAnnotatedBeanClass() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
 
getAnnotatedDisposedParameter() - Method in interface javax.enterprise.inject.spi.ProcessProducerMethod
 
getAnnotatedMember() - Method in interface javax.enterprise.inject.spi.ProcessProducer
 
getAnnotatedMethod() - Method in interface javax.enterprise.inject.spi.ProcessProcessObserverMethod
 
getAnnotatedProducerField() - Method in interface javax.enterprise.inject.spi.ProcessProducerField
 
getAnnotatedProducerMethod() - Method in interface javax.enterprise.inject.spi.ProcessProducerMethod
 
getAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
 
getAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
 
getAnnotation(Class<T>) - Method in interface javax.enterprise.inject.spi.Annotated
Get the annotation instance on the annoated element for a given annotation type.
getAnnotations() - Method in interface javax.enterprise.inject.spi.Annotated
Get all the annotation instances on the annotated element
getBaseType() - Method in interface javax.enterprise.inject.spi.Annotated
Get the type of the annotated element
getBean() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the Bean object representing the Web Bean that defines the injection point
getBean() - Method in interface javax.enterprise.inject.spi.ObserverMethod
 
getBean() - Method in interface javax.enterprise.inject.spi.ProcessBean
 
getBeans(Type, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Returns the set of beans which match the given required type and bindings and are accessible to the class into which the BeanManager was injected, according to the rules of typesafe resolution.
getBeans(String) - Method in interface javax.enterprise.inject.spi.BeanManager
Returns the set of beans which match the given EL name and are accessible to the class into which the BeanManager was injected, according to the rules of EL name resolution.
getBindings() - Method in interface javax.enterprise.inject.spi.Bean
The bindings of a bean
getBindings() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the declared binding types of the injection point If the injection point is declared in XML, the type and binding types are determined according to Section 10.8, �Specifying API types and binding types�.
getConstructors() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the constructors belonging to the class If an empty set is returned, a default (no-args) constructor will be assumed.
getContext(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtain an active context instance for the given scope type.
getDeclaringCallable() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
The declaring callable
getDeclaringType() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
Get the type which declares this member
getDecoratedTypes() - Method in interface javax.enterprise.inject.spi.Decorator
Obtains the decorated types
getDelegateBindings() - Method in interface javax.enterprise.inject.spi.Decorator
Obtains the delegate bindings
getDelegateType() - Method in interface javax.enterprise.inject.spi.Decorator
Obtains the delegate type
getDeploymentType() - Method in interface javax.enterprise.inject.spi.Bean
The deployment type of a bean
getEjbName() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
 
getELResolver() - Method in interface javax.enterprise.inject.spi.BeanManager
Returns the ELResolver for integration with the servlet engine and JSF implementation This resolver will return a contextual instance of a bean if the name for resolution resolves to exactly one bean
getEnabledDeploymentTypes() - Method in interface javax.enterprise.inject.spi.BeanManager
Deprecated. 
getFields() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the fields belonging to the class
getId() - Method in interface javax.enterprise.context.Conversation
Get the id associated with the current long running conversation
getInjectableReference(InjectionPoint, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an instance of bean for a given injection point.
getInjectionPoints() - Method in interface javax.enterprise.inject.spi.Bean
The injection points of a bean
getInjectionPoints() - Method in interface javax.enterprise.inject.spi.Producer
 
getInjectionTarget() - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
 
getInterceptorBindingTypeDefinition(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtain the set of interceptor binding types meta-annotatinos for the given binding type annotation
getInterceptorBindingTypes() - Method in interface javax.enterprise.inject.spi.Interceptor
The interceptor bindings used to bind an interceptor to a bean
getJavaClass() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the underlying class instance
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedConstructor
Get the underlying Constructor instance
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedField
Get the underlying Member instance
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
Get the underlying Member instance
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMethod
Get the underlying Method instance return the method
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.
getMethods() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the business methods belonging to the class.
getMostSpecializedBean(Bean<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
Returns the Bean object representing the most specialized enabled bean registered with the container that specializes the given bean,
getName() - Method in interface javax.enterprise.inject.spi.Bean
The name of a bean
getNotify() - Method in interface javax.enterprise.inject.spi.ObserverMethod
 
getObservedBindings() - Method in interface javax.enterprise.inject.spi.ObserverMethod
 
getObservedType() - Method in interface javax.enterprise.inject.spi.ObserverMethod
 
getObserverMethod() - Method in interface javax.enterprise.inject.spi.ProcessProcessObserverMethod
 
getParameters() - Method in interface javax.enterprise.inject.spi.AnnotatedCallable
Get the parameters of the callable member
getPassivationCapableBean(String) - Method in interface javax.enterprise.inject.spi.BeanManager
Returns the PassivationCapableBean with the given identifier.
getPosition() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
The position of the parameter in the callable's argument list
getProducer() - Method in interface javax.enterprise.inject.spi.ProcessProducer
 
getRawType() - Method in class javax.enterprise.inject.TypeLiteral
Get the raw type represented by the type literal
getReference(Bean<?>, Type, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a contextual reference for a given bean and a given bean type.
getScopeDefinition(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Return a ScopeType definition type for a given annotation representing a scope type
getScopeType() - Method in interface javax.enterprise.context.spi.Context
The scope which this context implements
getScopeType() - Method in interface javax.enterprise.inject.spi.Bean
The scope of a bean
getSessionBeanType() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
 
getStereotypeDefinition(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtain the set of binding types meta-annotations for the given stereotype annotation
getTimeout() - Method in interface javax.enterprise.context.Conversation
Get the timeout for the current long running conversation.
getTransactionPhase() - Method in interface javax.enterprise.inject.spi.ObserverMethod
 
getType() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the declared type of injection point If the injection point is declared in XML, the type and binding types are determined according to Section 10.8, �Specifying API types and binding types�.
getType() - Method in class javax.enterprise.inject.TypeLiteral
Get the actual type represented by type literal
getTypeClosure() - Method in interface javax.enterprise.inject.spi.Annotated
Get all types the base type should be considered assignable to
getTypes() - Method in interface javax.enterprise.inject.spi.Bean
The client-visible types of a bean

H

hashCode() - Method in class javax.enterprise.inject.AnnotationLiteral
 

I

IllegalProductException - Exception in javax.enterprise.inject
Thrown if a producer method returns a null value or a producer field contains a null value, and the scope of the method or field is not @Dependent
IllegalProductException() - Constructor for exception javax.enterprise.inject.IllegalProductException
 
IllegalProductException(String, Throwable) - Constructor for exception javax.enterprise.inject.IllegalProductException
 
IllegalProductException(String) - Constructor for exception javax.enterprise.inject.IllegalProductException
 
IllegalProductException(Throwable) - Constructor for exception javax.enterprise.inject.IllegalProductException
 
Initializer - Annotation Type in javax.enterprise.inject
Specifies that a method of a bean is a bean initializer method, or that a constructor is the bean constructor.
inject(T, CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.InjectionTarget
 
InjectionException - Exception in javax.enterprise.inject
An AmbiguousDependencyException is thrown when within the set of enabled beans with the API type and bind- ing types declared there exists no unique Web Bean with a higher precedence than all other beans in the set.
InjectionException() - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionException(String, Throwable) - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionException(String) - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionException(Throwable) - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionPoint - Interface in javax.enterprise.inject.spi
Provides access to metadata about the injection point into which a dependent object is injected.
InjectionTarget<T> - Interface in javax.enterprise.inject.spi
 
Instance<T> - Interface in javax.enterprise.inject
An interface for looking up beans of a particular type.
intercept(InterceptionType, T, InvocationContext) - Method in interface javax.enterprise.inject.spi.Interceptor
 
InterceptionType - Enum in javax.enterprise.inject.spi
Identifies the kind of lifecycle callback or business method
Interceptor<T> - Interface in javax.enterprise.inject.spi
 
Interceptor - Annotation Type in javax.interceptor
Specifies that a class is an interceptor.
InterceptorBindingType - Annotation Type in javax.interceptor
Specifies that an annotation type is an interceptor binding type.
intercepts(InterceptionType) - Method in interface javax.enterprise.inject.spi.Interceptor
 
isActive() - Method in interface javax.enterprise.context.spi.Context
The context is only active at certain points in the application lifecycle
isAmbiguous() - Method in interface javax.enterprise.inject.Instance
 
isAnnotationPresent(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.Annotated
Determine if an annotation is present on the annotated element
isBindingType(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Determine if the given annotationType is a binding type
isDelegate() - Method in interface javax.enterprise.inject.spi.InjectionPoint
 
isInterceptorBindingType(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Determine if the given annotationType is an interceptor binding type
isLongRunning() - Method in interface javax.enterprise.context.Conversation
Determine if a conversation is long running or transient
isNullable() - Method in interface javax.enterprise.inject.spi.Bean
The nullability of a bean
isScopeType(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Determine if the given annotationType is a scope type
isSerializable() - Method in interface javax.enterprise.inject.spi.Bean
The serializability of a bean
isStatic() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
Determine if the member is static
isStereotype(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Determine if the given annotationType is a stereotype
isTransient() - Method in interface javax.enterprise.context.Conversation
 
isTransient() - Method in interface javax.enterprise.inject.spi.InjectionPoint
 
isUnsatisfied() - Method in interface javax.enterprise.inject.Instance
 

J

javax.decorator - package javax.decorator
 
javax.enterprise.context - package javax.enterprise.context
 
javax.enterprise.context.spi - package javax.enterprise.context.spi
 
javax.enterprise.event - package javax.enterprise.event
 
javax.enterprise.inject - package javax.enterprise.inject
 
javax.enterprise.inject.deployment - package javax.enterprise.inject.deployment
 
javax.enterprise.inject.spi - package javax.enterprise.inject.spi
 
javax.enterprise.inject.stereotype - package javax.enterprise.inject.stereotype
 
javax.interceptor - package javax.interceptor
 

M

Model - Annotation Type in javax.enterprise.inject.stereotype
A stereotype for MVC model objects

N

Named - Annotation Type in javax.enterprise.inject
Specifies the name of a bean.
New - Annotation Type in javax.enterprise.inject
The special binding type.
NonBinding - Annotation Type in javax.enterprise.inject
Specifies that a member of a binding type or interceptor binding type is to be ignored for the purposes of resolution.
NonexistentConversationException - Exception in javax.enterprise.context
If the propagated conversation cannot be restored, the container must associate the request with a new transient conversation and throw an exception of type NonexistentConversationException from the restore view phase of the JSF lifecycle.
NonexistentConversationException() - Constructor for exception javax.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(String) - Constructor for exception javax.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(Throwable) - Constructor for exception javax.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(String, Throwable) - Constructor for exception javax.enterprise.context.NonexistentConversationException
 
Notify - Enum in javax.enterprise.event
An enumeration that is used to declare the condition under which an observer method should be called.
notify(T) - Method in interface javax.enterprise.event.Observer
Deprecated.  
notify(T) - Method in interface javax.enterprise.inject.spi.ObserverMethod
 

O

observe(Observer<T>, Annotation...) - Method in interface javax.enterprise.event.Event
Deprecated. 
Observer<T> - Interface in javax.enterprise.event
Deprecated. Removed in latest rev of spec. TODO Move into RI and remove TCK assertions
ObserverException - Exception in javax.enterprise.event
Wraps any checked exceptions which occur during the notification of an observer
ObserverException() - Constructor for exception javax.enterprise.event.ObserverException
 
ObserverException(String) - Constructor for exception javax.enterprise.event.ObserverException
 
ObserverException(Throwable) - Constructor for exception javax.enterprise.event.ObserverException
 
ObserverException(String, Throwable) - Constructor for exception javax.enterprise.event.ObserverException
 
ObserverMethod<X,T> - Interface in javax.enterprise.inject.spi
 
Observes - Annotation Type in javax.enterprise.event
Specifies that a parameter of a method of a bean implementation class is the event parameter of an observer method.

P

Policy - Annotation Type in javax.enterprise.inject
Specifies that an annotation type is a deployment type.
postConstruct(T) - Method in interface javax.enterprise.inject.spi.InjectionTarget
 
preDestroy(T) - Method in interface javax.enterprise.inject.spi.InjectionTarget
 
ProcessAnnotatedType<X> - Interface in javax.enterprise.inject.spi
 
ProcessBean<X> - Interface in javax.enterprise.inject.spi
 
ProcessInjectionTarget<X> - Interface in javax.enterprise.inject.spi
 
ProcessManagedBean<X> - Interface in javax.enterprise.inject.spi
 
ProcessProcessObserverMethod<X,T> - Interface in javax.enterprise.inject.spi
 
ProcessProducer<X,T> - Interface in javax.enterprise.inject.spi
 
ProcessProducerField<X,T> - Interface in javax.enterprise.inject.spi
 
ProcessProducerMethod<X,T> - Interface in javax.enterprise.inject.spi
 
ProcessSessionBean<X> - Interface in javax.enterprise.inject.spi
 
produce(CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.Producer
 
Producer<T> - Interface in javax.enterprise.inject.spi
The interface javax.enterprise.inject.spi.Producer provides a generic operation for producing an instance of a type.
Produces - Annotation Type in javax.enterprise.inject
Specifies that a method of a bean is a producer method.
Production - Annotation Type in javax.enterprise.inject.deployment
Deprecated. 
push(T) - Method in interface javax.enterprise.context.spi.CreationalContext
Push an incomplete instance to the container

R

release() - Method in interface javax.enterprise.context.spi.CreationalContext
 
removeObserver(Observer<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Deprecated. 
RequestScoped - Annotation Type in javax.enterprise.context
Specifies that a bean is request scoped.
ResolutionException - Exception in javax.enterprise.inject
Thrown if resolution fails
ResolutionException() - Constructor for exception javax.enterprise.inject.ResolutionException
 
ResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.ResolutionException
 
ResolutionException(String) - Constructor for exception javax.enterprise.inject.ResolutionException
 
ResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.ResolutionException
 
resolve(Set<Bean<? extends X>>) - Method in interface javax.enterprise.inject.spi.BeanManager
Apply the ambiguous dependency resolution rules
resolveDecorators(Set<Type>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an ordered list of enabled decorators for a set of bean types and a set of bindings
resolveInterceptors(InterceptionType, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an ordered list of enabled interceptors for a set interceptor bindings
resolveObserverMethods(T, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains observers for an event by considering event type and bindings.
resolveObservers(T, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Deprecated. 

S

ScopeType - Annotation Type in javax.enterprise.context
Specifies that an annotation type is a scope type.
select(Annotation...) - Method in interface javax.enterprise.event.Event
 
select(Class<U>, Annotation...) - Method in interface javax.enterprise.event.Event
 
select(TypeLiteral<U>, Annotation...) - Method in interface javax.enterprise.event.Event
 
select(Annotation...) - Method in interface javax.enterprise.inject.Instance
 
select(Class<U>, Annotation...) - Method in interface javax.enterprise.inject.Instance
 
select(TypeLiteral<U>, Annotation...) - Method in interface javax.enterprise.inject.Instance
 
SessionBeanType - Enum in javax.enterprise.inject.spi
 
SessionScoped - Annotation Type in javax.enterprise.context
Specifies that a bean is session scoped.
setAnnotatedType(AnnotatedType<X>) - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
 
setInjectionTarget(InjectionTarget<X>) - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
 
setProducer(Producer<T>) - Method in interface javax.enterprise.inject.spi.ProcessProducer
 
setTimeout(long) - Method in interface javax.enterprise.context.Conversation
Set the timeout for the current long running conversation
Specializes - Annotation Type in javax.enterprise.inject
Specifies that an implementation class directly specializes its superclass, of that a producer method directly specializes the method it overrides.
Standard - Annotation Type in javax.enterprise.inject.deployment
Deprecated. 
Stereotype - Annotation Type in javax.enterprise.inject.stereotype
Specifies that an annotation type is a stereotype.

T

toString() - Method in class javax.enterprise.inject.AnnotationLiteral
 
TransactionPhase - Enum in javax.enterprise.event
The enumeration TransactionPhase identifies the kind of transactional observer method Transactional observer methods are observer methods which receive event notifications during the before or after completion phase of the transaction in which the event was fired.
TypeLiteral<T> - Class in javax.enterprise.inject
Supports inline instantiation of objects that represent parameterized types with actual type parameters.
TypeLiteral() - Constructor for class javax.enterprise.inject.TypeLiteral
 

U

UnproxyableResolutionException - Exception in javax.enterprise.inject
Thrown if a bean has normal scope and the type cannot be proxied by the container
UnproxyableResolutionException() - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(String) - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
 
UnsatisfiedResolutionException - Exception in javax.enterprise.inject
Thrown if no beans can be resolved
UnsatisfiedResolutionException() - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(String) - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
 

V

validate(InjectionPoint) - Method in interface javax.enterprise.inject.spi.BeanManager
Validates the dependency
valueOf(String) - Static method in enum javax.enterprise.event.Notify
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.enterprise.event.TransactionPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.enterprise.inject.spi.InterceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.enterprise.inject.spi.SessionBeanType
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.enterprise.event.Notify
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.enterprise.event.TransactionPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.enterprise.inject.spi.InterceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.enterprise.inject.spi.SessionBeanType
Returns an array containing the constants of this enum type, in the order they are declared.
veto() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
 

A B C D E F G H I J M N O P R S T U V

Copyright © 2008-2009. All Rights Reserved.