Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
U
V
A
addBean(Bean<?>)
- Method in interface javax.webbeans.manager.
Manager
addContext(Context)
- Method in interface javax.webbeans.manager.
Manager
addDecorator(Decorator)
- Method in interface javax.webbeans.manager.
Manager
addInterceptor(Interceptor)
- Method in interface javax.webbeans.manager.
Manager
addObserver(Observer<T>, Class<T>, Annotation...)
- Method in interface javax.webbeans.manager.
Manager
addObserver(Observer<T>, TypeLiteral<T>, Annotation...)
- Method in interface javax.webbeans.manager.
Manager
AfterTransactionCompletion
- Annotation Type in
javax.webbeans
Specifies that an observer method is a transactional observer.
AfterTransactionFailure
- Annotation Type in
javax.webbeans
Specifies that an observer method is a transactional observer.
AfterTransactionSuccess
- Annotation Type in
javax.webbeans
Specifies that an observer method is a transactional observer.
AmbiguousDependencyException
- Exception in
javax.webbeans
AmbiguousDependencyException()
- Constructor for exception javax.webbeans.
AmbiguousDependencyException
AmbiguousDependencyException(String, Throwable)
- Constructor for exception javax.webbeans.
AmbiguousDependencyException
AmbiguousDependencyException(String)
- Constructor for exception javax.webbeans.
AmbiguousDependencyException
AmbiguousDependencyException(Throwable)
- Constructor for exception javax.webbeans.
AmbiguousDependencyException
AnnotationLiteral
<
T
extends java.lang.annotation.Annotation> - Class in
javax.webbeans
AnnotationLiteral()
- Constructor for class javax.webbeans.
AnnotationLiteral
annotationType()
- Method in class javax.webbeans.
AnnotationLiteral
ApplicationScoped
- Annotation Type in
javax.webbeans
Specifies that a Web Bean is application scoped.
B
Bean
<
T
> - Class in
javax.webbeans.manager
The contract between the Web Bean manager and a Web Bean.
Bean(Manager)
- Constructor for class javax.webbeans.manager.
Bean
BeforeTransactionCompletion
- Annotation Type in
javax.webbeans
Specifies that an observer method is a transactional observer.
begin()
- Method in interface javax.webbeans.
Conversation
begin(String)
- Method in interface javax.webbeans.
Conversation
BindingType
- Annotation Type in
javax.webbeans
Specifies that an annotation type is a Web Beans binding type.
C
Context
- Interface in
javax.webbeans.manager
The contract between the Web Bean manager and a Web Beans context object.
ContextNotActiveException
- Exception in
javax.webbeans
This exception is thrown if an invocation is performed on an inactive scope.
ContextNotActiveException()
- Constructor for exception javax.webbeans.
ContextNotActiveException
ContextNotActiveException(String)
- Constructor for exception javax.webbeans.
ContextNotActiveException
ContextNotActiveException(Throwable)
- Constructor for exception javax.webbeans.
ContextNotActiveException
ContextNotActiveException(String, Throwable)
- Constructor for exception javax.webbeans.
ContextNotActiveException
Contextual
<
T
> - Interface in
javax.webbeans.manager
The contract between a Context and an object that has its lifecycle managed by the context
Conversation
- Interface in
javax.webbeans
ConversationScoped
- Annotation Type in
javax.webbeans
Specifies that a Web Bean is conversation scoped.
create()
- Method in class javax.webbeans.manager.
Bean
create()
- Method in interface javax.webbeans.manager.
Contextual
createChildManager()
- Method in interface javax.webbeans.manager.
Manager
CreationException
- Exception in
javax.webbeans
CreationException()
- Constructor for exception javax.webbeans.
CreationException
CreationException(String)
- Constructor for exception javax.webbeans.
CreationException
CreationException(Throwable)
- Constructor for exception javax.webbeans.
CreationException
CreationException(String, Throwable)
- Constructor for exception javax.webbeans.
CreationException
Current
- Annotation Type in
javax.webbeans
The default binding type.
D
Decorates
- Annotation Type in
javax.webbeans
Specifies that a field of a decorator class is the delegate attribute.
Decorator
- Annotation Type in
javax.webbeans
Specifies that a class is a Web Beans decorator.
Decorator
- Class in
javax.webbeans.manager
Decorator(Manager)
- Constructor for class javax.webbeans.manager.
Decorator
DefinitionException
- Exception in
javax.webbeans
DefinitionException()
- Constructor for exception javax.webbeans.
DefinitionException
DefinitionException(String, Throwable)
- Constructor for exception javax.webbeans.
DefinitionException
DefinitionException(String)
- Constructor for exception javax.webbeans.
DefinitionException
DefinitionException(Throwable)
- Constructor for exception javax.webbeans.
DefinitionException
Dependent
- Annotation Type in
javax.webbeans
Specifies that a Web Bean is dependent scoped.
DeploymentException
- Exception in
javax.webbeans
DeploymentException()
- Constructor for exception javax.webbeans.
DeploymentException
DeploymentException(String, Throwable)
- Constructor for exception javax.webbeans.
DeploymentException
DeploymentException(String)
- Constructor for exception javax.webbeans.
DeploymentException
DeploymentException(Throwable)
- Constructor for exception javax.webbeans.
DeploymentException
DeploymentType
- Annotation Type in
javax.webbeans
Specifies that an annotation type is a Web Beans deployment type.
destroy(T)
- Method in class javax.webbeans.manager.
Bean
destroy(T)
- Method in interface javax.webbeans.manager.
Contextual
Destructor
- Annotation Type in
javax.webbeans
Specifies that a method of a Web Bean implementation class is a Web Beans remove method.
Disposes
- Annotation Type in
javax.webbeans
Specifies that a parameter of a method of a Web Bean implementation class class is the disposed parameter of a disposal method.
DuplicateBindingTypeException
- Exception in
javax.webbeans
This exception is thrown whenever more than one binding type instance of the same type is used with the API.
DuplicateBindingTypeException()
- Constructor for exception javax.webbeans.
DuplicateBindingTypeException
DuplicateBindingTypeException(String, Throwable)
- Constructor for exception javax.webbeans.
DuplicateBindingTypeException
DuplicateBindingTypeException(String)
- Constructor for exception javax.webbeans.
DuplicateBindingTypeException
DuplicateBindingTypeException(Throwable)
- Constructor for exception javax.webbeans.
DuplicateBindingTypeException
E
end()
- Method in interface javax.webbeans.
Conversation
equals(Object)
- Method in class javax.webbeans.
AnnotationLiteral
Event
<
T
> - Interface in
javax.webbeans
An interface for firing events of a particular type, and registering observers for events of that type.
ExecutionException
- Exception in
javax.webbeans
ExecutionException()
- Constructor for exception javax.webbeans.
ExecutionException
ExecutionException(String, Throwable)
- Constructor for exception javax.webbeans.
ExecutionException
ExecutionException(String)
- Constructor for exception javax.webbeans.
ExecutionException
ExecutionException(Throwable)
- Constructor for exception javax.webbeans.
ExecutionException
F
fire(T, Annotation...)
- Method in interface javax.webbeans.
Event
fireEvent(Object, Annotation...)
- Method in interface javax.webbeans.manager.
Manager
G
get(Annotation...)
- Method in interface javax.webbeans.
Instance
get(Contextual<T>, boolean)
- Method in interface javax.webbeans.manager.
Context
getAnnotation(Class<T>)
- Method in interface javax.webbeans.
InjectionPoint
getAnnotations()
- Method in interface javax.webbeans.
InjectionPoint
getBean()
- Method in interface javax.webbeans.
InjectionPoint
getBindingTypes()
- Method in interface javax.webbeans.
InjectionPoint
getBindingTypes()
- Method in class javax.webbeans.manager.
Bean
getContext(Class<? extends Annotation>)
- Method in interface javax.webbeans.manager.
Manager
getDelegateBindingTypes()
- Method in class javax.webbeans.manager.
Decorator
getDelegateType()
- Method in class javax.webbeans.manager.
Decorator
getDeploymentType()
- Method in class javax.webbeans.manager.
Bean
getId()
- Method in interface javax.webbeans.
Conversation
getInstance()
- Method in interface javax.webbeans.
InjectionPoint
getInstance(Bean<T>)
- Method in interface javax.webbeans.manager.
Manager
getInstanceByName(String)
- Method in interface javax.webbeans.manager.
Manager
getInstanceByType(Class<T>, Annotation...)
- Method in interface javax.webbeans.manager.
Manager
getInstanceByType(TypeLiteral<T>, Annotation...)
- Method in interface javax.webbeans.manager.
Manager
getInterceptorBindingTypes()
- Method in class javax.webbeans.manager.
Interceptor
getManager()
- Method in class javax.webbeans.manager.
Bean
getMember()
- Method in interface javax.webbeans.
InjectionPoint
getMethod(InterceptionType)
- Method in class javax.webbeans.manager.
Interceptor
getName()
- Method in class javax.webbeans.manager.
Bean
getRawType()
- Method in class javax.webbeans.
TypeLiteral
getScopeType()
- Method in class javax.webbeans.manager.
Bean
getScopeType()
- Method in interface javax.webbeans.manager.
Context
getTimeout()
- Method in interface javax.webbeans.
Conversation
getType()
- Method in interface javax.webbeans.
InjectionPoint
getType()
- Method in class javax.webbeans.
TypeLiteral
getTypes()
- Method in class javax.webbeans.manager.
Bean
H
hashCode()
- Method in class javax.webbeans.
AnnotationLiteral
I
IfExists
- Annotation Type in
javax.webbeans
Specifies that an observer method is only called if the current instance of the Web Bean declaring the observer method already exists.
IllegalProductException
- Exception in
javax.webbeans
IllegalProductException()
- Constructor for exception javax.webbeans.
IllegalProductException
IllegalProductException(String, Throwable)
- Constructor for exception javax.webbeans.
IllegalProductException
IllegalProductException(String)
- Constructor for exception javax.webbeans.
IllegalProductException
IllegalProductException(Throwable)
- Constructor for exception javax.webbeans.
IllegalProductException
InconsistentSpecializationException
- Exception in
javax.webbeans
InconsistentSpecializationException()
- Constructor for exception javax.webbeans.
InconsistentSpecializationException
InconsistentSpecializationException(String, Throwable)
- Constructor for exception javax.webbeans.
InconsistentSpecializationException
InconsistentSpecializationException(String)
- Constructor for exception javax.webbeans.
InconsistentSpecializationException
InconsistentSpecializationException(Throwable)
- Constructor for exception javax.webbeans.
InconsistentSpecializationException
Initialized
- Annotation Type in
javax.webbeans.manager
Event binding type for the event that is raised by the Web Bean manager when it has completed initialization and discovery.
Initializer
- Annotation Type in
javax.webbeans
Specifies that a method of a Web Bean implementation class is a Web Beans initializer method, or that a constructor is the Web Bean constructor.
InjectionPoint
- Interface in
javax.webbeans
Instance
<
T
> - Interface in
javax.webbeans
An interface for looking up web beans of a particular type.
InterceptionType
- Enum in
javax.webbeans.manager
Interceptor
- Annotation Type in
javax.webbeans
Specifies that a class is a Web Beans interceptor.
Interceptor
- Class in
javax.webbeans.manager
Interceptor(Manager)
- Constructor for class javax.webbeans.manager.
Interceptor
InterceptorBindingType
- Annotation Type in
javax.webbeans
Specifies that an annotation type is a Web Beans interceptor binding type.
isActive()
- Method in interface javax.webbeans.manager.
Context
isAnnotationPresent(Class<? extends Annotation>)
- Method in interface javax.webbeans.
InjectionPoint
isLongRunning()
- Method in interface javax.webbeans.
Conversation
isNullable()
- Method in class javax.webbeans.manager.
Bean
isSerializable()
- Method in class javax.webbeans.manager.
Bean
J
javax.webbeans
- package javax.webbeans
javax.webbeans.manager
- package javax.webbeans.manager
M
Manager
- Interface in
javax.webbeans.manager
The contract between the application and the Web Bean manager.
Model
- Annotation Type in
javax.webbeans
A stereotype for MVC model objects
N
Named
- Annotation Type in
javax.webbeans
Specifies the name of a Web Bean.
New
- Annotation Type in
javax.webbeans
The special binding type.
NonBinding
- Annotation Type in
javax.webbeans
Specifies that a member of a binding type or interceptor binding type is to be ignored for the purposes of resolution.
NonexistentConstructorException
- Exception in
javax.webbeans
NonexistentConstructorException()
- Constructor for exception javax.webbeans.
NonexistentConstructorException
NonexistentConstructorException(String)
- Constructor for exception javax.webbeans.
NonexistentConstructorException
NonexistentConstructorException(Throwable)
- Constructor for exception javax.webbeans.
NonexistentConstructorException
NonexistentConstructorException(String, Throwable)
- Constructor for exception javax.webbeans.
NonexistentConstructorException
NonexistentFieldException
- Exception in
javax.webbeans
NonexistentFieldException()
- Constructor for exception javax.webbeans.
NonexistentFieldException
NonexistentFieldException(String)
- Constructor for exception javax.webbeans.
NonexistentFieldException
NonexistentFieldException(Throwable)
- Constructor for exception javax.webbeans.
NonexistentFieldException
NonexistentFieldException(String, Throwable)
- Constructor for exception javax.webbeans.
NonexistentFieldException
NonexistentMemberException
- Exception in
javax.webbeans
NonexistentMemberException()
- Constructor for exception javax.webbeans.
NonexistentMemberException
NonexistentMemberException(String)
- Constructor for exception javax.webbeans.
NonexistentMemberException
NonexistentMemberException(Throwable)
- Constructor for exception javax.webbeans.
NonexistentMemberException
NonexistentMemberException(String, Throwable)
- Constructor for exception javax.webbeans.
NonexistentMemberException
NonexistentMethodException
- Exception in
javax.webbeans
NonexistentMethodException()
- Constructor for exception javax.webbeans.
NonexistentMethodException
NonexistentMethodException(String)
- Constructor for exception javax.webbeans.
NonexistentMethodException
NonexistentMethodException(Throwable)
- Constructor for exception javax.webbeans.
NonexistentMethodException
NonexistentMethodException(String, Throwable)
- Constructor for exception javax.webbeans.
NonexistentMethodException
NonexistentTypeException
- Exception in
javax.webbeans
NonexistentTypeException()
- Constructor for exception javax.webbeans.
NonexistentTypeException
NonexistentTypeException(String)
- Constructor for exception javax.webbeans.
NonexistentTypeException
NonexistentTypeException(Throwable)
- Constructor for exception javax.webbeans.
NonexistentTypeException
NonexistentTypeException(String, Throwable)
- Constructor for exception javax.webbeans.
NonexistentTypeException
notify(T)
- Method in interface javax.webbeans.
Observer
NullableDependencyException
- Exception in
javax.webbeans
NullableDependencyException()
- Constructor for exception javax.webbeans.
NullableDependencyException
NullableDependencyException(String, Throwable)
- Constructor for exception javax.webbeans.
NullableDependencyException
NullableDependencyException(String)
- Constructor for exception javax.webbeans.
NullableDependencyException
NullableDependencyException(Throwable)
- Constructor for exception javax.webbeans.
NullableDependencyException
O
Observable
- Annotation Type in
javax.webbeans
Annotates a variable to be injected with an Event object that can be fired and observed by observer methods
observe(Observer<T>, Annotation...)
- Method in interface javax.webbeans.
Event
Observer
<
T
> - Interface in
javax.webbeans
The contract between the Web Bean manager and a Web Beans observer object.
ObserverException
- Exception in
javax.webbeans
ObserverException()
- Constructor for exception javax.webbeans.
ObserverException
ObserverException(String)
- Constructor for exception javax.webbeans.
ObserverException
ObserverException(Throwable)
- Constructor for exception javax.webbeans.
ObserverException
ObserverException(String, Throwable)
- Constructor for exception javax.webbeans.
ObserverException
Observes
- Annotation Type in
javax.webbeans
Specifies that a parameter of a method of a Web Bean implementation class is the event parameter of an observer method.
Obtainable
- Annotation Type in
javax.webbeans
Annotates a variable to be injected with an Instance object.
P
parse(InputStream)
- Method in interface javax.webbeans.manager.
Manager
Produces
- Annotation Type in
javax.webbeans
Specifies that a method of a Web Bean implementation class is a producer method.
Production
- Annotation Type in
javax.webbeans
The default deployment type.
R
removeObserver(Observer<T>, Class<T>, Annotation...)
- Method in interface javax.webbeans.manager.
Manager
removeObserver(Observer<T>, TypeLiteral<T>, Annotation...)
- Method in interface javax.webbeans.manager.
Manager
RequestScoped
- Annotation Type in
javax.webbeans
Specifies that a Web Bean is request scoped.
resolveByName(String)
- Method in interface javax.webbeans.manager.
Manager
resolveByType(Class<T>, Annotation...)
- Method in interface javax.webbeans.manager.
Manager
resolveByType(TypeLiteral<T>, Annotation...)
- Method in interface javax.webbeans.manager.
Manager
resolveDecorators(Set<Class<?>>, Annotation...)
- Method in interface javax.webbeans.manager.
Manager
resolveInterceptors(InterceptionType, Annotation...)
- Method in interface javax.webbeans.manager.
Manager
resolveObservers(T, Annotation...)
- Method in interface javax.webbeans.manager.
Manager
S
ScopeType
- Annotation Type in
javax.webbeans
Specifies that an annotation type is a Web Beans scope type.
SessionScoped
- Annotation Type in
javax.webbeans
Specifies that a Web Bean is session scoped.
setCurrent()
- Method in interface javax.webbeans.manager.
Manager
setDelegate(Object, Object)
- Method in class javax.webbeans.manager.
Decorator
setTimeout(long)
- Method in interface javax.webbeans.
Conversation
Specializes
- Annotation Type in
javax.webbeans
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.webbeans
Deployment type for standard components defined by the Web Beans specification.
Stereotype
- Annotation Type in
javax.webbeans
Specifies that an annotation type is a Web Beans stereotype.
T
toString()
- Method in class javax.webbeans.
AnnotationLiteral
TypeLiteral
<
T
> - Class in
javax.webbeans
Supports inline instantiation of objects that represent parameterized types with actual type parameters.
TypeLiteral()
- Constructor for class javax.webbeans.
TypeLiteral
U
UnproxyableDependencyException
- Exception in
javax.webbeans
UnproxyableDependencyException()
- Constructor for exception javax.webbeans.
UnproxyableDependencyException
UnproxyableDependencyException(String, Throwable)
- Constructor for exception javax.webbeans.
UnproxyableDependencyException
UnproxyableDependencyException(String)
- Constructor for exception javax.webbeans.
UnproxyableDependencyException
UnproxyableDependencyException(Throwable)
- Constructor for exception javax.webbeans.
UnproxyableDependencyException
UnremovedException
- Exception in
javax.webbeans
UnremovedException()
- Constructor for exception javax.webbeans.
UnremovedException
UnremovedException(String)
- Constructor for exception javax.webbeans.
UnremovedException
UnremovedException(Throwable)
- Constructor for exception javax.webbeans.
UnremovedException
UnremovedException(String, Throwable)
- Constructor for exception javax.webbeans.
UnremovedException
UnsatisfiedDependencyException
- Exception in
javax.webbeans
UnsatisfiedDependencyException()
- Constructor for exception javax.webbeans.
UnsatisfiedDependencyException
UnsatisfiedDependencyException(String, Throwable)
- Constructor for exception javax.webbeans.
UnsatisfiedDependencyException
UnsatisfiedDependencyException(String)
- Constructor for exception javax.webbeans.
UnsatisfiedDependencyException
UnsatisfiedDependencyException(Throwable)
- Constructor for exception javax.webbeans.
UnsatisfiedDependencyException
UnserializableDependencyException
- Exception in
javax.webbeans
UnserializableDependencyException()
- Constructor for exception javax.webbeans.
UnserializableDependencyException
UnserializableDependencyException(String, Throwable)
- Constructor for exception javax.webbeans.
UnserializableDependencyException
UnserializableDependencyException(String)
- Constructor for exception javax.webbeans.
UnserializableDependencyException
UnserializableDependencyException(Throwable)
- Constructor for exception javax.webbeans.
UnserializableDependencyException
V
validate()
- Method in interface javax.webbeans.manager.
Manager
valueOf(String)
- Static method in enum javax.webbeans.manager.
InterceptionType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum javax.webbeans.manager.
InterceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
A
B
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008. All Rights Reserved.