A B C D E F G H I J K L M N O P Q R S T U V W X _

A

AbstractAnnotatedItem<T,S> - Class in org.jboss.webbeans.introspector.jlr
Represents functionality common for all annotated items, mainly different mappings of the annotations and meta-annotations AbstractAnnotatedItem is an immutable class and therefore threadsafe
AbstractAnnotatedItem(AnnotationStore, Class<T>, Type) - Constructor for class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Constructor Also builds the meta-annotation map.
AbstractAnnotatedItem(AnnotationStore) - Constructor for class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
AbstractAnnotatedMember<T,S extends java.lang.reflect.Member> - Class in org.jboss.webbeans.introspector.jlr
Represents an abstract annotated memeber (field, method or constructor) This class is immutable, and therefore threadsafe
AbstractAnnotatedMember(AnnotationStore, Member, Class<T>, Type) - Constructor for class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
Constructor
AbstractAnnotatedType<T> - Class in org.jboss.webbeans.introspector.jlr
Represents an abstract annotated type This class is immutable, and therefore threadsafe
AbstractAnnotatedType(AnnotationStore, Class<T>, Type, ClassTransformer) - Constructor for class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
Constructor
AbstractAttributeBackedBeanStore - Class in org.jboss.webbeans.context.beanstore
Provides common BeanStore operations
AbstractAttributeBackedBeanStore() - Constructor for class org.jboss.webbeans.context.beanstore.AbstractAttributeBackedBeanStore
 
AbstractBean<T,E> - Class in org.jboss.webbeans.bean
An abstract bean representation common for all beans
AbstractBean(ManagerImpl) - Constructor for class org.jboss.webbeans.bean.AbstractBean
Constructor
AbstractBeanChildrenChecker - Class in org.jboss.webbeans.xml.checker.beanchildren.ext
 
AbstractBeanChildrenChecker(XmlEnvironment, Map<String, Set<String>>) - Constructor for class org.jboss.webbeans.xml.checker.beanchildren.ext.AbstractBeanChildrenChecker
 
AbstractBootstrap - Class in org.jboss.webbeans.bootstrap.api.helpers
A common implementation of Bootstrap.
AbstractBootstrap() - Constructor for class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
AbstractClassBean<T> - Class in org.jboss.webbeans.bean
An abstract bean representation common for class-based beans
AbstractClassBean(AnnotatedClass<T>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.AbstractClassBean
Constructor
AbstractContext - Class in org.jboss.webbeans.context
Common Context operation
AbstractContext(Class<? extends Annotation>) - Constructor for class org.jboss.webbeans.context.AbstractContext
Constructor
AbstractFacadeBean<T> - Class in org.jboss.webbeans.bean.standard
 
AbstractFacadeBean(ManagerImpl) - Constructor for class org.jboss.webbeans.bean.standard.AbstractFacadeBean
 
AbstractJavaEEResourceBean<T> - Class in org.jboss.webbeans.bean.ee
Representation of a Java EE Resource bean
AbstractJavaEEResourceBean(ManagerImpl, Class<? extends Annotation>, Set<Annotation>, Class<T>) - Constructor for class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
AbstractJavaEEResourceBean(ManagerImpl, Class<? extends Annotation>, Set<Annotation>, Class<T>, Type...) - Constructor for class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
AbstractJavaEEResourceMethodHandler - Class in org.jboss.webbeans.bean.ee
Abstract method handler which invokes the a method on a proxied instance
AbstractJavaEEResourceMethodHandler() - Constructor for class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceMethodHandler
 
AbstractMapBackedBeanStore - Class in org.jboss.webbeans.context.api.helpers
 
AbstractMapBackedBeanStore() - Constructor for class org.jboss.webbeans.context.api.helpers.AbstractMapBackedBeanStore
 
AbstractMapContext - Class in org.jboss.webbeans.context
Base for the Context implementations.
AbstractMapContext(Class<? extends Annotation>) - Constructor for class org.jboss.webbeans.context.AbstractMapContext
Constructor
AbstractProducerBean<T,S extends java.lang.reflect.Member> - Class in org.jboss.webbeans.bean
The implicit producer bean
AbstractProducerBean(AbstractClassBean<?>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.AbstractProducerBean
Constructor
AbstractResourceBean<T> - Class in org.jboss.webbeans.bean.ee
 
AbstractResourceBean(ManagerImpl, Class<? extends Annotation>, Set<Annotation>, Class<T>, String, String, Type...) - Constructor for class org.jboss.webbeans.bean.ee.AbstractResourceBean
 
AbstractResourceMethodHandler - Class in org.jboss.webbeans.bean.ee
 
AbstractResourceMethodHandler(String, String) - Constructor for class org.jboss.webbeans.bean.ee.AbstractResourceMethodHandler
 
AbstractResourceServices - Class in org.jboss.webbeans.resources.spi.helpers
 
AbstractResourceServices() - Constructor for class org.jboss.webbeans.resources.spi.helpers.AbstractResourceServices
 
AbstractServletListener - Class in org.jboss.webbeans.servlet.api.helpers
No-op implementation of ServletListener
AbstractServletListener() - Constructor for class org.jboss.webbeans.servlet.api.helpers.AbstractServletListener
 
AbstractStandardBean<T> - Class in org.jboss.webbeans.bean.standard
 
AbstractStandardBean(ManagerImpl) - Constructor for class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
AbstractThreadLocalMapContext - Class in org.jboss.webbeans.context
Abstract base class for representing contexts with thread local bean storage
AbstractThreadLocalMapContext(Class<? extends Annotation>) - Constructor for class org.jboss.webbeans.context.AbstractThreadLocalMapContext
 
accept(Element, AnnotatedClass<?>) - Method in interface org.jboss.webbeans.xml.registrator.bean.BeanElementRegistrator
 
accept(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.registrator.bean.ext.JmsResourceElementRegistrator
 
accept(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.registrator.bean.ext.ResourceElementRegistrator
 
accept(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.registrator.bean.ext.SessionBeanElementRegistrator
 
accept(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.registrator.bean.ext.SimpleBeanElementRegistrator
 
accept(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.registrator.bean.impl.BeanElementRegistratorImpl
 
acceptKey(String) - Method in interface org.jboss.webbeans.context.beanstore.BeanStoreNamingScheme
Checks if a key is handled by the bean store
acceptKey(String) - Method in class org.jboss.webbeans.context.beanstore.PrefixBeanStoreNamingScheme
 
add(Class<S>, S) - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingServiceRegistry
 
add(Class<S>, S) - Method in class org.jboss.webbeans.bootstrap.api.helpers.SimpleServiceRegistry
 
add(Class<S>, S) - Method in interface org.jboss.webbeans.bootstrap.api.ServiceRegistry
Add a service to bootstrap
add(ManagerImpl) - Static method in class org.jboss.webbeans.CurrentManager
 
add(EjbDescriptor<T>) - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
Adds an EJB descriptor to the maps
add(E) - Method in class org.jboss.webbeans.util.collections.ForwardingCollection
 
add(Type) - Method in class org.jboss.webbeans.util.Reflections.HierarchyDiscovery
 
addAll(Iterable<EjbDescriptor<?>>) - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
Adds all EJB descriptors to the maps
addAll(Collection<? extends E>) - Method in class org.jboss.webbeans.util.collections.ForwardingCollection
 
addAllAbsent(Collection<? extends E>) - Method in interface org.jboss.webbeans.util.collections.ConcurrentCollection
Appends all of the elements in the specified collection that are not already contained in this list, to the end of this list, in the order that they are returned by the specified collection's iterator.
addAllDisposalBean(DisposalMethodBean<?>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployerEnvironment
 
addBean(Bean<?>) - Method in interface javax.inject.manager.Manager
Allows a new bean to be registered.
addBean(RIBean<T>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployer
 
addBean(RIBean<?>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployerEnvironment
 
addBean(Bean<?>) - Method in class org.jboss.webbeans.ManagerImpl
Registers a bean with the manager
addBeans(Iterable<? extends RIBean<?>>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployer
 
addClass(Class<?>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployer
 
addClasses(Iterable<Class<?>>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployer
 
addClasses(Collection<AnnotatedClass<?>>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployer
 
addContext(Context) - Method in interface javax.inject.manager.Manager
Associate a custom Context with a scope.
addContext(Context) - Method in class org.jboss.webbeans.ManagerImpl
Registers a context with the manager
addDecorator(Decorator) - Method in interface javax.inject.manager.Manager
Allows a new decorator to be registered.
addDecorator(Decorator) - Method in class org.jboss.webbeans.ManagerImpl
Registers a decorator with the manager
addDependentInstance(Object, ContextualInstance<T>) - Method in class org.jboss.webbeans.context.DependentInstancesStore
Adds a dependent instance under a given key
addIfAbsent(E) - Method in interface org.jboss.webbeans.util.collections.ConcurrentCollection
Append the element if not present.
addInjectionPoints(Collection<? extends AnnotatedItem<?, ?>>) - Method in class org.jboss.webbeans.injection.resolution.Resolver
Add multiple injection points for later resolving using #registerInjectionPoint(AnnotatedItem).
addInterceptor(Interceptor) - Method in interface javax.inject.manager.Manager
Allows a new interceptor to be registered.
addInterceptor(Interceptor) - Method in class org.jboss.webbeans.ManagerImpl
Registers an interceptor with the manager
addObserver(Observer<T>, Class<T>, Annotation...) - Method in interface javax.inject.manager.Manager
Register an observer with the container
addObserver(Observer<T>, TypeLiteral<T>, Annotation...) - Method in interface javax.inject.manager.Manager
Register an observer with the container
addObserver(Observer<T>, Type, Annotation...) - Method in class org.jboss.webbeans.event.EventManager
Adds an observer to the event bus so that it receives event notifications.
addObserver(Observer<T>, Class<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
 
addObserver(ObserverImpl<T>) - Method in class org.jboss.webbeans.ManagerImpl
Shortcut to register an ObserverImpl
addObserver(Observer<T>, TypeLiteral<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
 
addObserverByType(Observer<T>, Type, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Does the actual observer registration
addResolvedDisposalBean(DisposalMethodBean<?>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployerEnvironment
 
addWebBeansDeploymentTypes() - Method in class org.jboss.webbeans.ManagerImpl
 
afterCompletion(int) - Method in class org.jboss.webbeans.event.TransactionSynchronizedRunnable
 
afterPhase(PhaseEvent) - Method in class org.jboss.webbeans.jsf.WebBeansPhaseListener
Run after a given phase
AfterTransactionCompletion - Annotation Type in javax.event
Specifies that an observer method is an after transaction completion observer.
AfterTransactionFailure - Annotation Type in javax.event
Specifies that an observer method is an after transaction failure observer.
AfterTransactionSuccess - Annotation Type in javax.event
Specifies that an observer method is an transaction failure observer.
AmbiguousDependencyException - Exception in javax.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.
AmbiguousDependencyException() - Constructor for exception javax.inject.AmbiguousDependencyException
 
AmbiguousDependencyException(String, Throwable) - Constructor for exception javax.inject.AmbiguousDependencyException
 
AmbiguousDependencyException(String) - Constructor for exception javax.inject.AmbiguousDependencyException
 
AmbiguousDependencyException(Throwable) - Constructor for exception javax.inject.AmbiguousDependencyException
 
AnnotatedAnnotation<T extends java.lang.annotation.Annotation> - Interface in org.jboss.webbeans.introspector
Represents a meta annotation
AnnotatedAnnotationImpl<T extends java.lang.annotation.Annotation> - Class in org.jboss.webbeans.introspector.jlr
Represents an annotated annotation This class is immutable and therefore threadsafe
AnnotatedAnnotationImpl(Class<T>, ClassTransformer) - Constructor for class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
Constructor Initializes the superclass with the built annotation map
AnnotatedClass<T> - Interface in org.jboss.webbeans.introspector
Represents a Class
AnnotatedClassImpl<T> - Class in org.jboss.webbeans.introspector.jlr
Represents an annotated class This class is immutable, and therefore threadsafe
AnnotatedConstructor<T> - Interface in org.jboss.webbeans.introspector
Represents a Class Constructor
AnnotatedConstructorImpl<T> - Class in org.jboss.webbeans.introspector.jlr
Represents an annotated constructor This class is immutable, and therefore threadsafe
AnnotatedConstructorImpl(Constructor<T>, AnnotatedType<T>) - Constructor for class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Constructor Initializes the superclass with the build annotations map
AnnotatedField<T> - Interface in org.jboss.webbeans.introspector
AnnotatedField provides a uniform access to the annotations on an annotated field
AnnotatedFieldImpl<T> - Class in org.jboss.webbeans.introspector.jlr
Represents an annotated field This class is immutable, and therefore threadsafe
AnnotatedFieldImpl(Field, AnnotatedType<?>) - Constructor for class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
Constructor Initializes the superclass with the built annotation map and detects the type arguments
AnnotatedInjectionPoint<T,S> - Interface in org.jboss.webbeans.injection
 
annotatedItem - Variable in class org.jboss.webbeans.bean.AbstractClassBean
 
AnnotatedItem<T,S> - Interface in org.jboss.webbeans.introspector
AnnotatedItem provides a uniform access to the annotations on an annotated item defined either in Java or XML
AnnotatedItemTransformer - Interface in org.jboss.webbeans.injection.resolution
 
AnnotatedMember<T,S extends java.lang.reflect.Member> - Interface in org.jboss.webbeans.introspector
AnnotedMember provides enhanced access to an annotated member
AnnotatedMethod<T> - Interface in org.jboss.webbeans.introspector
AnnotatedType provides a uniform access to the annotations on an annotated class defined either in Java or XML
AnnotatedMethodImpl<T> - Class in org.jboss.webbeans.introspector.jlr
Represents an annotated method This class is immutable and therefore threadsafe
AnnotatedMethodImpl(Method, AnnotatedType<?>) - Constructor for class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
Constructor Initializes the superclass with the built annotation map, sets the method and declaring class abstraction and detects the actual type arguments
AnnotatedParameter<T> - Interface in org.jboss.webbeans.introspector
AnnotatedParameter provides a uniform access to a method parameter defined either in Java or XML
AnnotatedParameterImpl<T> - Class in org.jboss.webbeans.introspector.jlr
Represents a parameter This class is immutable and therefore threadsafe
AnnotatedParameterImpl(Annotation[], Class<T>, Type, AnnotatedMember<?, ?>) - Constructor for class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Constructor
AnnotatedType<T> - Interface in org.jboss.webbeans.introspector
AnnotatedType provides a uniform access to a type defined either in Java or XML
AnnotationImpl<T extends java.lang.annotation.Annotation> - Class in org.jboss.webbeans.util.reflection
Supports instantiation of annotation type instances.
AnnotationImpl(Class<T>, Method[]) - Constructor for class org.jboss.webbeans.util.reflection.AnnotationImpl
 
AnnotationLiteral<T extends java.lang.annotation.Annotation> - Class in javax.inject
Supports inline instantiation of annotation type instances.
AnnotationLiteral() - Constructor for class javax.inject.AnnotationLiteral
 
AnnotationModel<T extends java.lang.annotation.Annotation> - Class in org.jboss.webbeans.metadata
Abstract representation of an annotation model
AnnotationModel(Class<T>, ClassTransformer) - Constructor for class org.jboss.webbeans.metadata.AnnotationModel
Constructor
AnnotationStore - Class in org.jboss.webbeans.introspector
 
AnnotationStore(Map<Class<? extends Annotation>, Annotation>, Map<Class<? extends Annotation>, Annotation>) - Constructor for class org.jboss.webbeans.introspector.AnnotationStore
Constructor Also builds the meta-annotation map.
annotationsToString(Set<Annotation>) - Static method in class org.jboss.webbeans.util.Names
 
annotationToString(Annotation) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation from an annotation
annotationType() - Method in class javax.inject.AnnotationLiteral
 
annotationType() - Method in class org.jboss.webbeans.util.reflection.AnnotationImpl
 
annotationTypeForName(String) - Method in class org.jboss.webbeans.util.ApiAbstraction
Initializes an annotation class
ApiAbstraction - Class in org.jboss.webbeans.util
A base class for utility classes that represent annotations, classes etc
ApiAbstraction(ResourceLoader) - Constructor for class org.jboss.webbeans.util.ApiAbstraction
Constructor
ApiAbstraction.Dummy - Interface in org.jboss.webbeans.util
"Not found" class
ApiAbstraction.DummyAnnotation - Annotation Type in org.jboss.webbeans.util
"Not found" annotation
ApiAbstraction.DummyEnum - Enum in org.jboss.webbeans.util
"Not found" enumeration value.
ApplicationBeanStore - Class in org.jboss.webbeans.servlet
A BeanStore that uses a servlet context as backing storage
ApplicationBeanStore(ServletContext) - Constructor for class org.jboss.webbeans.servlet.ApplicationBeanStore
Constructor
ApplicationContext - Class in org.jboss.webbeans.context
The Application context
ApplicationContext() - Constructor for class org.jboss.webbeans.context.ApplicationContext
Constructor
ApplicationScoped - Annotation Type in javax.context
Specifies that a bean is application scoped.
ARRAY - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
asSubclass(AnnotatedClass<U>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
 
asSubclass(AnnotatedClass<U>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
asSubclass(AnnotatedClass<U>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
Asynchronously - Annotation Type in javax.event
Specifies that an observer method is to be notified asynchronously with respect to the firing of the event.
AsynchronousTransactionalEventNotification<T> - Class in org.jboss.webbeans.event
 
AsynchronousTransactionalEventNotification(T, ObserverImpl<T>) - Constructor for class org.jboss.webbeans.event.AsynchronousTransactionalEventNotification
 

B

Bean<T> - Class in javax.inject.manager
The contract between the manager and a bean.
Bean(Manager) - Constructor for class javax.inject.manager.Bean
Create an instance of a bean
BeanChildrenChecker - Interface in org.jboss.webbeans.xml.checker.beanchildren
 
BeanChildrenCheckerImpl - Class in org.jboss.webbeans.xml.checker.beanchildren.impl
 
BeanChildrenCheckerImpl(XmlEnvironment, Map<String, Set<String>>) - Constructor for class org.jboss.webbeans.xml.checker.beanchildren.impl.BeanChildrenCheckerImpl
 
BeanDeployer - Class in org.jboss.webbeans.bootstrap
 
BeanDeployer(ManagerImpl, EjbDescriptorCache) - Constructor for class org.jboss.webbeans.bootstrap.BeanDeployer
 
BeanDeployerEnvironment - Class in org.jboss.webbeans.bootstrap
 
BeanDeployerEnvironment(EjbDescriptorCache) - Constructor for class org.jboss.webbeans.bootstrap.BeanDeployerEnvironment
 
BeanElementRegistrator - Interface in org.jboss.webbeans.xml.registrator.bean
 
BeanElementRegistratorImpl - Class in org.jboss.webbeans.xml.registrator.bean.impl
 
BeanElementRegistratorImpl(BeanChildrenChecker) - Constructor for class org.jboss.webbeans.xml.registrator.bean.impl.BeanElementRegistratorImpl
 
Beans - Class in org.jboss.webbeans.util
Helper class for bean inspection
Beans() - Constructor for class org.jboss.webbeans.util.Beans
 
BeanStore - Interface in org.jboss.webbeans.context.api
Interface for different implementations of Bean to Bean instance storage.
BeanStoreNamingScheme - Interface in org.jboss.webbeans.context.beanstore
Interface against a BeanStore to handle different naming schemes
BeanValidator - Class in org.jboss.webbeans
Checks a list of beans for DeploymentExceptions and their subclasses
BeanValidator(ManagerImpl) - Constructor for class org.jboss.webbeans.BeanValidator
 
beforeCompletion() - Method in class org.jboss.webbeans.event.TransactionSynchronizedRunnable
 
beforePhase(PhaseEvent) - Method in class org.jboss.webbeans.jsf.WebBeansPhaseListener
Run before a given phase
BeforeTransactionCompletion - Annotation Type in javax.event
Specifies that an observer method is an after transaction completion observer.
begin() - Method in interface javax.context.Conversation
Mark a transient conversation long running.
begin(String) - Method in interface javax.context.Conversation
Mark a transient conversation long running.
begin() - Method in class org.jboss.webbeans.conversation.ConversationImpl
 
begin(String) - Method in class org.jboss.webbeans.conversation.ConversationImpl
 
beginApplication(BeanStore) - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
beginDeploy(BeanStore) - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
beginOrRestoreConversation(String) - Method in interface org.jboss.webbeans.conversation.ConversationManager
Begins or restores a conversation
beginOrRestoreConversation(String) - Method in class org.jboss.webbeans.conversation.ServletConversationManager
 
beginRequest(String, BeanStore) - Method in class org.jboss.webbeans.context.ContextLifecycle
 
beginRequest(HttpServletRequest) - Method in class org.jboss.webbeans.servlet.ServletLifecycle
Begins a HTTP request Sets the session into the session context
beginSession(HttpSession) - Method in class org.jboss.webbeans.servlet.ServletLifecycle
Begins a session
BINDING_TYPE - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
bindings - Variable in class org.jboss.webbeans.bean.AbstractBean
 
bindings - Variable in class org.jboss.webbeans.FacadeImpl
 
BindingType - Annotation Type in javax.inject
Specifies that an annotation type is a binding type.
BindingTypeModel<T extends java.lang.annotation.Annotation> - Class in org.jboss.webbeans.metadata
Model of a binding type
BindingTypeModel(Class<T>, ClassTransformer) - Constructor for class org.jboss.webbeans.metadata.BindingTypeModel
Constructor
boot() - Method in interface org.jboss.webbeans.bootstrap.api.Bootstrap
Starts the boot process.
boot() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
boot() - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
boot() - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
Bootstrap - Interface in org.jboss.webbeans.bootstrap.api
Bootstrap API for Web Beans.
BootstrapBean - Class in org.jboss.webbeans.bootstrap.api.helpers
A bean version of bootstrap that delegates to the underlying bootstrap impl
BootstrapBean(Bootstrap) - Constructor for class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
boxedType(Class<?>) - Static method in class org.jboss.webbeans.util.Types
Gets the boxed type of a class
buildAnnotationMap(Annotation[]) - Static method in class org.jboss.webbeans.introspector.AnnotationStore
Builds the annotation map (annotation type -> annotation)
buildAnnotationMap(Iterable<Annotation>) - Static method in class org.jboss.webbeans.introspector.AnnotationStore
Builds the annotation map (annotation type -> annotation)
BusinessInterfaceDescriptor<T> - Interface in org.jboss.webbeans.ejb.spi
Represents the business interface of an EJB

C

callInitializers(T, CreationalContext<T>) - Method in class org.jboss.webbeans.bean.AbstractClassBean
Calls all initializers of the bean
callPostConstruct(T) - Method in class org.jboss.webbeans.bean.SimpleBean
Calls the post-construct method, if any
callPreDestroy(T) - Method in class org.jboss.webbeans.bean.SimpleBean
Calls the pre-destroy method, if any
canCallRemoveMethods() - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
cancelTermination() - Method in class org.jboss.webbeans.conversation.ConversationEntry
Cancels the timeout termination
cast(Object) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
 
cast(Object) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
cast(Object) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
checkBeanImplementation() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Validates the bean implementation
checkBeanImplementation() - Method in class org.jboss.webbeans.bean.SimpleBean
 
checkChildForDecoratorType(Element) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.AbstractBeanChildrenChecker
 
checkChildForDecoratorType(Element) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.NotSimpleBeanChildrenChecker
 
checkChildForDecoratorType(Element) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.SimpleBeanChildrenChecker
 
checkChildForInterceptorType(Element) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.AbstractBeanChildrenChecker
 
checkChildForInterceptorType(Element) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.NotSimpleBeanChildrenChecker
 
checkChildForInterceptorType(Element) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.SimpleBeanChildrenChecker
 
checkChildren(Element, AnnotatedClass<?>) - Method in interface org.jboss.webbeans.xml.checker.beanchildren.BeanChildrenChecker
 
checkChildren(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.AbstractBeanChildrenChecker
 
checkConflictingRoles() - Method in class org.jboss.webbeans.bean.EnterpriseBean
Validates for non-conflicting roles
checkDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractBean
Validates the deployment type
checkElementDeclaration(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.registrator.bean.ext.NotSimpleBeanElementRegistrator
 
checkElementDeclaration(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.registrator.bean.ext.SimpleBeanElementRegistrator
 
checkElementDeclaration(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.registrator.bean.impl.BeanElementRegistratorImpl
 
checkEnabledDeploymentTypes() - Method in class org.jboss.webbeans.ManagerImpl
Set up the enabled deployment types, if none are specified by the user, the default @Production and @Standard are used.
checkForConstructor(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.AbstractBeanChildrenChecker
 
checkForConstructor(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.NotSimpleBeanChildrenChecker
 
checkForConstructor(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.SimpleBeanChildrenChecker
 
checkForDecoratorChild(Element) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.AbstractBeanChildrenChecker
 
checkForDecoratorChild(Element) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.NotSimpleBeanChildrenChecker
 
checkForDecoratorChild(Element) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.SimpleBeanChildrenChecker
 
checkForInterceptorChild(Element) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.AbstractBeanChildrenChecker
 
checkForInterceptorChild(Element) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.NotSimpleBeanChildrenChecker
 
checkForInterceptorChild(Element) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.SimpleBeanChildrenChecker
 
checkForUniqueElements(List<Class<? extends Annotation>>) - Static method in class org.jboss.webbeans.xml.ParseXmlHelper
 
checkNotNull(T) - Static method in class org.jboss.webbeans.util.collections.ForwardingCollection
Ensures that an object reference passed as a parameter to the calling method is not null.
checkObserverMethods() - Method in class org.jboss.webbeans.bean.EnterpriseBean
If there are any observer methods, they must be static or business methods.
checkProducerMethod() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Validates the producer method
checkProducerReturnType() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Validates the producer method
checkRequiredTypesImplemented() - Method in class org.jboss.webbeans.bean.AbstractBean
Validates that the required types are implemented
checkReturnValue(T) - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Validates the return value
checkRIBean(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.AbstractBeanChildrenChecker
 
checkRIBean(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.NotSimpleBeanChildrenChecker
 
checkRIBean(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.ResourceBeanChildrenChecker
 
checkRIBean(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.checker.beanchildren.ext.SimpleBeanChildrenChecker
 
checkRootAttributes(Element, Map<String, Set<String>>, XmlEnvironment, URL) - Static method in class org.jboss.webbeans.xml.ParseXmlHelper
 
checkRootDeclaredNamespaces(Element, Map<String, Set<String>>, XmlEnvironment, URL) - Static method in class org.jboss.webbeans.xml.ParseXmlHelper
 
checkScopeAllowed() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Validate that the scope type is allowed by the stereotypes on the bean and the bean type
checkScopeAllowed() - Method in class org.jboss.webbeans.bean.EnterpriseBean
Check that the scope type is allowed by the stereotypes on the bean and the bean type
checkScopeAllowed() - Method in class org.jboss.webbeans.bean.NewEnterpriseBean
 
checkScopeAllowed() - Method in class org.jboss.webbeans.bean.NewSimpleBean
 
checkType() - Method in class org.jboss.webbeans.bean.SimpleBean
Validates the type
childrenChecker - Variable in class org.jboss.webbeans.xml.registrator.bean.impl.BeanElementRegistratorImpl
 
classForName(Class<T>) - Method in class org.jboss.webbeans.resources.ClassTransformer
 
classForName(Class<T>) - Method in class org.jboss.webbeans.resources.ClassTransformer
 
classForName(String) - Method in class org.jboss.webbeans.resources.DefaultResourceLoader
 
classForName(String) - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceLoader
 
classForName(String) - Method in interface org.jboss.webbeans.resources.spi.ResourceLoader
Creates a class from a given FQCN
classForName(String) - Method in class org.jboss.webbeans.util.ApiAbstraction
Initializes a type
classToString(Class<?>) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation from a class
ClassTransformer - Class in org.jboss.webbeans.resources
 
ClassTransformer() - Constructor for class org.jboss.webbeans.resources.ClassTransformer
 
cleanup() - Static method in class org.jboss.webbeans.CurrentManager
 
cleanupConversation() - Method in interface org.jboss.webbeans.conversation.ConversationManager
Cleans up the current conversation, destroying transient conversation and handling long-running conversations
cleanupConversation() - Method in class org.jboss.webbeans.conversation.ServletConversationManager
 
clear() - Method in interface org.jboss.webbeans.context.api.BeanStore
Clears the storage of any bean instances
clear() - Method in class org.jboss.webbeans.context.api.helpers.AbstractMapBackedBeanStore
Clears the store
clear() - Method in class org.jboss.webbeans.context.api.helpers.ForwardingBeanStore
 
clear() - Method in class org.jboss.webbeans.context.beanstore.AbstractAttributeBackedBeanStore
Clears the bean store
clear() - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
Clears both maps
clear() - Method in class org.jboss.webbeans.injection.resolution.Resolver
Reset all cached injection points.
clear() - Method in class org.jboss.webbeans.util.collections.ForwardingCollection
 
clear() - Method in class org.jboss.webbeans.util.collections.ForwardingMap
 
ClientProxyMethodHandler - Class in org.jboss.webbeans.bean.proxy
A Javassist MethodHandler that delegates method calls to a proxied bean.
ClientProxyMethodHandler(Bean<?>, ManagerImpl, int) - Constructor for class org.jboss.webbeans.bean.proxy.ClientProxyMethodHandler
Constructor
ClientProxyProvider - Class in org.jboss.webbeans.bean.proxy
A proxy pool for holding scope adaptors (client proxies)
ClientProxyProvider() - Constructor for class org.jboss.webbeans.bean.proxy.ClientProxyProvider
Constructor
collectionToString(String, Collection<?>) - Static method in class org.jboss.webbeans.util.Strings
 
compare(T, T) - Method in class org.jboss.webbeans.util.ListComparator
Compares the entries
ConcurrentCache<K,V> - Class in org.jboss.webbeans.util.collections
Represents a thread safe map
ConcurrentCache() - Constructor for class org.jboss.webbeans.util.collections.ConcurrentCache
Constructor
ConcurrentCollection<E> - Interface in org.jboss.webbeans.util.collections
Adds concurrent add operations to the collection interface.
ConcurrentHashMapBeanStore - Class in org.jboss.webbeans.context.api.helpers
A BeanStore that uses a HashMap as backing storage
ConcurrentHashMapBeanStore() - Constructor for class org.jboss.webbeans.context.api.helpers.ConcurrentHashMapBeanStore
Constructor
ConcurrentList<E> - Class in org.jboss.webbeans.util.collections
Implementation of ConcurrentCollection using a CopyOnWriteArrayList
ConcurrentList() - Constructor for class org.jboss.webbeans.util.collections.ConcurrentList
 
ConcurrentList(Collection<? extends E>) - Constructor for class org.jboss.webbeans.util.collections.ConcurrentList
 
ConcurrentList(E[]) - Constructor for class org.jboss.webbeans.util.collections.ConcurrentList
 
ConcurrentListHashMultiMap<K,V> - Class in org.jboss.webbeans.util.collections.multi
An concurrent multimap which is internally backed by a a ConcurrentHashMap and a CopyOnWriteArrayList
ConcurrentListHashMultiMap() - Constructor for class org.jboss.webbeans.util.collections.multi.ConcurrentListHashMultiMap
Constructor.
ConcurrentListMultiMap<K,V> - Interface in org.jboss.webbeans.util.collections.multi
A concurrent multimap, in which the multi-values are stored in a list
ConcurrentSetHashMultiMap<K,V> - Class in org.jboss.webbeans.util.collections.multi
An concurrent multimap which is internally backed by a a ConcurrentHashMap and a CopyOnWriteArraySet
ConcurrentSetHashMultiMap() - Constructor for class org.jboss.webbeans.util.collections.multi.ConcurrentSetHashMultiMap
Constructor.
ConcurrentSetMultiMap<K,V> - Interface in org.jboss.webbeans.util.collections.multi
A concurrent multimap, in which the multi-values are stored in a concurrent Set
ConstructorInjectionPoint<T> - Class in org.jboss.webbeans.injection
 
ConstructorInjectionPoint(Bean<?>, AnnotatedConstructor<T>) - Constructor for class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
constructorParameters - Variable in class org.jboss.webbeans.xml.checker.beanchildren.ext.AbstractBeanChildrenChecker
 
ConstructorSignature - Interface in org.jboss.webbeans.introspector
 
ConstructorSignatureImpl - Class in org.jboss.webbeans.introspector.jlr
 
ConstructorSignatureImpl(AnnotatedConstructor<?>) - Constructor for class org.jboss.webbeans.introspector.jlr.ConstructorSignatureImpl
 
constructorToString(Constructor<?>) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation from a method
contains(Class<S>) - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingServiceRegistry
 
contains(Class<S>) - Method in class org.jboss.webbeans.bootstrap.api.helpers.SimpleServiceRegistry
 
contains(Class<S>) - Method in interface org.jboss.webbeans.bootstrap.api.ServiceRegistry
Check if a service is registered
contains(String) - Method in class org.jboss.webbeans.el.Namespace
 
contains(Object) - Method in class org.jboss.webbeans.util.collections.ForwardingCollection
 
containsAll(Collection<?>) - Method in class org.jboss.webbeans.util.collections.ForwardingCollection
 
containsIncompleteInstance(Bean<?>) - Method in class org.jboss.webbeans.context.CreationalContextImpl
 
containsKey(String) - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
Indicates if there are EJB descriptors available for an EJB name
containsKey(Class<?>) - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
Indicates if there are EJB descriptors available for an EJB implementation class
containsKey(Object) - Method in class org.jboss.webbeans.util.collections.ForwardingMap
 
containsValue(Object) - Method in class org.jboss.webbeans.util.collections.ForwardingMap
 
Context - Interface in javax.context
The contract between the manager and a contextual object.
contextDestroyed(ServletContextEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.AbstractServletListener
 
contextDestroyed(ServletContextEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.ForwardingServletListener
 
contextInitialized(ServletContextEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.AbstractServletListener
 
contextInitialized(ServletContextEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.ForwardingServletListener
 
ContextLifecycle - Class in org.jboss.webbeans.context
An implementation of the Web Beans lifecycle that supports restoring and destroying all the built in contexts
ContextLifecycle() - Constructor for class org.jboss.webbeans.context.ContextLifecycle
 
ContextNotActiveException - Exception in javax.context
A ContextNotActiveException is thrown if at a particular point in the execution of the program the scope is inactive with respect to the current thread.
ContextNotActiveException() - Constructor for exception javax.context.ContextNotActiveException
 
ContextNotActiveException(String) - Constructor for exception javax.context.ContextNotActiveException
 
ContextNotActiveException(Throwable) - Constructor for exception javax.context.ContextNotActiveException
 
ContextNotActiveException(String, Throwable) - Constructor for exception javax.context.ContextNotActiveException
 
Contextual<T> - Interface in javax.context
The contract between a context and a contextual type This interface should not be implemented directly by the application.
ContextualInstance<T> - Class in org.jboss.webbeans.context
A representation of a contextual bean plus associated instance
ContextualInstance(Contextual<T>, T) - Constructor for class org.jboss.webbeans.context.ContextualInstance
Protected constructor
Conversation - Interface in javax.context
Provides conversation management operations
ConversationBeanStore - Class in org.jboss.webbeans.servlet
A HTTP session backed bean store for the conversational scope
ConversationBeanStore(HttpSession, String) - Constructor for class org.jboss.webbeans.servlet.ConversationBeanStore
 
ConversationConcurrentAccessTimeout - Annotation Type in org.jboss.webbeans.conversation
The conversation context concurrent access wait timeout on a lock
ConversationContext - Class in org.jboss.webbeans.context
The conversation context
ConversationContext() - Constructor for class org.jboss.webbeans.context.ConversationContext
Constructor
ConversationEntry - Class in org.jboss.webbeans.conversation
Represents a long-running conversation entry
ConversationEntry(Conversation, Future<?>) - Constructor for class org.jboss.webbeans.conversation.ConversationEntry
Creates a new conversation entry
ConversationIdGenerator - Interface in org.jboss.webbeans.conversation
Generates conversation ID:s for the conversation manager
ConversationIdName - Annotation Type in org.jboss.webbeans.conversation
The conversation id request parameter name
ConversationImpl - Class in org.jboss.webbeans.conversation
The current conversation implementation
ConversationImpl() - Constructor for class org.jboss.webbeans.conversation.ConversationImpl
Creates a new conversation
ConversationImpl(Conversation) - Constructor for class org.jboss.webbeans.conversation.ConversationImpl
Creates a new conversation from an existing one.
ConversationInactivityTimeout - Annotation Type in org.jboss.webbeans.conversation
The conversation context inactivity timeout
ConversationManager - Interface in org.jboss.webbeans.conversation
A conversation manager responsible for starting, resuming and ending conversations
ConversationPropagationFilter - Class in org.jboss.webbeans.servlet
Filter for handling conversation propagation over redirects
ConversationPropagationFilter() - Constructor for class org.jboss.webbeans.servlet.ConversationPropagationFilter
 
ConversationScoped - Annotation Type in javax.context
Specifies that a bean is conversation scoped.
ConversationTerminator - Interface in org.jboss.webbeans.conversation
A conversation terminator for scheduling inactivity timeout destructions
count(Iterable<?>) - Static method in class org.jboss.webbeans.util.Names
Counts item in an iteratble
create(CreationalContext<T>) - Method in interface javax.context.Contextual
Create a new instance of the contextual type
create(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Creates an instance of the bean
create(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
create(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
create(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.EnterpriseBean
Creates an instance of the bean
create(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.ForwardingBean
Creates an instance of the delegate
create(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.SimpleBean
Creates an instance of the bean
create(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.standard.AbstractFacadeBean
 
create(CreationalContext<InjectionPoint>) - Method in class org.jboss.webbeans.bean.standard.InjectionPointBean
 
create(CreationalContext<ManagerImpl>) - Method in class org.jboss.webbeans.bean.standard.ManagerBean
 
create(Class<? extends T>) - Method in class org.jboss.webbeans.bootstrap.api.helpers.IsolatedStaticSingletonProvider
 
create(Class<? extends T>) - Method in class org.jboss.webbeans.bootstrap.api.helpers.TCCLSingletonProvider
 
create(Class<? extends T>) - Method in class org.jboss.webbeans.bootstrap.api.SingletonProvider
Create a new singleton
create(AnnotatedMethod<?>, AbstractClassBean<?>, ManagerImpl) - Static method in class org.jboss.webbeans.event.ObserverFactory
Creates an observer
createActivity() - Method in interface javax.inject.manager.Manager
Create a new child activity.
createActivity() - Method in class org.jboss.webbeans.ManagerImpl
 
createBean(AbstractClassBean<T>, AnnotatedClass<T>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployer
Creates a Web Bean from a bean abstraction and adds it to the set of created beans Also creates the implicit field- and method-level beans, if present
createBeans() - Method in class org.jboss.webbeans.bootstrap.BeanDeployer
 
createContexts() - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
createEntrySet() - Method in class org.jboss.webbeans.util.collections.ForwardingMap
Generates a Set for use by ForwardingMap.entrySet().
createId(String) - Static method in class org.jboss.webbeans.bean.RIBean
 
createKeySet() - Method in class org.jboss.webbeans.util.collections.ForwardingMap
Generates a Set for use by ForwardingMap.keySet().
createProxyFactory() - Method in class org.jboss.webbeans.util.Proxies.TypeInfo
 
createReference() - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
createValues() - Method in class org.jboss.webbeans.util.collections.ForwardingMap
Generates a Collection for use by ForwardingMap.values().
CreationalContext<T> - Interface in javax.context
Allows registration of an incompletely initialized contextual instance with the container.
CreationalContextImpl<T> - Class in org.jboss.webbeans.context
 
CreationalContextImpl(Bean<T>) - Constructor for class org.jboss.webbeans.context.CreationalContextImpl
 
CreationException - Exception in javax.inject
Wraps any checked exceptions which occur during creation of an bean
CreationException() - Constructor for exception javax.inject.CreationException
 
CreationException(String) - Constructor for exception javax.inject.CreationException
 
CreationException(Throwable) - Constructor for exception javax.inject.CreationException
 
CreationException(String, Throwable) - Constructor for exception javax.inject.CreationException
 
Current - Annotation Type in javax.inject
The default binding type.
CurrentLiteral - Class in org.jboss.webbeans.literal
Annotation literal for @Current
CurrentLiteral() - Constructor for class org.jboss.webbeans.literal.CurrentLiteral
 
CurrentManager - Class in org.jboss.webbeans
Access point for getting/setting current Managager
CurrentManager() - Constructor for class org.jboss.webbeans.CurrentManager
 

D

debug(Object, Object...) - Method in interface org.jboss.webbeans.log.Log
 
debug(Object, Throwable, Object...) - Method in interface org.jboss.webbeans.log.Log
 
debug(Object) - Method in interface org.jboss.webbeans.log.LogProvider
 
debug(Object, Throwable) - Method in interface org.jboss.webbeans.log.LogProvider
 
decapitalize(String) - Static method in class org.jboss.webbeans.util.Strings
Decapitalizes a String
declaringBean - Variable in class org.jboss.webbeans.bean.AbstractProducerBean
 
declaringBean - Variable in class org.jboss.webbeans.bean.DisposalMethodBean
 
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 - Class in javax.inject.manager
The Bean object for a a decorator This interface should not be called directly by the application.
Decorator(Manager) - Constructor for class javax.inject.manager.Decorator
Create an interceptor bean
DECORATOR - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
DECORATORS - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
deepPutAll(Map<? extends K, ? extends ConcurrentList<V>>) - Method in class org.jboss.webbeans.util.collections.multi.ConcurrentListHashMultiMap
 
deepPutAll(Map<? extends K, ? extends ConcurrentList<V>>) - Method in interface org.jboss.webbeans.util.collections.multi.ConcurrentListMultiMap
Put all the data in the map into this map, copying each multi-value, not just attaching the existing multi-value
deepPutAll(Map<? extends K, ? extends Set<V>>) - Method in class org.jboss.webbeans.util.collections.multi.ConcurrentSetHashMultiMap
 
deepPutAll(Map<? extends K, ? extends Set<V>>) - Method in interface org.jboss.webbeans.util.collections.multi.ConcurrentSetMultiMap
Put all the data in the map into this map, copying each multi-value, not just attaching the existing multi-value
deepPutAll(Map<? extends K, ? extends List<V>>) - Method in class org.jboss.webbeans.util.collections.multi.ListHashMultiMap
 
deepPutAll(Map<? extends K, ? extends List<V>>) - Method in interface org.jboss.webbeans.util.collections.multi.ListMultiMap
Put all the data in the map into this map, copying each multi-value, not just attaching the existing multi-value
deepPutAll(Map<? extends K, ? extends Set<V>>) - Method in class org.jboss.webbeans.util.collections.multi.SetHashMultiMap
 
deepPutAll(Map<? extends K, ? extends Set<V>>) - Method in interface org.jboss.webbeans.util.collections.multi.SetMultiMap
Put all the data in the map into this map, copying each multi-value, not just attaching the existing multi-value
DefaultEntityDiscovery - Class in org.jboss.webbeans.persistence
 
DefaultEntityDiscovery(ServiceRegistry) - Constructor for class org.jboss.webbeans.persistence.DefaultEntityDiscovery
 
DefaultResourceLoader - Class in org.jboss.webbeans.resources
A simple resource loader.
DefaultResourceLoader() - Constructor for class org.jboss.webbeans.resources.DefaultResourceLoader
 
DeferredEventNotification<T> - Class in org.jboss.webbeans.event
A task that will notify the observer of a specific event at some future time.
DeferredEventNotification(T, ObserverImpl<T>) - Constructor for class org.jboss.webbeans.event.DeferredEventNotification
Creates a new deferred event notifier.
DefinitionException - Exception in javax.inject
Thrown if the definition of a bean is incorrect
DefinitionException() - Constructor for exception javax.inject.DefinitionException
 
DefinitionException(String, Throwable) - Constructor for exception javax.inject.DefinitionException
 
DefinitionException(String) - Constructor for exception javax.inject.DefinitionException
 
DefinitionException(Throwable) - Constructor for exception javax.inject.DefinitionException
 
delegate() - Method in class org.jboss.webbeans.bean.ForwardingBean
Abstract getter for the delegate
delegate() - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
delegate() - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingServiceRegistry
 
delegate() - Method in class org.jboss.webbeans.bootstrap.spi.helpers.ForwardingWebBeanDiscovery
 
delegate() - Method in class org.jboss.webbeans.context.api.helpers.AbstractMapBackedBeanStore
 
delegate - Variable in class org.jboss.webbeans.context.api.helpers.ConcurrentHashMapBeanStore
 
delegate() - Method in class org.jboss.webbeans.context.api.helpers.ConcurrentHashMapBeanStore
Gets the delegate for the store
delegate() - Method in class org.jboss.webbeans.context.api.helpers.ForwardingBeanStore
 
delegate() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
delegate() - Method in class org.jboss.webbeans.ejb.InternalEjbDescriptor
 
delegate() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwadingBusinessInterfaceDescriptor
 
delegate() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
delegate() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbServices
 
delegate() - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
delegate() - Method in class org.jboss.webbeans.injection.FieldInjectionPoint
 
delegate() - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
delegate() - Method in class org.jboss.webbeans.injection.ParameterInjectionPoint
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedAnnotation
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedConstructor
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
Gets the annotated item
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMember
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedParameter
 
delegate() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedType
 
delegate() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
delegate() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
delegate() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
delegate() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
delegate() - Method in class org.jboss.webbeans.messaging.spi.helpers.ForwardingJmsServices
 
delegate() - Method in class org.jboss.webbeans.persistence.spi.helpers.ForwardinEntityDiscovery
 
delegate() - Method in class org.jboss.webbeans.persistence.spi.helpers.ForwardingJpaServices
 
delegate() - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceLoader
 
delegate() - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceServices
 
delegate() - Method in class org.jboss.webbeans.servlet.api.helpers.ForwardingServletListener
 
delegate() - Method in class org.jboss.webbeans.util.collections.ConcurrentCache
Gets the delegate map
delegate() - Method in class org.jboss.webbeans.util.collections.ForwardingCollection
 
delegate() - Method in class org.jboss.webbeans.util.collections.ForwardingConcurrentMap
 
delegate() - Method in class org.jboss.webbeans.util.collections.ForwardingMap
 
delegate() - Method in class org.jboss.webbeans.util.collections.ForwardingObject
Returns the backing delegate instance that methods are forwarded to.
delegate() - Method in class org.jboss.webbeans.util.collections.ForwardingSet
 
delegate() - Method in class org.jboss.webbeans.util.collections.multi.ConcurrentListHashMultiMap
 
delegate() - Method in class org.jboss.webbeans.util.collections.multi.ConcurrentSetHashMultiMap
 
delegate() - Method in class org.jboss.webbeans.util.collections.multi.ListHashMultiMap
 
delegate() - Method in class org.jboss.webbeans.util.collections.multi.SetHashMultiMap
 
delegate() - Method in class org.jboss.webbeans.ws.spi.helpers.ForwardingWebServices
 
delgate() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
delimeter - Variable in class org.jboss.webbeans.context.beanstore.PrefixBeanStoreNamingScheme
 
Dependent - Annotation Type in javax.context
Specifies that a bean is dependent scoped.
DependentContext - Class in org.jboss.webbeans.context
The dependent context
DependentContext() - Constructor for class org.jboss.webbeans.context.DependentContext
Constructor
dependentInstancesStore - Variable in class org.jboss.webbeans.bean.AbstractBean
 
DependentInstancesStore - Class in org.jboss.webbeans.context
A store for dependent instances created under a given key
DependentInstancesStore() - Constructor for class org.jboss.webbeans.context.DependentInstancesStore
Creates a new DependentInstancesStore
DependentStorageRequest - Class in org.jboss.webbeans.context
A dependent instance store and storage key combination for selecting the correct receiving store and holding key for dependent instances in the dependent context
DependentStorageRequest(DependentInstancesStore, Object) - Constructor for class org.jboss.webbeans.context.DependentStorageRequest
Create a new DependentStoreKey
deploy() - Method in class org.jboss.webbeans.bootstrap.BeanDeployer
 
DEPLOY - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
Deployed - Annotation Type in javax.inject.manager
Event binding type for the event that is raised by the manager when it has completed resolving and validation
DeployedLiteral - Class in org.jboss.webbeans.literal
Annotation literal for @Deployed
DeployedLiteral() - Constructor for class org.jboss.webbeans.literal.DeployedLiteral
 
DeploymentException - Exception in javax.inject
Thrown if an error occurs during bean deployment
DeploymentException() - Constructor for exception javax.inject.DeploymentException
 
DeploymentException(String, Throwable) - Constructor for exception javax.inject.DeploymentException
 
DeploymentException(String) - Constructor for exception javax.inject.DeploymentException
 
DeploymentException(Throwable) - Constructor for exception javax.inject.DeploymentException
 
DeploymentType - Annotation Type in javax.inject
Specifies that an annotation type is a deployment type.
deploymentType - Variable in class org.jboss.webbeans.bean.AbstractBean
 
destroy(T) - Method in interface javax.context.Contextual
Destroys an instance of the contexual type
destroy(T) - Method in class org.jboss.webbeans.bean.AbstractProducerBean
 
destroy(T) - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
destroy(T) - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
destroy(T) - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
destroy(T) - Method in class org.jboss.webbeans.bean.ForwardingBean
Destroys an instance through the delegate
destroy(T) - Method in class org.jboss.webbeans.bean.ProducerMethodBean
 
destroy(T) - Method in class org.jboss.webbeans.bean.SimpleBean
Destroys an instance of the bean
destroy(T) - Method in class org.jboss.webbeans.bean.standard.AbstractFacadeBean
 
destroy(InjectionPoint) - Method in class org.jboss.webbeans.bean.standard.InjectionPointBean
 
destroy(ManagerImpl) - Method in class org.jboss.webbeans.bean.standard.ManagerBean
 
destroy() - Method in class org.jboss.webbeans.context.AbstractMapContext
Destroys the context
destroy() - Method in class org.jboss.webbeans.context.ContextualInstance
Destroys the instance by passing it to the destroy method of the contextual item
destroy(HttpSession) - Method in class org.jboss.webbeans.conversation.ConversationEntry
Destroys the conversation and it's associated conversational context
destroy() - Method in class org.jboss.webbeans.servlet.ConversationPropagationFilter
 
destroyAllConversations() - Method in interface org.jboss.webbeans.conversation.ConversationManager
Destroys all long-running conversations
destroyAllConversations() - Method in class org.jboss.webbeans.conversation.ServletConversationManager
 
destroyConversation(String, ConversationBeanStore) - Method in class org.jboss.webbeans.context.ContextLifecycle
 
destroyDependentInstances(Object) - Method in class org.jboss.webbeans.context.DependentInstancesStore
Destroys all dependent objects associated with a particular key and remove that key from the store
discoverEjbs() - Method in interface org.jboss.webbeans.ejb.spi.EjbServices
Gets a descriptor for each EJB in the application
discoverEjbs() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbServices
 
discoverEntitiesFromAnnotations() - Method in class org.jboss.webbeans.persistence.DefaultEntityDiscovery
 
discoverEntitiesFromAnnotations() - Method in interface org.jboss.webbeans.persistence.spi.EntityDiscovery
Discover any entities defined using annotations
discoverEntitiesFromAnnotations() - Method in class org.jboss.webbeans.persistence.spi.helpers.ForwardinEntityDiscovery
 
discoverEntitiesFromPersistenceUnits() - Method in class org.jboss.webbeans.persistence.DefaultEntityDiscovery
 
discoverEntitiesFromPersistenceUnits() - Method in interface org.jboss.webbeans.persistence.spi.EntityDiscovery
Discover any extra entities defined using persistence unit configuration
discoverEntitiesFromPersistenceUnits() - Method in class org.jboss.webbeans.persistence.spi.helpers.ForwardinEntityDiscovery
 
discoverEntitiesFromXml() - Method in class org.jboss.webbeans.persistence.DefaultEntityDiscovery
 
discoverEntitiesFromXml() - Method in interface org.jboss.webbeans.persistence.spi.EntityDiscovery
Discover any entities defined using XML
discoverEntitiesFromXml() - Method in class org.jboss.webbeans.persistence.spi.helpers.ForwardinEntityDiscovery
 
discoverWebBeanClasses() - Method in class org.jboss.webbeans.bootstrap.spi.helpers.ForwardingWebBeanDiscovery
 
discoverWebBeanClasses() - Method in interface org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery
Gets list of all classes in classpath archives with META-INF/beans.xml (or for WARs WEB-INF/beans.xml) files
discoverWebBeansXml() - Method in class org.jboss.webbeans.bootstrap.spi.helpers.ForwardingWebBeanDiscovery
 
discoverWebBeansXml() - Method in interface org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery
Gets a list of all deployment descriptors in the app classpath
disposalInjectionPoints - Variable in class org.jboss.webbeans.bean.DisposalMethodBean
 
DisposalMethodBean<T> - Class in org.jboss.webbeans.bean
 
DisposalMethodBean(ManagerImpl, AnnotatedMethod<T>, AbstractClassBean<?>) - Constructor for class org.jboss.webbeans.bean.DisposalMethodBean
 
disposalMethodInjectionPoint - Variable in class org.jboss.webbeans.bean.DisposalMethodBean
 
Disposes - Annotation Type in javax.inject
Specifies that a parameter of a method of bean is the disposed parameter of a disposal method.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jboss.webbeans.servlet.ConversationPropagationFilter
 
DuplicateBindingTypeException - Exception in javax.inject
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.inject.DuplicateBindingTypeException
 
DuplicateBindingTypeException(String, Throwable) - Constructor for exception javax.inject.DuplicateBindingTypeException
 
DuplicateBindingTypeException(String) - Constructor for exception javax.inject.DuplicateBindingTypeException
 
DuplicateBindingTypeException(Throwable) - Constructor for exception javax.inject.DuplicateBindingTypeException
 

E

EJB - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
EJB_ANNOTATION_CLASS - Variable in class org.jboss.webbeans.ejb.EJBApiAbstraction
 
EJB_LINK - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
EJB_NAME - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
EJBApiAbstraction - Class in org.jboss.webbeans.ejb
Utility class for EJB classes etc.
EJBApiAbstraction(ResourceLoader) - Constructor for class org.jboss.webbeans.ejb.EJBApiAbstraction
 
EjbDescriptor<T> - Interface in org.jboss.webbeans.ejb.spi
EJB metadata from the EJB descriptor
EjbDescriptorCache - Class in org.jboss.webbeans.ejb
EJB descriptors by EJB implementation class or name
EjbDescriptorCache() - Constructor for class org.jboss.webbeans.ejb.EjbDescriptorCache
Constructor
EjbServices - Interface in org.jboss.webbeans.ejb.spi
A container should implement this interface to allow Web Beans to resolve EJB and discover EJBs
EMBEDDABLE_CLASS - Variable in class org.jboss.webbeans.persistence.PersistenceApiAbstraction
 
emptyList() - Static method in class org.jboss.webbeans.util.collections.ConcurrentList
 
end() - Method in interface javax.context.Conversation
Mark a long running conversation transient
end() - Method in class org.jboss.webbeans.conversation.ConversationImpl
 
endDeploy(BeanStore) - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
endRequest(String, BeanStore) - Method in class org.jboss.webbeans.context.ContextLifecycle
 
endRequest(HttpServletRequest) - Method in class org.jboss.webbeans.servlet.ServletLifecycle
Ends a HTTP request
endSession(String, BeanStore) - Method in class org.jboss.webbeans.context.ContextLifecycle
 
endSession(HttpSession) - Method in class org.jboss.webbeans.servlet.ServletLifecycle
Ends a session
ENTERPRISE_BEAN_CLASS - Variable in class org.jboss.webbeans.ejb.EJBApiAbstraction
 
EnterpriseBean<T> - Class in org.jboss.webbeans.bean
An enterprise bean representation
EnterpriseBean(AnnotatedClass<T>, ManagerImpl, BeanDeployerEnvironment) - Constructor for class org.jboss.webbeans.bean.EnterpriseBean
Constructor
EnterpriseBeanInstance - Interface in org.jboss.webbeans.bean.proxy
Interface implemented by all enterprise bean proxies to query/control the proxy
EnterpriseBeanProxyMethodHandler - Class in org.jboss.webbeans.bean.proxy
Method handler for enterprise bean client proxies
EnterpriseBeanProxyMethodHandler(EnterpriseBean<?>) - Constructor for class org.jboss.webbeans.bean.proxy.EnterpriseBeanProxyMethodHandler
Constructor
ENTITY_CLASS - Variable in class org.jboss.webbeans.persistence.PersistenceApiAbstraction
 
EntityDiscovery - Interface in org.jboss.webbeans.persistence.spi
A container should implement this interface to replace portions or all of the built in entity discovery in Web Beans.
entrySet() - Method in class org.jboss.webbeans.util.collections.ForwardingMap
EnumerationIterable<T> - Class in org.jboss.webbeans.util
An Enumeration -> Iteratble adaptor
EnumerationIterable(Enumeration<T>) - Constructor for class org.jboss.webbeans.util.EnumerationIterable
Constructor
EnumerationIterator<T> - Class in org.jboss.webbeans.util
An enumeration -> iterator adapter
EnumerationIterator(Enumeration<T>) - Constructor for class org.jboss.webbeans.util.EnumerationIterator
Constructor
enumValue(Class<?>, String) - Method in class org.jboss.webbeans.util.ApiAbstraction
 
Environment - Interface in org.jboss.webbeans.bootstrap.api
Represents an environment.
environment - Variable in class org.jboss.webbeans.xml.checker.beanchildren.impl.BeanChildrenCheckerImpl
 
environment - Variable in class org.jboss.webbeans.xml.registrator.bean.impl.BeanElementRegistratorImpl
 
Environments - Enum in org.jboss.webbeans.bootstrap.api
Various well known environments.
equals(Object) - Method in class javax.inject.AnnotationLiteral
 
equals(Object) - Method in class org.jboss.webbeans.bean.ForwardingBean
Compares an object with the delegate
equals(Object) - Method in class org.jboss.webbeans.bean.RIBean
 
equals(Object) - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
equals(Object) - Method in class org.jboss.webbeans.bootstrap.api.helpers.SimpleServiceRegistry
 
equals(Object) - Method in class org.jboss.webbeans.bootstrap.spi.helpers.ForwardingWebBeanDiscovery
 
equals(Object) - Method in class org.jboss.webbeans.context.api.helpers.ForwardingBeanStore
 
equals(Object) - Method in class org.jboss.webbeans.context.DependentStorageRequest
 
equals(Object) - Method in class org.jboss.webbeans.conversation.ConversationImpl
 
equals(Object) - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
equals(Object) - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwadingBusinessInterfaceDescriptor
 
equals(Object) - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
equals(Object) - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbServices
 
equals(Object) - Method in class org.jboss.webbeans.el.ForwardingELContext
 
equals(Object) - Method in class org.jboss.webbeans.el.Namespace
 
equals(Object) - Method in class org.jboss.webbeans.event.EventObserver
 
equals(Object) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
Overridden method into delegate
equals(Object) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Compares two AbstractAnnotatedItems
equals(Object) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
The overridden equals operation
equals(Object) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
 
equals(Object) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
equals(Object) - Method in class org.jboss.webbeans.introspector.jlr.ConstructorSignatureImpl
 
equals(Object) - Method in class org.jboss.webbeans.introspector.jlr.MethodSignatureImpl
 
equals(Object) - Method in class org.jboss.webbeans.persistence.spi.helpers.ForwardingJpaServices
 
equals(Object) - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceLoader
 
equals(Object) - Method in class org.jboss.webbeans.util.collections.ForwardingMap
 
equals(Object) - Method in class org.jboss.webbeans.util.collections.ForwardingSet
 
equals(Object) - Method in class org.jboss.webbeans.util.reflection.AnnotationImpl
 
equals(Object) - Method in class org.jboss.webbeans.util.reflection.ParameterizedTypeImpl
 
error(Object, Object...) - Method in interface org.jboss.webbeans.log.Log
 
error(Object, Throwable, Object...) - Method in interface org.jboss.webbeans.log.Log
 
error(Object) - Method in interface org.jboss.webbeans.log.LogProvider
 
error(Object, Throwable) - Method in interface org.jboss.webbeans.log.LogProvider
 
Event<T> - Interface in javax.event
An interface for firing events of a particular type, and registering observers for events of that type.
event - Variable in class org.jboss.webbeans.event.DeferredEventNotification
 
EventBean - Class in org.jboss.webbeans.bean.standard
 
EventBean(ManagerImpl) - Constructor for class org.jboss.webbeans.bean.standard.EventBean
 
EventImpl<T> - Class in org.jboss.webbeans.event
Implementation of the Event interface
EventImpl(Type, ManagerImpl, Set<Annotation>) - Constructor for class org.jboss.webbeans.event.EventImpl
Constructor
EventManager - Class in org.jboss.webbeans.event
The event bus is where observers are registered and events are fired.
EventManager(ManagerImpl) - Constructor for class org.jboss.webbeans.event.EventManager
Initializes a new instance of the EventManager.
EventObserver<T> - Class in org.jboss.webbeans.event
EventObserver wraps various Observer objects created by application code or by the Web Beans Manager for annotated observer methods.
EventObserver(Observer<T>, Type, ManagerImpl, Annotation...) - Constructor for class org.jboss.webbeans.event.EventObserver
Constructs a new wrapper for an observer.
ExecutionException - Exception in javax.inject
Thrown if an exception occurs during execution
ExecutionException() - Constructor for exception javax.inject.ExecutionException
 
ExecutionException(String, Throwable) - Constructor for exception javax.inject.ExecutionException
 
ExecutionException(String) - Constructor for exception javax.inject.ExecutionException
 
ExecutionException(Throwable) - Constructor for exception javax.inject.ExecutionException
 
EXTENDED_PERSISTENCE_CONTEXT_ENUM_VALUE - Variable in class org.jboss.webbeans.persistence.PersistenceApiAbstraction
 

F

FacadeBeanAnnotatedItemTransformer - Class in org.jboss.webbeans.bean.standard
AnnotatedItem transformer which can be used for FacadeBeans
FacadeBeanAnnotatedItemTransformer(Class<?>, Annotation) - Constructor for class org.jboss.webbeans.bean.standard.FacadeBeanAnnotatedItemTransformer
 
FacadeImpl<T> - Class in org.jboss.webbeans
Common implementation for binding-type-based helpers
FacadeImpl(Type, ManagerImpl, Set<? extends Annotation>) - Constructor for class org.jboss.webbeans.FacadeImpl
Constructor
fatal(Object, Object...) - Method in interface org.jboss.webbeans.log.Log
 
fatal(Object, Throwable, Object...) - Method in interface org.jboss.webbeans.log.Log
 
fatal(Object) - Method in interface org.jboss.webbeans.log.LogProvider
 
fatal(Object, Throwable) - Method in interface org.jboss.webbeans.log.LogProvider
 
FieldInjectionPoint<T> - Class in org.jboss.webbeans.injection
 
FieldInjectionPoint(Bean<?>, AnnotatedField<T>) - Constructor for class org.jboss.webbeans.injection.FieldInjectionPoint
 
fieldToString(Field) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation from a field
FILTER_CLASS - Variable in class org.jboss.webbeans.servlet.ServletApiAbstraction
 
findElements(Element, String, String, String) - Static method in class org.jboss.webbeans.xml.ParseXmlHelper
 
findElementsInEeNamespace(Element, String) - Static method in class org.jboss.webbeans.xml.ParseXmlHelper
 
fire(T, Annotation...) - Method in interface javax.event.Event
Fire an event
fire(T, Annotation...) - Method in class org.jboss.webbeans.event.EventImpl
Fires an event
fireEvent(Object, Annotation...) - Method in interface javax.inject.manager.Manager
Fire an event
fireEvent(Object, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Fires an event object with given event object for given bindings
Fires - Annotation Type in javax.event
Annotates a variable to be injected with an Event object that can be fired and observed by observer methods
FiresLiteral - Class in org.jboss.webbeans.literal
 
FiresLiteral() - Constructor for class org.jboss.webbeans.literal.FiresLiteral
 
fixBindings(Set<? extends Annotation>) - Method in class org.jboss.webbeans.bean.standard.AbstractFacadeBean
Merges and validates the current and new bindings Checks with an abstract method for annotations to exclude
ForwadingBusinessInterfaceDescriptor<T> - Class in org.jboss.webbeans.ejb.spi.helpers
An implementation of BusinessInterfaceDescriptor which forwards all its method calls to another BusinessInterfaceDescriptor}.
ForwadingBusinessInterfaceDescriptor() - Constructor for class org.jboss.webbeans.ejb.spi.helpers.ForwadingBusinessInterfaceDescriptor
 
ForwardinEntityDiscovery - Class in org.jboss.webbeans.persistence.spi.helpers
 
ForwardinEntityDiscovery() - Constructor for class org.jboss.webbeans.persistence.spi.helpers.ForwardinEntityDiscovery
 
ForwardingAnnotatedAnnotation<T extends java.lang.annotation.Annotation> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedAnnotation() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedAnnotation
 
ForwardingAnnotatedClass<T> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedClass() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
ForwardingAnnotatedConstructor<T> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedConstructor() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedConstructor
 
ForwardingAnnotatedField<T> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedField() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
ForwardingAnnotatedItem<T,S> - Class in org.jboss.webbeans.introspector
Provides an abstraction for delegating access to an annotated item
ForwardingAnnotatedItem() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
ForwardingAnnotatedMember<T,S extends java.lang.reflect.Member> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedMember() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedMember
 
ForwardingAnnotatedMethod<T> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedMethod() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
ForwardingAnnotatedParameter<T> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedParameter() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedParameter
 
ForwardingAnnotatedType<T> - Class in org.jboss.webbeans.introspector
 
ForwardingAnnotatedType() - Constructor for class org.jboss.webbeans.introspector.ForwardingAnnotatedType
 
ForwardingBean<T> - Class in org.jboss.webbeans.bean
A delegating bean
ForwardingBean(Manager) - Constructor for class org.jboss.webbeans.bean.ForwardingBean
Constructor
ForwardingBeanStore - Class in org.jboss.webbeans.context.api.helpers
 
ForwardingBeanStore() - Constructor for class org.jboss.webbeans.context.api.helpers.ForwardingBeanStore
 
ForwardingBootstrap - Class in org.jboss.webbeans.bootstrap.api.helpers
Implementation of Bootstrap which supports the decorator pattern
ForwardingBootstrap() - Constructor for class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
ForwardingCollection<E> - Class in org.jboss.webbeans.util.collections
A collection which forwards all its method calls to another collection.
ForwardingCollection() - Constructor for class org.jboss.webbeans.util.collections.ForwardingCollection
 
ForwardingConcurrentMap<K,V> - Class in org.jboss.webbeans.util.collections
A concurrent map which forwards all its method calls to another concurrent map.
ForwardingConcurrentMap() - Constructor for class org.jboss.webbeans.util.collections.ForwardingConcurrentMap
 
ForwardingEjbDescriptor<T> - Class in org.jboss.webbeans.ejb
Forwarding helper class for EjbDescriptor to support the decorator pattern
ForwardingEjbDescriptor() - Constructor for class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
ForwardingEjbDescriptor<T> - Class in org.jboss.webbeans.ejb.spi.helpers
An implementation of EjbDescriptor which forwards all its method calls to another EjbDescriptor}.
ForwardingEjbDescriptor() - Constructor for class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
ForwardingEjbServices - Class in org.jboss.webbeans.ejb.spi.helpers
An implementation of EjbServices which forwards all its method calls to another EjbServices}.
ForwardingEjbServices() - Constructor for class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbServices
 
ForwardingELContext - Class in org.jboss.webbeans.el
A forwarding class that delegates to an ELContext
ForwardingELContext() - Constructor for class org.jboss.webbeans.el.ForwardingELContext
 
ForwardingJmsServices - Class in org.jboss.webbeans.messaging.spi.helpers
 
ForwardingJmsServices() - Constructor for class org.jboss.webbeans.messaging.spi.helpers.ForwardingJmsServices
 
ForwardingJpaServices - Class in org.jboss.webbeans.persistence.spi.helpers
An implementation of JpaServices which forwards all its method calls to another JpaServices}.
ForwardingJpaServices() - Constructor for class org.jboss.webbeans.persistence.spi.helpers.ForwardingJpaServices
 
ForwardingMap<K,V> - Class in org.jboss.webbeans.util.collections
A map which forwards all its method calls to another map.
ForwardingMap() - Constructor for class org.jboss.webbeans.util.collections.ForwardingMap
 
ForwardingObject - Class in org.jboss.webbeans.util.collections
An abstract base class for implementing the decorator pattern.
ForwardingObject() - Constructor for class org.jboss.webbeans.util.collections.ForwardingObject
Sole constructor.
ForwardingResourceLoader - Class in org.jboss.webbeans.resources.spi.helpers
An implementation of ResourceLoader which forwards all its method calls to another ResourceLoader}.
ForwardingResourceLoader() - Constructor for class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceLoader
 
ForwardingResourceServices - Class in org.jboss.webbeans.resources.spi.helpers
 
ForwardingResourceServices() - Constructor for class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceServices
 
ForwardingServiceRegistry - Class in org.jboss.webbeans.bootstrap.api.helpers
 
ForwardingServiceRegistry() - Constructor for class org.jboss.webbeans.bootstrap.api.helpers.ForwardingServiceRegistry
 
ForwardingServletListener - Class in org.jboss.webbeans.servlet.api.helpers
 
ForwardingServletListener() - Constructor for class org.jboss.webbeans.servlet.api.helpers.ForwardingServletListener
 
ForwardingSet<E> - Class in org.jboss.webbeans.util.collections
A set which forwards all its method calls to another set.
ForwardingSet() - Constructor for class org.jboss.webbeans.util.collections.ForwardingSet
 
ForwardingWebBeanDiscovery - Class in org.jboss.webbeans.bootstrap.spi.helpers
An implementation of WebBeanDiscovery which forwards all its method calls to another WebBeanDiscovery}.
ForwardingWebBeanDiscovery() - Constructor for class org.jboss.webbeans.bootstrap.spi.helpers.ForwardingWebBeanDiscovery
 
ForwardingWebServices - Class in org.jboss.webbeans.ws.spi.helpers
 
ForwardingWebServices() - Constructor for class org.jboss.webbeans.ws.spi.helpers.ForwardingWebServices
 

G

get(Contextual<T>, CreationalContext<T>) - Method in interface javax.context.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.context.Context
Return an existing instance of a contextual type or create a new instance of a contextual type
get(Annotation...) - Method in interface javax.inject.Instance
Get an instance of a bean of the specified type.
get(Class<S>) - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingServiceRegistry
 
get(Class<S>) - Method in class org.jboss.webbeans.bootstrap.api.helpers.SimpleServiceRegistry
 
get(Class<S>) - Method in interface org.jboss.webbeans.bootstrap.api.ServiceRegistry
Retrieve a service implementation
get() - Method in interface org.jboss.webbeans.bootstrap.api.Singleton
Access the singleton
get(Contextual<T>, CreationalContext<T>) - Method in class org.jboss.webbeans.context.AbstractMapContext
Get the bean if it exists in the contexts.
get(Contextual<T>) - Method in class org.jboss.webbeans.context.AbstractMapContext
 
get(Contextual<? extends T>) - Method in interface org.jboss.webbeans.context.api.BeanStore
Gets an instance of a bean from the storage.
get(Contextual<? extends T>) - Method in class org.jboss.webbeans.context.api.helpers.AbstractMapBackedBeanStore
Gets an instance from the store
get(Contextual<? extends T>) - Method in class org.jboss.webbeans.context.api.helpers.ForwardingBeanStore
 
get(Contextual<? extends T>) - Method in class org.jboss.webbeans.context.beanstore.AbstractAttributeBackedBeanStore
Gets a bean from the store
get(Contextual<T>, CreationalContext<T>) - Method in class org.jboss.webbeans.context.DependentContext
Overridden method always creating a new instance
get(Contextual<T>) - Method in class org.jboss.webbeans.context.DependentContext
 
get(Integer) - Static method in class org.jboss.webbeans.CurrentManager
 
get(String) - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
Gets the EJB descriptor for a given name
get(Class<T>) - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
Gets an iterator to the EJB descriptors for an EJB implementation class
get(String) - Method in class org.jboss.webbeans.el.Namespace
 
get(AnnotatedItem<T, S>) - Method in class org.jboss.webbeans.injection.resolution.Resolver
Get the possible beans for the given element
get(String) - Method in class org.jboss.webbeans.injection.resolution.Resolver
Get the possible beans for the given name
get(Annotation...) - Method in class org.jboss.webbeans.InstanceImpl
Gets an instance with the matching binding types
get(Object) - Method in interface org.jboss.webbeans.introspector.AnnotatedField
 
get(Object) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
get(Object) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
 
get(Object) - Method in class org.jboss.webbeans.util.collections.ForwardingMap
 
get(Object) - Method in class org.jboss.webbeans.util.collections.multi.ConcurrentListHashMultiMap
Gets the list of values for a given key
get(Object) - Method in class org.jboss.webbeans.util.collections.multi.ConcurrentSetHashMultiMap
Gets the list of values for a given key
get(Object) - Method in class org.jboss.webbeans.util.collections.multi.ListHashMultiMap
Gets the list of values for a given key
get(Object) - Method in class org.jboss.webbeans.util.collections.multi.SetHashMultiMap
Gets the list of values for a given key
getActive() - Method in class org.jboss.webbeans.context.AbstractContext
Delegates to a ThreadLocal instance
getActualTypeArguments() - Method in class org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass
 
getActualTypeArguments() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets the actual type arguments for any parameterized types that this AnnotatedItem represents.
getActualTypeArguments() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getActualTypeArguments() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getActualTypeArguments() - Method in class org.jboss.webbeans.util.reflection.ParameterizedTypeImpl
 
getActualTypeArguments(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Gets the actual type arguments of a class
getAllDisposalBeans() - Method in class org.jboss.webbeans.bootstrap.BeanDeployerEnvironment
 
getAndWrap(Field, Object) - Static method in class org.jboss.webbeans.util.Reflections
Gets value of a field and wraps exceptions
getAndWrap(String, Object) - Static method in class org.jboss.webbeans.util.Reflections
 
getAnnotatedAnnotation() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Gets the annotated annotation
getAnnotatedClass() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets the implementing class
getAnnotatedConstructor() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Gets the constructor
getAnnotatedConstructors(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all constructors which are annotated with annotationType
getAnnotatedConstructors(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getAnnotatedConstructors(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets constructors with given annotation type
getAnnotatedField() - Method in interface org.jboss.webbeans.introspector.AnnotatedField
Gets the annotated field
getAnnotatedField() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
getAnnotatedField() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
Gets the underlying field
getAnnotatedFields(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all fields which are annotated with the given annotation type on this class and all super classes
getAnnotatedFields(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getAnnotatedFields(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets the abstracted field annotated with a specific annotation type If the fields map is null, initialize it first
getAnnotatedItem() - Method in class org.jboss.webbeans.bean.AbstractBean
Returns the annotated time the bean represents
getAnnotatedItem() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Gets the annotated item
getAnnotatedItem() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
 
getAnnotatedItem() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
getAnnotatedItem() - Method in class org.jboss.webbeans.bean.ProducerFieldBean
Gets the annotated item representing the field
getAnnotatedItem() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Gets the annotated item representing the method
getAnnotatedMembers(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedAnnotation
Gets all the members annotated with annotationType
getAnnotatedMembers(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedAnnotation
 
getAnnotatedMembers(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
Returns the annotated members with a given annotation type If the annotated members are null, they are initialized first.
getAnnotatedMethod() - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
 
getAnnotatedMethod() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
getAnnotatedMethod() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
getAnnotatedMethods(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all methods annotated with annotationType
getAnnotatedMethods(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getAnnotatedMethods(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets the abstracted methods that have a certain annotation type present If the annotated methods map is null, initialize it first
getAnnotatedParameters(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedConstructor
Gets all parameters to the constructor which are annotated with annotationType
getAnnotatedParameters(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Gets the list of annotated parameters for a given annotation
getAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedConstructor
 
getAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
getAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Gets parameter abstractions with a given annotation type.
getAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
getAnnotation(Class<T>) - Method in interface javax.inject.manager.InjectionPoint
Get the annotation instance for the given annotation type of the field in the case of field injection, or annotations of the parameter in the case of method parameter or constructor parameter injection.
getAnnotation(Class<A>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets an annotation for the annotation type specified.
getAnnotation(Class<? extends A>) - Method in class org.jboss.webbeans.introspector.AnnotationStore
 
getAnnotation(Class<A>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getAnnotation(Class<A>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getAnnotation(Class<A>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
getAnnotation(Class<A>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
getAnnotation(Class<A>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
getAnnotation(Class<A>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
getAnnotations() - Method in interface javax.inject.manager.InjectionPoint
Get the annotations of the field in the case of field injection, or annotations of the parameter in the case of method parameter or constructor parameter injection.
getAnnotations() - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
getAnnotations() - Method in class org.jboss.webbeans.injection.FieldInjectionPoint
 
getAnnotations() - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
getAnnotations() - Method in class org.jboss.webbeans.injection.ParameterInjectionPoint
 
getAnnotations() - Method in class org.jboss.webbeans.introspector.AnnotationStore
 
getAnnotations() - Method in class org.jboss.webbeans.xml.XmlEnvironment
 
getAnnotationsAsSet() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets all annotations on the item
getAnnotationsAsSet() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getAnnotationsAsSet() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getAnnotationsAsSet() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
getAnnotationsAsSet() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
getAnnotationsAsSet() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
getAnnotationsAsSet() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
getAnnotationStore() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
 
getAnnotationStore() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getAnnotationStore() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getAnnotationStore() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
getAnnotationStore() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
getAnnotationStore() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
getAnnotationStore() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
getApplicationContext() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
getAttribute(String) - Method in class org.jboss.webbeans.context.beanstore.AbstractAttributeBackedBeanStore
Gets an attribute from the underlying storage
getAttribute(String) - Method in class org.jboss.webbeans.servlet.ApplicationBeanStore
 
getAttribute(String) - Method in class org.jboss.webbeans.servlet.HttpRequestSessionBeanStore
 
getAttribute(String) - Method in class org.jboss.webbeans.servlet.HttpSessionBeanStore
 
getAttributeNames() - Method in class org.jboss.webbeans.context.beanstore.AbstractAttributeBackedBeanStore
Gets an enumeration of the attribute names present in the underlying storage
getAttributeNames() - Method in class org.jboss.webbeans.servlet.ApplicationBeanStore
 
getAttributeNames() - Method in class org.jboss.webbeans.servlet.HttpRequestSessionBeanStore
 
getAttributeNames() - Method in class org.jboss.webbeans.servlet.HttpSessionBeanStore
 
getBean() - Method in interface javax.inject.manager.InjectionPoint
Get the Bean object representing the Web Bean that defines the injection point
getBean() - Method in class org.jboss.webbeans.ejb.SessionBeanInterceptor
 
getBean() - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
getBean() - Method in class org.jboss.webbeans.injection.FieldInjectionPoint
 
getBean() - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
getBean() - Method in class org.jboss.webbeans.injection.ParameterInjectionPoint
 
getBeanByType(AnnotatedItem<T, ?>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
 
getBeanDeployerEnvironment() - Method in class org.jboss.webbeans.bootstrap.BeanDeployer
 
getBeanIndexFromKey(String) - Method in interface org.jboss.webbeans.context.beanstore.BeanStoreNamingScheme
Gets a bean index key from a key
getBeanIndexFromKey(String) - Method in class org.jboss.webbeans.context.beanstore.PrefixBeanStoreNamingScheme
 
getBeans() - Method in class org.jboss.webbeans.bootstrap.BeanDeployerEnvironment
 
getBeans() - Method in interface org.jboss.webbeans.context.api.BeanStore
Returns an Iterable over the current contents in the storage
getBeans() - Method in class org.jboss.webbeans.context.api.helpers.AbstractMapBackedBeanStore
Returns the beans contained in the store
getBeans() - Method in class org.jboss.webbeans.context.api.helpers.ForwardingBeanStore
 
getBeans() - Method in class org.jboss.webbeans.context.beanstore.AbstractAttributeBackedBeanStore
Returns the beans present in the store
getBeans() - Method in class org.jboss.webbeans.ManagerImpl
The beans registered with the Web Bean manager.
getBeanStore() - Method in class org.jboss.webbeans.context.AbstractMapContext
A method that returns the actual bean store implementation
getBeanStore() - Method in class org.jboss.webbeans.context.AbstractThreadLocalMapContext
Gets the bean store
getBeanStore() - Method in class org.jboss.webbeans.context.ApplicationContext
Gets the bean store
getBeansXmlUrls() - Method in class org.jboss.webbeans.xml.XmlEnvironment
 
getBindings() - Method in class javax.inject.manager.Bean
The bindings of a bean
getBindings() - Method in interface javax.inject.manager.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�.
getBindings() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the binding types
getBindings() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
getBindings() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
getBindings() - Method in class org.jboss.webbeans.bean.ForwardingBean
Gets the binding types of the delegate
getBindings() - Method in class org.jboss.webbeans.bean.NewEnterpriseBean
Gets the bindings
getBindings() - Method in class org.jboss.webbeans.bean.NewSimpleBean
Gets the bindings
getBindings() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
getBindings() - Method in class org.jboss.webbeans.bean.standard.EventBean
 
getBindings() - Method in class org.jboss.webbeans.bean.standard.InstanceBean
 
getBindings() - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
getBindings() - Method in class org.jboss.webbeans.injection.FieldInjectionPoint
 
getBindings() - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
getBindings() - Method in class org.jboss.webbeans.injection.ParameterInjectionPoint
 
getBindings() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Deprecated. This reflection type should not know about JSR-299 binding types
getBindings() - Method in class org.jboss.webbeans.introspector.AnnotationStore
Deprecated. 
getBindings() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
Deprecated. 
getBindings() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Deprecated. 
getBindings() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
Deprecated. 
getBindings() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
Deprecated. 
getBindings() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
Deprecated. 
getBindings() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
Deprecated. 
getBindingsAsArray() - Method in class org.jboss.webbeans.event.ObserverImpl
 
getBindingsAsArray() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Deprecated. This reflection type should not know about JSR-299 binding types
getBindingsAsArray() - Method in class org.jboss.webbeans.introspector.AnnotationStore
Deprecated. 
getBindingsAsArray() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
Deprecated. 
getBindingsAsArray() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Deprecated. 
getBindingsAsArray() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
Deprecated. 
getBindingsAsArray() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
Deprecated. 
getBindingsAsArray() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
Deprecated. 
getBindingsAsArray() - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
Deprecated. 
getBindingTypeModel(Class<T>) - Method in class org.jboss.webbeans.metadata.MetaDataCache
Gets a binding type model.
getBusinessObject(Class<S>) - Method in interface org.jboss.webbeans.ejb.api.SessionObjectReference
Get the reference from the EJB container to the session object for the given business interface
getChildren() - Method in class org.jboss.webbeans.el.Namespace
 
getClassBean(AnnotatedClass<?>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployerEnvironment
 
getClasses() - Method in class org.jboss.webbeans.xml.XmlEnvironment
 
getClientProxy(ManagerImpl, Bean<T>) - Method in class org.jboss.webbeans.bean.proxy.ClientProxyProvider
Gets a client proxy for a bean Looks for a proxy in the pool.
getClientProxyProvider() - Method in class org.jboss.webbeans.ManagerImpl
 
getCommonPropertyType(ELContext, Object) - Method in class org.jboss.webbeans.el.WebBeansELResolver
 
getConstructor() - Method in class org.jboss.webbeans.bean.SimpleBean
Returns the constructor
getConstructors() - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all constructors
getConstructors() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getConstructors() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets the abstracted constructors of the class Initializes the constructors if they are null
getContext(Class<? extends Annotation>) - Method in interface javax.inject.manager.Manager
Obtain an active context instance for the given scope type.
getContext(Class) - Method in class org.jboss.webbeans.el.ForwardingELContext
 
getContext(Class<? extends Annotation>) - Method in class org.jboss.webbeans.ManagerImpl
Gets an active context of the given scope.
getContext() - Method in class org.jboss.webbeans.resources.spi.helpers.AbstractResourceServices
 
getContexts() - Method in class org.jboss.webbeans.ManagerImpl
 
getContextualKey(Contextual<?>) - Method in interface org.jboss.webbeans.context.beanstore.BeanStoreNamingScheme
Gets a bean store key for a contextual
getContextualKey(Contextual<?>) - Method in class org.jboss.webbeans.context.beanstore.PrefixBeanStoreNamingScheme
 
getConversation() - Method in class org.jboss.webbeans.conversation.ConversationEntry
 
getConversationConcurrentAccessTimeout() - Static method in class org.jboss.webbeans.conversation.ServletConversationManager
 
getConversationId() - Static method in class org.jboss.webbeans.jsf.PhaseHelper
Gets the propagated conversation id
getConversationIdFromRequest() - Static method in class org.jboss.webbeans.jsf.PhaseHelper
Gets the propagated conversation id parameter from the request
getConversationIdFromViewRoot() - Static method in class org.jboss.webbeans.jsf.PhaseHelper
Gets the propagated conversation id from the view root attribute map
getConversationIdName() - Static method in class org.jboss.webbeans.conversation.ServletConversationManager
 
getConversationTimeoutInMilliseconds() - Static method in class org.jboss.webbeans.conversation.ServletConversationManager
 
getCreationalContext(Bean<S>) - Method in class org.jboss.webbeans.context.CreationalContextImpl
 
getCurrent() - Method in class org.jboss.webbeans.ManagerImpl
 
getCurrentActivities() - Method in class org.jboss.webbeans.ManagerImpl
 
getDeclaredAnnotatedFields(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all fields which are annotated with the given annotation type on this class only.
getDeclaredAnnotatedFields(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getDeclaredAnnotatedFields(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getDeclaredAnnotatedMethods(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all methods annotated with annotationType
getDeclaredAnnotatedMethods(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getDeclaredAnnotatedMethods(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getDeclaredBeanType() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Gets the declared bean type
getDeclaredConstructor(ConstructorSignature) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Get the constructor which matches the argument list provided
getDeclaredConstructor(ConstructorSignature) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getDeclaredConstructor(ConstructorSignature) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getDeclaredConstructor(Class<T>, Class<?>...) - Static method in class org.jboss.webbeans.util.Reflections
Gets a constructor with matching parameter types
getDeclaredField(String, AnnotatedClass<F>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Get a field by name
getDeclaredField(String, AnnotatedClass<F>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getDeclaredField(String, AnnotatedClass<F>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getDeclaredFields() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets all annotations which are declared on this annotated item with the given meta annotation type
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.AnnotationStore
 
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
getDeclaredMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
getDeclaredMethod(MethodSignature, AnnotatedClass<M>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Get a method by name
getDeclaredMethod(Method) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Deprecated. 
getDeclaredMethod(Method) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
Deprecated. 
getDeclaredMethod(MethodSignature, AnnotatedClass<M>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getDeclaredMethod(Method) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getDeclaredMethod(MethodSignature, AnnotatedClass<M>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getDeclaredMethodsWithAnnotatedParameters(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all with parameters annotated with annotationType
getDeclaredMethodsWithAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getDeclaredMethodsWithAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getDeclaringBean() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Returns the declaring bean
getDeclaringClass() - Method in interface org.jboss.webbeans.introspector.AnnotatedConstructor
Gets the declaring class of the annotation
getDeclaringClass() - Method in interface org.jboss.webbeans.introspector.AnnotatedField
Gets an abstraction of the declaring class
getDeclaringClass() - Method in interface org.jboss.webbeans.introspector.AnnotatedMember
Gets an abstraction of the declaring class
getDeclaringClass() - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Gets the declaring class
getDeclaringClass() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedConstructor
 
getDeclaringClass() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
getDeclaringClass() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
getDeclaringClass() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Gets the declaring class
getDeclaringClass() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
Gets the abstracted declaring class
getDeclaringClass() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
getDeclaringMember() - Method in interface org.jboss.webbeans.introspector.AnnotatedParameter
 
getDeclaringMember() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedParameter
 
getDeclaringMember() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
 
getDefaultDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the default deployment type
getDefaultDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractClassBean
 
getDefaultDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Gets the deployment types
getDefaultDeploymentType() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
getDefaultDeploymentType() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Get the default deployment type the stereotype specifies
getDefaultName() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the default name of the bean
getDefaultName() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Gets the default name
getDefaultName() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
getDefaultName() - Method in class org.jboss.webbeans.bean.ProducerFieldBean
Returns the default name
getDefaultName() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Returns the default name
getDefaultScopeType() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Get the default scope type the stereotype specifies
getDelegate() - Method in class org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass
 
getDelegate() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getDelegate() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
 
getDelegate() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets the delegate (class)
getDelegate() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Gets the delegate (constructor)
getDelegate() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
 
getDelegate() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
getDelegate() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Gets the delegate
getDelegateBindings() - Method in class javax.inject.manager.Decorator
Obtains the bindings of the decorated bean
getDelegateType() - Method in class javax.inject.manager.Decorator
Obtains the type of the decorated bean
getDependentInstancesStore() - Method in class org.jboss.webbeans.context.DependentStorageRequest
Gets the store
getDeploymentType() - Method in class javax.inject.manager.Bean
The deployment type of a bean
getDeploymentType(List<Class<? extends Annotation>>, Map<Class<? extends Annotation>, Annotation>) - Static method in class org.jboss.webbeans.bean.AbstractBean
Helper class for getting deployment type Loops through the enabled deployment types (backwards) and returns the first one present in the possible deployments type, resulting in the deployment type of highest priority
getDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the deployment type of the bean
getDeploymentType() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
getDeploymentType() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
getDeploymentType() - Method in class org.jboss.webbeans.bean.ForwardingBean
Gets the deployment types of the delegate
getDeploymentType() - Method in class org.jboss.webbeans.bean.NewEnterpriseBean
Gets the deployment type
getDeploymentType() - Method in class org.jboss.webbeans.bean.NewSimpleBean
Gets the deployment type
getDeploymentType() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
getDisposalMethod() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Returns the disposal method
getDisposalMethod(AnnotatedMethod<?>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployerEnvironment
 
getEjbDescriptor() - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
getEjbDescriptors() - Method in class org.jboss.webbeans.bootstrap.BeanDeployerEnvironment
 
getEjbDescriptors() - Method in class org.jboss.webbeans.xml.XmlEnvironment
 
getEjbLink() - Method in class org.jboss.webbeans.bean.ee.RemoteEjbBean
 
getEjbName() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
getEjbName() - Method in interface org.jboss.webbeans.ejb.spi.EjbDescriptor
Gets the EJB name
getEjbName() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
getEjbServices() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
Deprecated. 
getEjbServices() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
getELResolver() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
getEnabledDeploymentTypes() - Method in class org.jboss.webbeans.ManagerImpl
A strongly ordered, unmodifiable list of enabled deployment types
getEnabledDeploymentTypes() - Method in class org.jboss.webbeans.xml.XmlEnvironment
 
getEnterpriseBean() - Static method in class org.jboss.webbeans.bean.proxy.EnterpriseBeanProxyMethodHandler
 
getEnvironment() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
getEventBindings() - Method in class org.jboss.webbeans.event.EventObserver
 
getEventType() - Method in class org.jboss.webbeans.event.EventObserver
 
getEventType() - Method in class org.jboss.webbeans.event.ObserverImpl
 
getFeatureDescriptors(ELContext, Object) - Method in class org.jboss.webbeans.el.WebBeansELResolver
 
getFieldInjectionPoints(AnnotatedClass<?>, Bean<?>) - Static method in class org.jboss.webbeans.util.Beans
 
getFields() - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all fields on the type
getFields() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getFields() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets the abstracted fields of the class Initializes the fields if they are null
getFilteredAnnotationTypes() - Method in class org.jboss.webbeans.bean.standard.AbstractFacadeBean
Gets a set of annotation classes to ignore
getFilteredAnnotationTypes() - Method in class org.jboss.webbeans.bean.standard.EventBean
 
getFilteredAnnotationTypes() - Method in class org.jboss.webbeans.bean.standard.InstanceBean
 
getFlattenedTypeHierarchy() - Method in class org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass
 
getFlattenedTypeHierarchy() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
 
getFlattenedTypeHierarchy() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getFlattenedTypeHierarchy() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getFlattenedTypes() - Method in class org.jboss.webbeans.util.Reflections.HierarchyDiscovery
 
getFunctionMapper() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
getFuture(K) - Method in class org.jboss.webbeans.util.collections.ConcurrentCache
Gets the Future value from the map
getHttpSession() - Static method in class org.jboss.webbeans.jsf.PhaseHelper
Gets the HTTP session
getId() - Method in interface javax.context.Conversation
Get the id associated with the current long running conversation
getId() - Method in class org.jboss.webbeans.bean.AbstractClassBean
 
getId() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
getId() - Method in class org.jboss.webbeans.bean.ee.jms.JmsQueueBean
 
getId() - Method in class org.jboss.webbeans.bean.ee.jms.JmsTopicBean
 
getId() - Method in class org.jboss.webbeans.bean.ee.PersistenceContextBean
 
getId() - Method in class org.jboss.webbeans.bean.ee.PersistenceUnitBean
 
getId() - Method in class org.jboss.webbeans.bean.ee.RemoteEjbBean
 
getId() - Method in class org.jboss.webbeans.bean.ee.ResourceBean
 
getId() - Method in class org.jboss.webbeans.bean.ee.WebServiceBean
 
getId() - Method in class org.jboss.webbeans.bean.ProducerFieldBean
 
getId() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
 
getId() - Method in class org.jboss.webbeans.bean.RIBean
 
getId() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
getId() - Method in class org.jboss.webbeans.conversation.ConversationImpl
 
getId() - Method in class org.jboss.webbeans.ManagerImpl
 
getIds() - Method in class org.jboss.webbeans.ManagerImpl
 
getIncompleteInstance(Bean<S>) - Method in class org.jboss.webbeans.context.CreationalContextImpl
 
getInitializerMethods() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Gets the annotated methods
getInjectionPoint() - Method in class org.jboss.webbeans.ManagerImpl
Accesses the factory used to create each instance of InjectionPoint that is injected into web beans.
getInjectionPoints() - Method in class javax.inject.manager.Bean
The injection points of a bean
getInjectionPoints() - Method in class org.jboss.webbeans.bean.AbstractBean
 
getInjectionPoints() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
getInjectionPoints() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
getInjectionPoints() - Method in class org.jboss.webbeans.bean.ForwardingBean
 
getInjectionPoints() - Method in class org.jboss.webbeans.bean.RIBean
 
getInjectionPoints() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
getInstance(Bean<T>) - Method in interface javax.inject.manager.Manager
Obtains an instance of a bean
getInstance(Bean<T>) - Method in class org.jboss.webbeans.ManagerImpl
Returns an instance of a bean
getInstance(Bean<T>, boolean) - Method in class org.jboss.webbeans.ManagerImpl
 
getInstanceByName(String) - Method in interface javax.inject.manager.Manager
Obtains an instance of a bean by considering the bean name and deployment precedence.
getInstanceByName(String) - Method in class org.jboss.webbeans.ManagerImpl
Gets an instance by name, returning null if none is found and throwing an exception if too many beans match
getInstanceByType(Class<T>, Annotation...) - Method in interface javax.inject.manager.Manager
Obtains an instance of a bean by considering bean type, bindings, and deployment precedence.
getInstanceByType(TypeLiteral<T>, Annotation...) - Method in interface javax.inject.manager.Manager
Obtains an instance of a bean by considering bean type, bindings, and deployment precedence.
getInstanceByType(Class<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Returns an instance by API type and binding types
getInstanceByType(TypeLiteral<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Returns an instance by type literal and binding types
getInstanceByType(AnnotatedItem<T, ?>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolve an instance, verify that the resolved bean can be instantiated, and return
getInstanceToInject(InjectionPoint, CreationalContext<?>) - Method in interface javax.inject.manager.Manager
Obtains an instance of bean for a given injection point.
getInstanceToInject(InjectionPoint) - Method in interface javax.inject.manager.Manager
Obtains an instance of bean for a given injection point.
getInstanceToInject(InjectionPoint) - Method in class org.jboss.webbeans.ManagerImpl
 
getInstanceToInject(InjectionPoint, CreationalContext<?>) - Method in class org.jboss.webbeans.ManagerImpl
 
getInterceptorBindings() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Get any interceptor bindings the the stereotype specifies
getInterceptorBindingTypes() - Method in class javax.inject.manager.Interceptor
The interceptor bindings used to bind an interceptor to a bean
getInterface() - Method in interface org.jboss.webbeans.ejb.spi.BusinessInterfaceDescriptor
Gets the business interface class
getInterface() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwadingBusinessInterfaceDescriptor
 
getJmsServices() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
getJndiName() - Method in class org.jboss.webbeans.bean.ee.AbstractResourceBean
 
getJndiName() - Method in class org.jboss.webbeans.bean.ee.AbstractResourceMethodHandler
 
getJndiName() - Method in interface org.jboss.webbeans.ejb.spi.BusinessInterfaceDescriptor
Gets the JNDI name under which the EJB is registered
getJndiName() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwadingBusinessInterfaceDescriptor
 
getJpaServices() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
getKey() - Method in class org.jboss.webbeans.context.DependentStorageRequest
Gets the key
getLocalBusinessInterfaces() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
getLocalBusinessInterfaces() - Method in interface org.jboss.webbeans.ejb.spi.EjbDescriptor
Gets the local business interfaces of the EJB
getLocalBusinessInterfaces() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
getLocale() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
getLog(String) - Static method in class org.jboss.webbeans.log.Logging
 
getLog(Class<?>) - Static method in class org.jboss.webbeans.log.Logging
 
getLogProvider(Class<?>) - Static method in class org.jboss.webbeans.log.Logging
 
getLongRunningConversations() - Method in interface org.jboss.webbeans.conversation.ConversationManager
Gets the currently managed long-running conversations
getLongRunningConversations() - Method in class org.jboss.webbeans.conversation.ServletConversationManager
 
getManager() - Method in class javax.inject.manager.Bean
Get the manager used to create this bean
getManager() - Method in class org.jboss.webbeans.bean.RIBean
 
getManager() - Method in interface org.jboss.webbeans.bootstrap.api.Bootstrap
Get the manager used for this application.
getManager() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
getManager() - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
getManager() - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
getManager() - Method in class org.jboss.webbeans.FacadeImpl
 
getManager() - Method in class org.jboss.webbeans.xml.XmlEnvironment
 
getMappedName() - Method in class org.jboss.webbeans.bean.ee.AbstractResourceBean
 
getMappedName() - Method in class org.jboss.webbeans.bean.ee.AbstractResourceMethodHandler
 
getMember() - Method in interface javax.inject.manager.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 class org.jboss.webbeans.injection.ParameterInjectionPoint
 
getMember(String, AnnotatedClass<A>) - Method in interface org.jboss.webbeans.introspector.AnnotatedAnnotation
Get an annotation member by name
getMember() - Method in interface org.jboss.webbeans.introspector.AnnotatedMember
 
getMember() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMember
 
getMember() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
 
getMember(String, AnnotatedClass<A>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
 
getMembers() - Method in interface org.jboss.webbeans.introspector.AnnotatedAnnotation
Gets all members
getMembers() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedAnnotation
 
getMembers() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
Gets all members of the annotation Initializes the members first if they are null
getMergedStereotypes() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the merged stereotypes of the bean
getMetaAnnotatedFields(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all fields which are meta-annotated with metaAnnotationType
getMetaAnnotatedFields(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getMetaAnnotatedFields(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets abstracted fields with requested meta-annotation type present If the meta-annotations map is null, it is initializes.
getMetaAnnotation() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Gets the meta-annotation that should be present
getMetaAnnotation() - Method in class org.jboss.webbeans.metadata.BindingTypeModel
Gets the meta-annotation type
getMetaAnnotation() - Method in class org.jboss.webbeans.metadata.ScopeModel
Gets the corresponding meta-annotation type class
getMetaAnnotation() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Gets the meta-annotation type
getMetaAnnotations(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets all annotations which are annotated with the given meta annotation type
getMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.AnnotationStore
 
getMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
getMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
getMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
getMetaAnnotations(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets all annotations which are annotated with the given meta annotation type
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.AnnotationStore
 
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
getMetaAnnotationsAsArray(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
getMethod(InterceptionType) - Method in class javax.inject.manager.Interceptor
The interceptor method for the specified lifecycle callback or business method
getMethod(Method) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Deprecated. 
getMethod(Method) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
Deprecated. 
getMethod(Method) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getMethodName() - Method in class org.jboss.webbeans.introspector.jlr.MethodSignatureImpl
 
getMethodName() - Method in interface org.jboss.webbeans.introspector.MethodSignature
 
getMethodsWithAnnotatedParameters(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets all with parameters annotated with annotationType
getMethodsWithAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getMethodsWithAnnotatedParameters(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getName() - Method in class javax.inject.manager.Bean
The name of a bean
getName() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the name of the bean
getName() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
getName() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
getName() - Method in class org.jboss.webbeans.bean.ForwardingBean
Gets the name of the delegate
getName() - Method in class org.jboss.webbeans.bean.NewEnterpriseBean
Gets the name of the bean
getName() - Method in class org.jboss.webbeans.bean.NewSimpleBean
Gets the name of the bean
getName() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
getName() - Method in class org.jboss.webbeans.el.Namespace
 
getName() - Method in class org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass
 
getName() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets the name of this AnnotatedItem If it is not possible to determine the name of the underling element, a IllegalArgumentException is thrown
getName() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getName() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
Gets the name of the member
getName() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
Gets the name of the type
getName() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Gets the name of the parameter
getNamingScheme() - Method in class org.jboss.webbeans.context.beanstore.AbstractAttributeBackedBeanStore
Gets an naming scheme for handling keys in a bean store
getNamingScheme() - Method in class org.jboss.webbeans.servlet.ApplicationBeanStore
 
getNamingScheme() - Method in class org.jboss.webbeans.servlet.ConversationBeanStore
 
getNamingScheme() - Method in class org.jboss.webbeans.servlet.HttpRequestSessionBeanStore
 
getNamingScheme() - Method in class org.jboss.webbeans.servlet.HttpSessionBeanStore
 
getNewEnterpriseBeanMap() - Method in class org.jboss.webbeans.ManagerImpl
Gets the class-mapped beans.
getNoArgsConstructor() - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets the no-args constructor
getNoArgsConstructor() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getNoArgsConstructor() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
getNonBindingTypes() - Method in class org.jboss.webbeans.metadata.BindingTypeModel
Gets the non-binding types
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.webbeans.resources.ManagerObjectFactory
 
getObjectInterface() - Method in class org.jboss.webbeans.ejb.InternalEjbDescriptor
 
getObserver() - Method in class org.jboss.webbeans.event.EventObserver
 
getObservers() - Method in class org.jboss.webbeans.bootstrap.BeanDeployerEnvironment
 
getObservers(T, Annotation...) - Method in class org.jboss.webbeans.event.EventManager
Resolves the list of observers to be notified for a given event and optional event bindings.
getOriginalCid() - Method in class org.jboss.webbeans.conversation.ConversationImpl
Gets the original ID of the conversation
getOwnerType() - Method in class org.jboss.webbeans.util.reflection.ParameterizedTypeImpl
 
getPackagesMap() - Method in interface org.jboss.webbeans.xml.checker.beanchildren.BeanChildrenChecker
 
getPackagesMap() - Method in class org.jboss.webbeans.xml.checker.beanchildren.impl.BeanChildrenCheckerImpl
 
getParameters() - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
getParameters() - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
getParameters() - Method in interface org.jboss.webbeans.introspector.AnnotatedConstructor
Gets all parameters to the constructor
getParameters() - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Gets the abstracted parameters of the method
getParameters() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedConstructor
 
getParameters() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
getParameters() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Gets the abstracted parameters If the parameters are null, initalize them first
getParameters() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
getParameterTypes() - Method in interface org.jboss.webbeans.introspector.ConstructorSignature
 
getParameterTypes() - Method in class org.jboss.webbeans.introspector.jlr.ConstructorSignatureImpl
 
getParameterTypes() - Method in class org.jboss.webbeans.introspector.jlr.MethodSignatureImpl
 
getParameterTypes() - Method in interface org.jboss.webbeans.introspector.MethodSignature
 
getParameterTypesAsArray() - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Get the parameter types as an array
getParameterTypesAsArray() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
getParameterTypesAsArray() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
getParameterValues(List<ParameterInjectionPoint<?>>, Object, Class<? extends Annotation>, ManagerImpl, CreationalContext<?>) - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
Helper method for getting the current parameter values from a list of annotated parameters.
getParameterValues(List<ParameterInjectionPoint<?>>, Class<? extends Annotation>, Object, ManagerImpl, CreationalContext<?>) - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
Helper method for getting the current parameter values from a list of annotated parameters.
getPhaseId() - Method in class org.jboss.webbeans.jsf.WebBeansPhaseListener
 
getPossibleDeploymentTypes() - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Returns the possible deployment typess
getPossibleScopeTypes() - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Returns the possible scope types
getPostConstruct() - Method in class org.jboss.webbeans.bean.SimpleBean
Returns the post-construct method
getPreDestroy() - Method in class org.jboss.webbeans.bean.SimpleBean
Returns the pre-destroy method
getProducerMethod(AnnotatedMethod<?>) - Method in class org.jboss.webbeans.bootstrap.BeanDeployerEnvironment
 
getPropertyName() - Method in interface org.jboss.webbeans.introspector.AnnotatedField
Gets the property name of the field
getPropertyName() - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Gets the property name
getPropertyName() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
getPropertyName() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
getPropertyName() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
Gets the property name
getPropertyName() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
getPropertyName(Method) - Static method in class org.jboss.webbeans.resources.spi.helpers.AbstractResourceServices
 
getPropertyName(Method) - Static method in class org.jboss.webbeans.util.Reflections
Gets the property name from a getter method
getProxiedInstance(Class<?>) - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceMethodHandler
 
getProxiedInstance(Class<?>) - Method in class org.jboss.webbeans.bean.ee.PersistenceContextMethodHandler
 
getProxiedInstance(Class<?>) - Method in class org.jboss.webbeans.bean.ee.PersistenceUnitMethodHandler
 
getProxiedInstance(Class<?>) - Method in class org.jboss.webbeans.bean.ee.RemoteEjbMethodHandler
 
getProxiedInstance(Class<?>) - Method in class org.jboss.webbeans.bean.ee.ResourceMethodHandler
 
getProxiedInstance(Class<?>) - Method in class org.jboss.webbeans.bean.ee.WebServiceMethodHandler
 
getProxyClass() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
getProxyFactory(Set<Type>) - Static method in class org.jboss.webbeans.util.Proxies
Get the proxy factory for the given set of types
getQualifiedName() - Method in class org.jboss.webbeans.el.Namespace
 
getQueueConnectionFactory() - Method in interface org.jboss.webbeans.messaging.spi.JmsServices
Get a QueueConnectionFactory
getRawType() - Method in class javax.inject.TypeLiteral
Get the raw type represented by the type literal
getRawType() - Method in class org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass
 
getRawType() - Method in interface org.jboss.webbeans.introspector.AnnotatedAnnotation
 
getRawType() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Gets the type of the element
getRawType() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getRawType() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getRawType() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Gets the type of the annotation
getRawType() - Method in class org.jboss.webbeans.util.reflection.ParameterizedTypeImpl
 
getReceiver(CreationalContext<?>) - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Gets the receiver of the product
getRegisteredObservers() - Method in class org.jboss.webbeans.ManagerImpl
 
getRemoteBusinessInterfaces() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
getRemoteBusinessInterfaces() - Method in interface org.jboss.webbeans.ejb.spi.EjbDescriptor
Gets the remote business interfaces of the EJB
getRemoteBusinessInterfaces() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
getRemoveMethods() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
getRemoveMethods() - Method in interface org.jboss.webbeans.ejb.spi.EjbDescriptor
Get the remove methods of the EJB
getRemoveMethods() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
getRequiredServices() - Method in interface org.jboss.webbeans.bootstrap.api.Environment
The services to require for this environment
getRequiredServices() - Method in enum org.jboss.webbeans.bootstrap.api.Environments
 
getRequiredTypes() - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Returns the required types
getRequiredTypes() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Gets the required types
getResolvedDisposalBeans() - Method in class org.jboss.webbeans.bootstrap.BeanDeployerEnvironment
 
getResolvedType() - Method in class org.jboss.webbeans.util.Reflections.HierarchyDiscovery
 
getResolver() - Method in class org.jboss.webbeans.ManagerImpl
Get the web bean resolver.
getResource(String) - Method in class org.jboss.webbeans.resources.DefaultResourceLoader
 
getResource(String) - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceLoader
 
getResource(String) - Method in interface org.jboss.webbeans.resources.spi.ResourceLoader
Gets a resource as a URL by name
getResourceBeans() - Method in class org.jboss.webbeans.xml.XmlEnvironment
 
getResourceLoader() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
Deprecated. 
getResourceLoader() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
getResourceName(String, String) - Method in class org.jboss.webbeans.resources.spi.helpers.AbstractResourceServices
 
getResourceName(InjectionPoint) - Method in class org.jboss.webbeans.resources.spi.helpers.AbstractResourceServices
 
getResources(String) - Method in class org.jboss.webbeans.resources.DefaultResourceLoader
 
getResources(String) - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceLoader
 
getResources(String) - Method in interface org.jboss.webbeans.resources.spi.ResourceLoader
Gets resources as URLs by name
getResourceServices() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
getRiBeans() - Method in class org.jboss.webbeans.ManagerImpl
 
getRootElementSafely(URL) - Static method in class org.jboss.webbeans.persistence.DefaultEntityDiscovery
Parses an XML document safely, as to not resolve any external DTDs
getRootNamespace() - Method in class org.jboss.webbeans.ManagerImpl
 
getScopeModel(Class<T>) - Method in class org.jboss.webbeans.metadata.MetaDataCache
Gets a scope model Adds the model if it is not present.
getScopeType() - Method in interface javax.context.Context
The scope which this context implements
getScopeType() - Method in class javax.inject.manager.Bean
The scope of a bean
getScopeType() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the scope type of the bean
getScopeType() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
getScopeType() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
getScopeType() - Method in class org.jboss.webbeans.bean.ForwardingBean
Gets the scope type of the delegate
getScopeType() - Method in class org.jboss.webbeans.bean.NewEnterpriseBean
Gets the scope type
getScopeType() - Method in class org.jboss.webbeans.bean.NewSimpleBean
Gets the scope type
getScopeType() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
getScopeType() - Method in class org.jboss.webbeans.context.AbstractContext
Get the scope the context is for
getServices() - Method in interface org.jboss.webbeans.bootstrap.api.Bootstrap
Get the services available to this bootstrap
getServices() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
getServices() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
getServices() - Method in class org.jboss.webbeans.ManagerImpl
 
getServices() - Method in class org.jboss.webbeans.xml.XmlEnvironment
 
getSession() - Method in class org.jboss.webbeans.servlet.HttpSessionManager
 
getSignature() - Method in interface org.jboss.webbeans.introspector.AnnotatedConstructor
 
getSignature() - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
 
getSignature() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedConstructor
 
getSignature() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
getSignature() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
 
getSignature() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
getSimpleName() - Method in interface org.jboss.webbeans.introspector.AnnotatedType
 
getSimpleName() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedType
 
getSimpleName() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.AbstractBean
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.ProducerFieldBean
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.RIBean
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.SimpleBean
 
getSpecializedBean() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
getSpecializedBeans() - Method in class org.jboss.webbeans.ManagerImpl
 
getStereotype(Class<T>) - Method in class org.jboss.webbeans.metadata.MetaDataCache
Gets a stereotype model Adds the model if it is not present.
getStereotypeClass() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Deprecated. 
getSuperclass() - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Gets the superclass.
getSuperclass() - Method in interface org.jboss.webbeans.introspector.AnnotatedType
Gets the superclass of the type
getSuperclass() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
getSuperclass() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedType
 
getSuperclass() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
Gets the superclass abstraction of the type
getSuperClass() - Method in class org.jboss.webbeans.util.Proxies.TypeInfo
 
getSuperclasses() - Method in class org.jboss.webbeans.bean.AbstractClassBean
 
getSupportedScopes() - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Returns the supported scopes
getSupportedScopes() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Gets the supported scopes
getTaskExecutor() - Method in class org.jboss.webbeans.ManagerImpl
Provides access to the executor service used for asynchronous tasks.
getTimeout() - Method in interface javax.context.Conversation
Get the timeout for the current long running conversation.
getTimeout() - Method in class org.jboss.webbeans.conversation.ConversationImpl
 
getTopicConnectionFactory() - Method in interface org.jboss.webbeans.messaging.spi.JmsServices
Get a TopicConnectionFactory
getTransactionServices() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
Deprecated. 
getTransactionServices() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
getType() - Method in interface javax.inject.manager.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.inject.TypeLiteral
Get the actual type represented by type literal
getType() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the type of the bean
getType() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
getType() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
getType() - Method in class org.jboss.webbeans.bean.RIBean
 
getType() - Method in class org.jboss.webbeans.bean.standard.EventBean
 
getType() - Method in class org.jboss.webbeans.bean.standard.InjectionPointBean
 
getType() - Method in class org.jboss.webbeans.bean.standard.InstanceBean
 
getType() - Method in class org.jboss.webbeans.bean.standard.ManagerBean
 
getType() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
getType() - Method in interface org.jboss.webbeans.ejb.spi.EjbDescriptor
Gets the EJB type
getType() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
getType(ELContext, Object, Object) - Method in class org.jboss.webbeans.el.WebBeansELResolver
 
getType() - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
getType() - Method in class org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass
 
getType() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
 
getType() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
getType() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
getTypes() - Method in class javax.inject.manager.Bean
The client-visible types of a bean
getTypes() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets the API types of the bean
getTypes() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
getTypes() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
getTypes() - Method in class org.jboss.webbeans.bean.ForwardingBean
Gets the API types of the delegate
getTypes() - Method in class org.jboss.webbeans.bean.standard.EventBean
 
getTypes() - Method in class org.jboss.webbeans.bean.standard.InjectionPointBean
 
getTypes() - Method in class org.jboss.webbeans.bean.standard.InstanceBean
 
getTypes() - Method in class org.jboss.webbeans.bean.standard.ManagerBean
 
getUnitName() - Method in class org.jboss.webbeans.bean.ee.PersistenceContextBean
 
getUnitName() - Method in class org.jboss.webbeans.bean.ee.PersistenceUnitBean
 
getValue(ELContext, Object, Object) - Method in class org.jboss.webbeans.el.WebBeansELResolver
 
getValue(Manager) - Method in interface org.jboss.webbeans.introspector.AnnotatedParameter
Gets the actual value of the parameter from the manager
getValue(Manager) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedParameter
 
getValue(Manager) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
Gets the current value of the member
getValue(Manager) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Gets the current value
getValue(K) - Method in class org.jboss.webbeans.util.collections.ConcurrentCache
Gets a value from the map.
getValueToInject(ManagerImpl, CreationalContext<?>) - Method in class org.jboss.webbeans.injection.ParameterInjectionPoint
 
getVariableMapper() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
getVersion() - Static method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
Gets version information
getWebBeanDiscovery() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
Deprecated. 
getWebBeanDiscovery() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
getWebServices() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
getWsdlLocation() - Method in class org.jboss.webbeans.bean.ee.WebServiceBean
 
getXmlEnvironment() - Method in interface org.jboss.webbeans.xml.checker.beanchildren.BeanChildrenChecker
 
getXmlEnvironment() - Method in class org.jboss.webbeans.xml.checker.beanchildren.impl.BeanChildrenCheckerImpl
 

H

hashCode() - Method in class javax.inject.AnnotationLiteral
 
hashCode() - Method in class org.jboss.webbeans.bean.ForwardingBean
Gets the hash code of the delegate
hashCode() - Method in class org.jboss.webbeans.bean.RIBean
 
hashCode() - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
hashCode() - Method in class org.jboss.webbeans.bootstrap.api.helpers.SimpleServiceRegistry
 
hashCode() - Method in class org.jboss.webbeans.bootstrap.spi.helpers.ForwardingWebBeanDiscovery
 
hashCode() - Method in class org.jboss.webbeans.context.api.helpers.ForwardingBeanStore
 
hashCode() - Method in class org.jboss.webbeans.conversation.ConversationImpl
 
hashCode() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
hashCode() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwadingBusinessInterfaceDescriptor
 
hashCode() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
hashCode() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbServices
 
hashCode() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
hashCode() - Method in class org.jboss.webbeans.el.Namespace
 
hashCode() - Method in class org.jboss.webbeans.event.EventObserver
 
hashCode() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
Overridden method into delegate
hashCode() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Gets the hash code of the actual type
hashCode() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
The overridden hashcode Gets the hash code from the delegate
hashCode() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
 
hashCode() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
hashCode() - Method in class org.jboss.webbeans.introspector.jlr.ConstructorSignatureImpl
 
hashCode() - Method in class org.jboss.webbeans.introspector.jlr.MethodSignatureImpl
 
hashCode() - Method in class org.jboss.webbeans.persistence.spi.helpers.ForwardingJpaServices
 
hashCode() - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceLoader
 
hashCode() - Method in class org.jboss.webbeans.util.collections.ForwardingMap
 
hashCode() - Method in class org.jboss.webbeans.util.collections.ForwardingSet
 
hashCode() - Method in class org.jboss.webbeans.util.reflection.AnnotationImpl
 
hashCode() - Method in class org.jboss.webbeans.util.reflection.ParameterizedTypeImpl
 
hasNext() - Method in class org.jboss.webbeans.util.EnumerationIterator
Indicates if there are more items to iterate
hasNonBindingTypes() - Method in class org.jboss.webbeans.metadata.BindingTypeModel
Indicates if there are non-binding types present
haveBeanDecoratorDeclaration - Variable in class org.jboss.webbeans.xml.checker.beanchildren.ext.AbstractBeanChildrenChecker
 
haveBeanInterceptorDeclaration - Variable in class org.jboss.webbeans.xml.checker.beanchildren.ext.AbstractBeanChildrenChecker
 
HTTP_PREFIX - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
HTTP_SESSION_LISTENER_CLASS - Variable in class org.jboss.webbeans.servlet.ServletApiAbstraction
 
HttpRequestSessionBeanStore - Class in org.jboss.webbeans.servlet
Abstracts the servlet API specific session context as a BeanStore.
HttpRequestSessionBeanStore(HttpServletRequest) - Constructor for class org.jboss.webbeans.servlet.HttpRequestSessionBeanStore
Constructor
HttpSessionBeanStore - Class in org.jboss.webbeans.servlet
A BeanStore that uses a HTTP session as backing storage
HttpSessionBeanStore(HttpSession) - Constructor for class org.jboss.webbeans.servlet.HttpSessionBeanStore
Constructor
HttpSessionManager - Class in org.jboss.webbeans.servlet
 
HttpSessionManager() - Constructor for class org.jboss.webbeans.servlet.HttpSessionManager
 

I

IfExists - Annotation Type in javax.event
Specifies that an observer method is only called if the current instance of the bean declaring the observer method already exists.
IllegalProductException - Exception in javax.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.inject.IllegalProductException
 
IllegalProductException(String, Throwable) - Constructor for exception javax.inject.IllegalProductException
 
IllegalProductException(String) - Constructor for exception javax.inject.IllegalProductException
 
IllegalProductException(Throwable) - Constructor for exception javax.inject.IllegalProductException
 
InconsistentSpecializationException - Exception in javax.inject
 
InconsistentSpecializationException() - Constructor for exception javax.inject.InconsistentSpecializationException
 
InconsistentSpecializationException(String, Throwable) - Constructor for exception javax.inject.InconsistentSpecializationException
 
InconsistentSpecializationException(String) - Constructor for exception javax.inject.InconsistentSpecializationException
 
InconsistentSpecializationException(Throwable) - Constructor for exception javax.inject.InconsistentSpecializationException
 
info(Object, Object...) - Method in interface org.jboss.webbeans.log.Log
 
info(Object, Throwable, Object...) - Method in interface org.jboss.webbeans.log.Log
 
info(Object) - Method in interface org.jboss.webbeans.log.LogProvider
 
info(Object, Throwable) - Method in interface org.jboss.webbeans.log.LogProvider
 
init(ConversationIdGenerator, long) - Method in class org.jboss.webbeans.conversation.ConversationImpl
Initializes a new conversation
init() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Initializes the type and validates it
init() - Method in class org.jboss.webbeans.metadata.BindingTypeModel
Initializes the non-binding types and validates the members
init(FilterConfig) - Method in class org.jboss.webbeans.servlet.ConversationPropagationFilter
 
initBindings() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the binding types
initConstructor() - Method in class org.jboss.webbeans.bean.SimpleBean
Initializes the constructor
initDefaultBindings() - Method in class org.jboss.webbeans.bean.AbstractBean
 
initDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the deployment types
initDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractClassBean
 
initDeploymentType() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
 
initDeploymentType() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
initDeploymentTypeFromStereotype() - Method in class org.jboss.webbeans.bean.AbstractBean
 
initDisposalMethod(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Initializes the remove method
initEjbInjectionPoints() - Method in class org.jboss.webbeans.bean.SimpleBean
 
initialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the bean and its metadata
initialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.AbstractClassBean
Initializes the bean and its metadata
initialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Initializes the bean and its metadata
initialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
initialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.EnterpriseBean
Initializes the bean and its metadata
initialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.ProducerFieldBean
 
initialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Initializes the bean and its metadata
initialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.RIBean
 
initialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.SimpleBean
Initializes the bean and its metadata
initialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
initialize() - Method in interface org.jboss.webbeans.bootstrap.api.Bootstrap
Initialize the bootstrap: Create the manager and bind it to JNDI
initialize() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
initialize() - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
initialize(SingletonProvider) - Static method in class org.jboss.webbeans.bootstrap.api.SingletonProvider
Initialize with an explicit instance
initialize() - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
initialize() - Method in class org.jboss.webbeans.event.ObserverImpl
Completes initialization of the observer and allows derived types to override behavior.
initialize() - Method in class org.jboss.webbeans.persistence.DefaultEntityDiscovery
 
initializeContexts() - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
Initialized - Annotation Type in javax.inject.manager
Event binding type for the event that is raised by the manager when it has completed discovery and bean creation
InitializedLiteral - Class in org.jboss.webbeans.literal
Annotation literal for @Initialized
InitializedLiteral() - Constructor for class org.jboss.webbeans.literal.InitializedLiteral
 
Initializer - Annotation Type in javax.inject
Specifies that a method of a bean is a bean initializer method, or that a constructor is the bean constructor.
initInitializerMethods() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Initializes the initializer methods
initInjectionPoints() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Initializes the injection points
initInjectionPoints() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Initializes the injection points
initInjectionPoints() - Method in class org.jboss.webbeans.bean.SimpleBean
Initializes the injection points
initName() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the name
initNonBindingTypes() - Method in class org.jboss.webbeans.metadata.BindingTypeModel
Initializes the non-binding types
initPersistenceUnitInjectionPoints() - Method in class org.jboss.webbeans.bean.SimpleBean
 
initPostConstruct() - Method in class org.jboss.webbeans.bean.SimpleBean
Initializes the post-construct method
initPreDestroy() - Method in class org.jboss.webbeans.bean.SimpleBean
Initializes the pre-destroy method
initPrimitive() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the primitive flag
initProxyable() - Method in class org.jboss.webbeans.bean.AbstractBean
 
initProxyClass() - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
initResourceInjectionPoints() - Method in class org.jboss.webbeans.bean.SimpleBean
 
initScopeType() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the scope type
initScopeType() - Method in class org.jboss.webbeans.bean.AbstractClassBean
 
initScopeType() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
 
initScopeType() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
initScopeTypeFromStereotype() - Method in class org.jboss.webbeans.bean.AbstractBean
 
initSerializable() - Method in class org.jboss.webbeans.bean.AbstractBean
 
initSerializable() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
 
initSerializable() - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
initType() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Initializes the bean type
initType() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Initializes the type
initType() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
initType() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Initializes the type
initTypes() - Method in class org.jboss.webbeans.bean.AbstractBean
Initializes the API types
initTypes() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Initializes the API types
initTypes() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
Initializes the API types
initTypes() - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
initValid() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Validates the data for correct annotation
inject(Object, Object) - Method in interface org.jboss.webbeans.injection.AnnotatedInjectionPoint
Injects an instance
inject(Object, Object) - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
inject(Object, ManagerImpl, CreationalContext<?>) - Method in class org.jboss.webbeans.injection.FieldInjectionPoint
 
inject(Object, Object) - Method in class org.jboss.webbeans.injection.FieldInjectionPoint
 
inject(Object, Object) - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
inject(Object) - Method in class org.jboss.webbeans.injection.NonContextualInjector
 
inject(Object, Object) - Method in class org.jboss.webbeans.injection.ParameterInjectionPoint
 
injectBoundFields(T, CreationalContext<T>) - Method in class org.jboss.webbeans.bean.AbstractClassBean
Injects bound fields
injectEjbAndCommonFields(T) - Method in class org.jboss.webbeans.bean.SimpleBean
Injects EJBs and common fields
InjectionPoint - Interface in javax.inject.manager
Provides access to metadata about the injection point into which a dependent object is injected.
InjectionPointBean - Class in org.jboss.webbeans.bean.standard
Bean for InjectionPoint metadata
InjectionPointBean(ManagerImpl) - Constructor for class org.jboss.webbeans.bean.standard.InjectionPointBean
 
injectionPoints - Variable in class org.jboss.webbeans.bean.AbstractBean
 
injectNonContextualInstance(Object) - Method in interface org.jboss.webbeans.manager.api.WebBeansManager
Perform JSR-299 dependency injection into a non-contextual instance
injectNonContextualInstance(Object) - Method in class org.jboss.webbeans.ManagerImpl
 
Instance<T> - Interface in javax.inject
An interface for looking up beans of a particular type.
instance() - Static method in class org.jboss.webbeans.bootstrap.api.SingletonProvider
 
instance() - Static method in class org.jboss.webbeans.context.ApplicationContext
 
instance() - Static method in class org.jboss.webbeans.context.ConversationContext
 
instance() - Static method in class org.jboss.webbeans.context.DependentContext
 
instance() - Static method in class org.jboss.webbeans.context.RequestContext
 
instance() - Static method in class org.jboss.webbeans.context.SessionContext
 
InstanceBean - Class in org.jboss.webbeans.bean.standard
 
InstanceBean(ManagerImpl) - Constructor for class org.jboss.webbeans.bean.standard.InstanceBean
 
InstanceImpl<T> - Class in org.jboss.webbeans
Helper implementation for Instance for getting instances
InterceptionType - Enum in javax.inject.manager
Identifies the kind of lifecycle callback or business method
Interceptor - Class in javax.inject.manager
The contract between the manager and a interceptor.
Interceptor(Manager) - Constructor for class javax.inject.manager.Interceptor
Create an interceptor bean
Interceptor - Annotation Type in javax.interceptor
Specifies that a class is an interceptor.
INTERCEPTOR - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
INTERCEPTOR_BINDING_TYPE - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
InterceptorBindingType - Annotation Type in javax.interceptor
Specifies that an annotation type is an interceptor binding type.
INTERCEPTORS - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
InternalEjbDescriptor<T> - Class in org.jboss.webbeans.ejb
More powerful version of EjbDescriptor that exposes Maps for some metadata.
InternalEjbDescriptor(EjbDescriptor<T>) - Constructor for class org.jboss.webbeans.ejb.InternalEjbDescriptor
 
invoke(Object, Method, Method, Object[]) - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceMethodHandler
Lookup the execute the method on the proxied instance obtained from the container
invoke(Object, Method, Method, Object[]) - Method in class org.jboss.webbeans.bean.proxy.ClientProxyMethodHandler
Invokes the method on the correct version of the instance as obtained by a context lookup
invoke(Object, Method, Method, Object[]) - Method in class org.jboss.webbeans.bean.proxy.EnterpriseBeanProxyMethodHandler
Lookups the EJB in the container and executes the method on it
invoke(Object, ManagerImpl, CreationalContext<?>, Class<? extends RuntimeException>) - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
invoke(Object, Object...) - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Invokes the method
invoke(Object, Object...) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
invoke(Object, Object...) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
invokeAndWrap(Method, Object, Object...) - Static method in class org.jboss.webbeans.util.Reflections
Invokes a method and wraps exceptions
invokeAndWrap(String, Object, Object...) - Static method in class org.jboss.webbeans.util.Reflections
 
invokeDisposeMethod(Object) - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
invokeOnInstance(Object, ManagerImpl, CreationalContext<?>, Class<? extends RuntimeException>) - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
invokeOnInstance(Object, Object...) - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Invokes the method on the class of the passed instance, not the declaring class.
invokeOnInstance(Object, Object...) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
invokeOnInstance(Object, Object...) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
invokeOnInstanceWithSpecialValue(Object, Class<? extends Annotation>, Object, ManagerImpl, CreationalContext<?>, Class<? extends RuntimeException>) - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
invokeWithSpecialValue(Object, Class<? extends Annotation>, Object, ManagerImpl, CreationalContext<?>, Class<? extends RuntimeException>) - Method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
isAbstract() - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
 
isAbstract() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
isAbstract() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
isAbstract(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if clazz is abstract
isActive() - Method in interface javax.context.Context
The context is only active at certain points in the application lifecycle
isActive() - Method in class org.jboss.webbeans.context.AbstractContext
Return true if the context is active
isActive() - Method in class org.jboss.webbeans.context.ApplicationContext
Indicates if the context is active
isAnnotationPresent(Class<? extends Annotation>) - Method in interface javax.inject.manager.InjectionPoint
Determine if the specified annotation is present on the injection point
isAnnotationPresent(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Indicates if an annotation type specified is present
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.AnnotationStore
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Checks if an annotation is present on the item
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
isArrayType(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if raw type is array type
isAssignableFrom(AnnotatedItem<?, ?>) - Method in class org.jboss.webbeans.bean.AbstractBean
Checks if this beans annotated item is assignable from another annotated item
isAssignableFrom(AnnotatedItem<?, ?>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Extends Java Class assignability such that actual type parameters are also considered
isAssignableFrom(Set<? extends Type>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Checks if any of the types provided are assignable to this, using the extended assignability algorithm provided by AnnotatedItem.
isAssignableFrom(AnnotatedItem<?, ?>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isAssignableFrom(Set<? extends Type>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isAssignableFrom(AnnotatedItem<?, ?>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Checks if this item is assignable from another annotated item (through type and actual type arguments)
isAssignableFrom(Set<? extends Type>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Checks if this item is assignable from any one a set of types
isBeanNameDefaulted() - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Indicates if the name i defaulted
isBeanNameDefaulted() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Indicates if the bean name is defaulted
isBeanProxyable(Bean<?>) - Static method in class org.jboss.webbeans.util.Beans
Indicates if a bean is proxyable
isBindings(Annotation) - Static method in class org.jboss.webbeans.util.Reflections
Deprecated. 
isConditional() - Method in class org.jboss.webbeans.event.ObserverImpl
Indicates if the observer is conditional
isCreationLockRequired() - Method in class org.jboss.webbeans.context.AbstractMapContext
If Context need to inhibit concurrent instance creation then true, else false.
isCreationLockRequired() - Method in class org.jboss.webbeans.context.AbstractThreadLocalMapContext
 
isCreationLockRequired() - Method in class org.jboss.webbeans.context.ApplicationContext
 
isCreationLockRequired() - Method in class org.jboss.webbeans.context.RequestContext
 
isDebugEnabled() - Method in interface org.jboss.webbeans.log.Log
 
isDebugEnabled() - Method in interface org.jboss.webbeans.log.LogProvider
 
isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Indicates if an annotation type specified is present
isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.AnnotationStore
 
isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isDeclaredAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
isDeclaredInXml() - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Indicates if the bean was declared in XML
isDependent() - Method in class org.jboss.webbeans.bean.AbstractBean
 
isDependent() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
isDependent() - Method in class org.jboss.webbeans.bean.RIBean
 
isDestroyed() - Method in interface org.jboss.webbeans.bean.proxy.EnterpriseBeanInstance
Indicated if a remove method has been invoked by the application
isEmpty() - Method in class org.jboss.webbeans.util.collections.ForwardingCollection
 
isEmpty() - Method in class org.jboss.webbeans.util.collections.ForwardingMap
 
isEnum() - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
 
isEnum() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
isEnum() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
isEqual(Annotation, Annotation) - Method in class org.jboss.webbeans.metadata.BindingTypeModel
Comparator for checking equality
isEquivalent(Method) - Method in interface org.jboss.webbeans.introspector.AnnotatedMethod
Checks if a this is equivalent to a JLR method
isEquivalent(Class<?>) - Method in interface org.jboss.webbeans.introspector.AnnotatedType
Check if this is equivalent to a java class
isEquivalent(Method) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedMethod
 
isEquivalent(Class<?>) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedType
 
isEquivalent(Class<?>) - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
 
isEquivalent(Method) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
isErrorEnabled() - Method in interface org.jboss.webbeans.log.Log
 
isErrorEnabled() - Method in interface org.jboss.webbeans.log.LogProvider
 
isFatalEnabled() - Method in interface org.jboss.webbeans.log.Log
 
isFatalEnabled() - Method in interface org.jboss.webbeans.log.LogProvider
 
isFinal() - Method in class org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass
 
isFinal() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Indicates if this AnnotatedItem represents a final element
isFinal() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isFinal() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
Indicates if the member if final
isFinal() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
Indicates if the type if final
isFinal() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Indicates if the parameter is final
isFinal(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if class is final
isFinal(Member) - Static method in class org.jboss.webbeans.util.Reflections
Checks if member is final
isInfoEnabled() - Method in interface org.jboss.webbeans.log.Log
 
isInfoEnabled() - Method in interface org.jboss.webbeans.log.LogProvider
 
isInitialized() - Method in class org.jboss.webbeans.bean.AbstractBean
 
isJavaEeNamespace(Element) - Static method in class org.jboss.webbeans.xml.ParseXmlHelper
 
isLocal() - Method in class org.jboss.webbeans.ejb.InternalEjbDescriptor
 
isLongRunning() - Method in interface javax.context.Conversation
Determine if a conversation is long running or transient
isLongRunning() - Method in class org.jboss.webbeans.conversation.ConversationImpl
 
isMessageDriven() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
isMessageDriven() - Method in interface org.jboss.webbeans.ejb.spi.EjbDescriptor
Indicates if the EJB is and MDB
isMessageDriven() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
isMethodExistsOnTypes(AnnotatedMethod<?>) - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
isNonMemberInnerClass(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if class is a non-static inner one
isNonStaticMemberClass() - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
Determine if this is a non-static member class
isNonStaticMemberClass() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
isNonStaticMemberClass() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
isNormal() - Method in class org.jboss.webbeans.metadata.ScopeModel
Indicates if the scope is "normal"
isNullable() - Method in class javax.inject.manager.Bean
The nullability of a bean
isNullable() - Method in class org.jboss.webbeans.bean.AbstractBean
Indicates if bean is nullable
isNullable() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
isNullable() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
isNullable() - Method in class org.jboss.webbeans.bean.ForwardingBean
Indicates if the delegate is nullable
isNullable() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
isObserverInterested(Annotation...) - Method in class org.jboss.webbeans.event.EventObserver
Query method to determine if this observer should be notified of an event based on the event bindings and any member values thereof.
IsolatedStaticSingletonProvider - Class in org.jboss.webbeans.bootstrap.api.helpers
A singleton provider that assumes an isolated classloder per application
IsolatedStaticSingletonProvider() - Constructor for class org.jboss.webbeans.bootstrap.api.helpers.IsolatedStaticSingletonProvider
 
isOuter() - Method in class org.jboss.webbeans.context.CreationalContextImpl
 
isParameterizedType() - Method in interface org.jboss.webbeans.introspector.AnnotatedClass
 
isParameterizedType() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
 
isParameterizedType() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedClass
 
isParameterizedType() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isParameterizedType() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
 
isParameterizedType(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if type is parameterized type
isPassivating() - Method in class org.jboss.webbeans.metadata.ScopeModel
Indicates if the scope is "passivating"
isPassivatingBean(Bean<?>, ManagerImpl) - Static method in class org.jboss.webbeans.util.Beans
Indicates if a bean is passivating
isPostback() - Static method in class org.jboss.webbeans.jsf.PhaseHelper
Checks if current request is a JSF postback
isPrimitive() - Method in class org.jboss.webbeans.bean.AbstractBean
Indicates if bean type is a primitive
isPrimitive() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
isPrimitive() - Method in class org.jboss.webbeans.bean.RIBean
 
isPrimitive() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
isPrimitive(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if type is primitive
isPropertyResolved() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
isProxy(Object) - Static method in class org.jboss.webbeans.util.Reflections
Indicates if an instance is a Javassist proxy
isProxyable() - Method in class org.jboss.webbeans.bean.AbstractBean
 
isProxyable() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
isProxyable() - Method in class org.jboss.webbeans.bean.RIBean
 
isProxyable() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
isProxyable() - Method in class org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass
 
isProxyable() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Indicates if this AnnotatedItem can be proxyed
isProxyable() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isProxyable() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Indicates if the type is proxyable to a set of pre-defined rules
isPublic() - Method in class org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass
 
isPublic() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Indicates if this annotated item is public
isPublic() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isPublic() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
 
isPublic() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
 
isPublic() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
 
isReadOnly(ELContext, Object, Object) - Method in class org.jboss.webbeans.el.WebBeansELResolver
 
isSerializable() - Method in class javax.inject.manager.Bean
The serializability of a bean
isSerializable() - Method in class org.jboss.webbeans.bean.AbstractBean
 
isSerializable() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
isSerializable() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
isSerializable() - Method in class org.jboss.webbeans.bean.ForwardingBean
Indicates if the delegate is serializable
isSerializable() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
isSerializable() - Method in class org.jboss.webbeans.bean.standard.ManagerBean
 
isSerializable(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
 
isSingleton() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
isSingleton() - Method in interface org.jboss.webbeans.ejb.spi.EjbDescriptor
Indicates if the bean is a EJB 3.1 Singleton
isSingleton() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
isSpecializing() - Method in class org.jboss.webbeans.bean.AbstractBean
 
isSpecializing() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
isSpecializing() - Method in class org.jboss.webbeans.bean.NewEnterpriseBean
 
isSpecializing() - Method in class org.jboss.webbeans.bean.NewSimpleBean
 
isSpecializing() - Method in class org.jboss.webbeans.bean.ProducerFieldBean
 
isSpecializing() - Method in class org.jboss.webbeans.bean.RIBean
 
isSpecializing() - Method in class org.jboss.webbeans.bean.standard.AbstractStandardBean
 
isStateful() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
isStateful() - Method in interface org.jboss.webbeans.ejb.spi.EjbDescriptor
Indicates if the EJB is stateful
isStateful() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
isStateless() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
isStateless() - Method in interface org.jboss.webbeans.ejb.spi.EjbDescriptor
Indicates if the bean is stateless
isStateless() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
isStatic() - Method in class org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass
 
isStatic() - Method in interface org.jboss.webbeans.introspector.AnnotatedItem
Indicates if this AnnotatedItem represents a static element
isStatic() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
 
isStatic() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
Indicates if the member is static
isStatic() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
Indicates if the type is static
isStatic() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Indicates if the parameter is static
isStatic(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if type is static
isStatic(Member) - Static method in class org.jboss.webbeans.util.Reflections
Checks if member is static
isTraceEnabled() - Method in interface org.jboss.webbeans.log.Log
 
isTraceEnabled() - Method in interface org.jboss.webbeans.log.LogProvider
 
isTransactionActive() - Method in interface org.jboss.webbeans.transaction.spi.TransactionServices
Queries the status of the current execution to see if a transaction is currently active.
isTransient() - Method in interface org.jboss.webbeans.introspector.AnnotatedField
 
isTransient() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
isTransient() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
 
isTransient(Member) - Static method in class org.jboss.webbeans.util.Reflections
 
isTypeOrAnyMethodFinal(Class<?>) - Static method in class org.jboss.webbeans.util.Reflections
Checks if type or member is final
isTypeProxyable(Type) - Static method in class org.jboss.webbeans.util.Proxies
Indicates if a class is proxyable
isTypesProxyable(Iterable<? extends Type>) - Static method in class org.jboss.webbeans.util.Proxies
Indicates if a set of types are all proxyable
isValid() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Indicates if the annotation is valid
isWarnEnabled() - Method in interface org.jboss.webbeans.log.Log
 
isWarnEnabled() - Method in interface org.jboss.webbeans.log.LogProvider
 
iterator() - Method in class org.jboss.webbeans.util.collections.ForwardingCollection
 
iterator() - Method in class org.jboss.webbeans.util.EnumerationIterable
Gets an iterator

J

JAVA_APP - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
JAVA_EE_NAMESPACE - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
JAVA_GLOBAL - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
JavaSEConversationTerminator - Class in org.jboss.webbeans.conversation
A ConversationTerminator implementation using Java SE scheduling
JavaSEConversationTerminator() - Constructor for class org.jboss.webbeans.conversation.JavaSEConversationTerminator
 
javax.annotation - package javax.annotation
 
javax.context - package javax.context
 
javax.decorator - package javax.decorator
 
javax.event - package javax.event
 
javax.inject - package javax.inject
 
javax.inject.manager - package javax.inject.manager
 
javax.interceptor - package javax.interceptor
 
javax.webbeans - package javax.webbeans
 
JmsQueueBean - Class in org.jboss.webbeans.bean.ee.jms
A bean which represents a JMS queue
JmsQueueBean(ManagerImpl, Class<? extends Annotation>, Set<Annotation>, String, String) - Constructor for class org.jboss.webbeans.bean.ee.jms.JmsQueueBean
 
JmsResourceElementRegistrator - Class in org.jboss.webbeans.xml.registrator.bean.ext
 
JmsResourceElementRegistrator(BeanChildrenChecker) - Constructor for class org.jboss.webbeans.xml.registrator.bean.ext.JmsResourceElementRegistrator
 
JmsServices - Interface in org.jboss.webbeans.messaging.spi
A container should implement this interface to allow Web Beans to resolve Jms Services
JmsTopicBean - Class in org.jboss.webbeans.bean.ee.jms
A bean which represents a JMS topic
JmsTopicBean(ManagerImpl, Class<? extends Annotation>, Set<Annotation>, String, String) - Constructor for class org.jboss.webbeans.bean.ee.jms.JmsTopicBean
 
JNDI_KEY - Static variable in class org.jboss.webbeans.ManagerImpl
 
JNDI_NAME - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
JpaServices - Interface in org.jboss.webbeans.persistence.spi
A container should implement this interface to allow the Web Beans RI to resolve JPA persistence units and discover entities
JSFApiAbstraction - Class in org.jboss.webbeans.jsf
Utility class for JSF related components, concepts etc.
JSFApiAbstraction(ResourceLoader) - Constructor for class org.jboss.webbeans.jsf.JSFApiAbstraction
 

K

keySet() - Method in class org.jboss.webbeans.util.collections.ForwardingMap

L

Lifecycle - Interface in org.jboss.webbeans.bootstrap.api
Note Lifecycle is not complete, and the API may change
ListComparator<T> - Class in org.jboss.webbeans.util
List comparator based on element location
ListComparator(List<T>) - Constructor for class org.jboss.webbeans.util.ListComparator
Constructor
ListHashMultiMap<K,V> - Class in org.jboss.webbeans.util.collections.multi
An multimap which is internally backed by a HashMap and a ArrayList
ListHashMultiMap() - Constructor for class org.jboss.webbeans.util.collections.multi.ListHashMultiMap
Constructor.
ListMultiMap<K,V> - Interface in org.jboss.webbeans.util.collections.multi
A concurrent multimap, in which the multi-values are stored in a list
loadAnnotation(String, Class<T>) - Method in class org.jboss.webbeans.xml.XmlEnvironment
 
loadAnnotationClass(Element, Class<T>, XmlEnvironment, Map<String, Set<String>>) - Static method in class org.jboss.webbeans.xml.ParseXmlHelper
 
loadClass(String, Class<T>) - Method in class org.jboss.webbeans.xml.XmlEnvironment
 
loadElementClass(Element, Class<T>, XmlEnvironment, Map<String, Set<String>>) - Static method in class org.jboss.webbeans.xml.ParseXmlHelper
 
loadFileByUrn(String, String) - Method in class org.jboss.webbeans.xml.XmlEnvironment
 
lock(long) - Method in class org.jboss.webbeans.conversation.ConversationEntry
Attempts to lock the conversation for exclusive usage
Log - Interface in org.jboss.webbeans.log
A Log object is used by RI classes to log messages.
Logging - Class in org.jboss.webbeans.log
 
Logging() - Constructor for class org.jboss.webbeans.log.Logging
 
LogProvider - Interface in org.jboss.webbeans.log
 
lookupMethod(Method, Object) - Static method in class org.jboss.webbeans.util.Reflections
Looks up a method in the type hierarchy of an instance
lookupMethod(String, Class<?>[], Object) - Static method in class org.jboss.webbeans.util.Reflections
Looks up a method in the type hierarchy of an instance

M

Manager - Interface in javax.inject.manager
The contract between the application and the manager.
manager - Variable in class org.jboss.webbeans.bean.AbstractBean
 
manager - Variable in class org.jboss.webbeans.event.ObserverImpl
 
ManagerBean - Class in org.jboss.webbeans.bean.standard
 
ManagerBean(ManagerImpl) - Constructor for class org.jboss.webbeans.bean.standard.ManagerBean
 
ManagerImpl - Class in org.jboss.webbeans
Implementation of the Web Beans Manager.
ManagerObjectFactory - Class in org.jboss.webbeans.resources
 
ManagerObjectFactory() - Constructor for class org.jboss.webbeans.resources.ManagerObjectFactory
 
MAPPED_METAANNOTATIONS - Static variable in interface org.jboss.webbeans.introspector.AnnotatedItem
 
MAPPED_NAME - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
MAPPED_PARAMETER_ANNOTATIONS - Static variable in interface org.jboss.webbeans.introspector.AnnotatedMethod
 
MAPPED_SUPERCLASS_CLASS - Variable in class org.jboss.webbeans.persistence.PersistenceApiAbstraction
 
mapToString(String, Map<?, ?>) - Static method in class org.jboss.webbeans.util.Strings
Returns a textual representation of a map for debug purposes
merge(Set<Annotation>) - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Perform the merge
MergedStereotypes<T,E> - Class in org.jboss.webbeans.metadata
Meta model for the merged stereotype for a bean
MergedStereotypes(Set<Annotation>, ManagerImpl) - Constructor for class org.jboss.webbeans.metadata.MergedStereotypes
Constructor
mergeInBindings(Annotation...) - Method in class org.jboss.webbeans.FacadeImpl
 
MetaDataCache - Class in org.jboss.webbeans.metadata
Metadata singleton for holding EJB metadata, scope models etc.
MetaDataCache(ClassTransformer) - Constructor for class org.jboss.webbeans.metadata.MetaDataCache
 
MethodInjectionPoint<T> - Class in org.jboss.webbeans.injection
 
MethodInjectionPoint(Bean<?>, AnnotatedMethod<T>) - Constructor for class org.jboss.webbeans.injection.MethodInjectionPoint
 
MethodSignature - Interface in org.jboss.webbeans.introspector
 
MethodSignatureImpl - Class in org.jboss.webbeans.introspector.jlr
 
MethodSignatureImpl(AnnotatedMethod<?>) - Constructor for class org.jboss.webbeans.introspector.jlr.MethodSignatureImpl
 
methodToString(Method) - Static method in class org.jboss.webbeans.util.Names
Gets the string representation from a method
Model - Annotation Type in javax.webbeans
A stereotype for MVC model objects

N

name - Variable in class org.jboss.webbeans.bean.AbstractBean
 
Named - Annotation Type in javax.annotation
Specifies the name of a bean.
Names - Class in org.jboss.webbeans.util
Utility class to produce friendly names e.g.
Names() - Constructor for class org.jboss.webbeans.util.Names
 
Namespace - Class in org.jboss.webbeans.el
A namespace for bean names
Namespace(Namespace) - Constructor for class org.jboss.webbeans.el.Namespace
Create a new namespace hierarchy, creating copies of all children as children of this node
Namespace() - Constructor for class org.jboss.webbeans.el.Namespace
Create a new, root, namespace
Namespace(String, String) - Constructor for class org.jboss.webbeans.el.Namespace
 
NAMESPACE_FILE_DELIMETER - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
NAMESPACE_FILE_NAME - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
New - Annotation Type in javax.inject
The special binding type.
NewBean - Interface in org.jboss.webbeans.bean
Marker interface for @New beans
newChildManager(ManagerImpl) - Static method in class org.jboss.webbeans.ManagerImpl
Create a new child manager
NewEnterpriseBean<T> - Class in org.jboss.webbeans.bean
Represents a @New enterprise bean
NewEnterpriseBean(AnnotatedClass<T>, ManagerImpl, BeanDeployerEnvironment) - Constructor for class org.jboss.webbeans.bean.NewEnterpriseBean
Protected constructor
newInstance(Type, Set<Annotation>) - Method in class org.jboss.webbeans.bean.standard.AbstractFacadeBean
 
newInstance(Type, Set<Annotation>) - Method in class org.jboss.webbeans.bean.standard.EventBean
 
newInstance(Type, Set<Annotation>) - Method in class org.jboss.webbeans.bean.standard.InstanceBean
 
newInstance(ManagerImpl, CreationalContext<?>) - Method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
newInstance(Object...) - Method in interface org.jboss.webbeans.introspector.AnnotatedConstructor
Creates a new instance of the class, using this constructor
newInstance(Object...) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedConstructor
 
newInstance(Object...) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Creates a new instance
NewLiteral - Class in org.jboss.webbeans.literal
Annotation literal for @Current
NewLiteral() - Constructor for class org.jboss.webbeans.literal.NewLiteral
 
newMethodHandler() - Method in class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean
 
newMethodHandler() - Method in class org.jboss.webbeans.bean.ee.jms.JmsQueueBean
 
newMethodHandler() - Method in class org.jboss.webbeans.bean.ee.jms.JmsTopicBean
 
newMethodHandler() - Method in class org.jboss.webbeans.bean.ee.PersistenceContextBean
 
newMethodHandler() - Method in class org.jboss.webbeans.bean.ee.PersistenceUnitBean
 
newMethodHandler() - Method in class org.jboss.webbeans.bean.ee.RemoteEjbBean
 
newMethodHandler() - Method in class org.jboss.webbeans.bean.ee.ResourceBean
 
newMethodHandler() - Method in class org.jboss.webbeans.bean.ee.WebServiceBean
 
newRootManager(ServiceRegistry) - Static method in class org.jboss.webbeans.ManagerImpl
Create a new, root, manager
NewSimpleBean<T> - Class in org.jboss.webbeans.bean
Represents a @New simple bean
NewSimpleBean(AnnotatedClass<T>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.NewSimpleBean
Protected constructor
next() - Method in class org.jboss.webbeans.util.EnumerationIterator
Gets the next item
nextId() - Method in interface org.jboss.webbeans.conversation.ConversationIdGenerator
Gets the next ID for a new conversation
nextId() - Method in class org.jboss.webbeans.conversation.NumericConversationIdGenerator
 
NonBinding - Annotation Type in javax.annotation
Specifies that a member of a binding type or interceptor binding type is to be ignored for the purposes of resolution.
NonContextualInjector - Class in org.jboss.webbeans.injection
 
NonContextualInjector(ManagerImpl) - Constructor for class org.jboss.webbeans.injection.NonContextualInjector
 
notify(T) - Method in interface javax.event.Observer
 
notify(T) - Method in class org.jboss.webbeans.event.ObserverImpl
 
notifyObservers(Set<Observer<T>>, T) - Method in class org.jboss.webbeans.event.EventManager
Iterates over the interested observers.
NotSimpleBeanChildrenChecker - Class in org.jboss.webbeans.xml.checker.beanchildren.ext
 
NotSimpleBeanChildrenChecker(XmlEnvironment, Map<String, Set<String>>) - Constructor for class org.jboss.webbeans.xml.checker.beanchildren.ext.NotSimpleBeanChildrenChecker
 
NotSimpleBeanElementRegistrator - Class in org.jboss.webbeans.xml.registrator.bean.ext
 
NotSimpleBeanElementRegistrator(BeanChildrenChecker) - Constructor for class org.jboss.webbeans.xml.registrator.bean.ext.NotSimpleBeanElementRegistrator
 
NullableDependencyException - Exception in javax.inject
Thrown if an injection point of primitive type resolves to a bean which may be null
NullableDependencyException() - Constructor for exception javax.inject.NullableDependencyException
 
NullableDependencyException(String, Throwable) - Constructor for exception javax.inject.NullableDependencyException
 
NullableDependencyException(String) - Constructor for exception javax.inject.NullableDependencyException
 
NullableDependencyException(Throwable) - Constructor for exception javax.inject.NullableDependencyException
 
NumericConversationIdGenerator - Class in org.jboss.webbeans.conversation
A ConversationIdGenerator implementation using running numerical values
NumericConversationIdGenerator() - Constructor for class org.jboss.webbeans.conversation.NumericConversationIdGenerator
Creates a new conversation ID generator

O

observe(Observer<T>, Annotation...) - Method in interface javax.event.Event
Register an observer for a specific type
observe(Observer<T>, Annotation...) - Method in class org.jboss.webbeans.event.EventImpl
Registers an observer
Observer<T> - Interface in javax.event
The contract between the manager and an observer object.
observer - Variable in class org.jboss.webbeans.event.DeferredEventNotification
 
observerBean - Variable in class org.jboss.webbeans.event.ObserverImpl
 
ObserverException - Exception in javax.event
Wraps any checked exceptions which occur during the notification of an observer
ObserverException() - Constructor for exception javax.event.ObserverException
 
ObserverException(String) - Constructor for exception javax.event.ObserverException
 
ObserverException(Throwable) - Constructor for exception javax.event.ObserverException
 
ObserverException(String, Throwable) - Constructor for exception javax.event.ObserverException
 
ObserverFactory - Class in org.jboss.webbeans.event
Basic factory class that produces implicit observers for observer methods.
ObserverFactory() - Constructor for class org.jboss.webbeans.event.ObserverFactory
 
ObserverImpl<T> - Class in org.jboss.webbeans.event
Reference implementation for the Observer interface, which represents an observer method.
ObserverImpl(AnnotatedMethod<?>, Bean<?>, ManagerImpl) - Constructor for class org.jboss.webbeans.event.ObserverImpl
Creates an Observer which describes and encapsulates an observer method (8.5).
observerMethod - Variable in class org.jboss.webbeans.event.ObserverImpl
 
Observes - Annotation Type in javax.event
Specifies that a parameter of a method of a bean implementation class is the event parameter of an observer method.
Obtains - Annotation Type in javax.inject
Annotates a variable to be injected with an Instance object.
ObtainsLiteral - Class in org.jboss.webbeans.literal
 
ObtainsLiteral() - Constructor for class org.jboss.webbeans.literal.ObtainsLiteral
 
of(ManagerImpl, AnnotatedMethod<T>, AbstractClassBean<?>) - Static method in class org.jboss.webbeans.bean.DisposalMethodBean
 
of(AnnotatedClass<T>, ManagerImpl, BeanDeployerEnvironment) - Static method in class org.jboss.webbeans.bean.EnterpriseBean
Creates a simple, annotation defined Enterprise Web Bean
of(AnnotatedClass<T>, ManagerImpl, BeanDeployerEnvironment) - Static method in class org.jboss.webbeans.bean.NewEnterpriseBean
Creates an instance of a NewEnterpriseBean from an annotated class
of(AnnotatedClass<T>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.NewSimpleBean
Creates an instance of a NewSimpleBean from an annotated class
of(AnnotatedField<T>, AbstractClassBean<?>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.ProducerFieldBean
Creates a producer field Web Bean
of(AnnotatedMethod<T>, AbstractClassBean<?>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.ProducerMethodBean
Creates a producer method Web Bean
of(AnnotatedClass<T>, ManagerImpl) - Static method in class org.jboss.webbeans.bean.SimpleBean
Creates a simple, annotation defined Web Bean
of(ManagerImpl) - Static method in class org.jboss.webbeans.bean.standard.EventBean
 
of(ManagerImpl) - Static method in class org.jboss.webbeans.bean.standard.InjectionPointBean
Creates an InjectionPoint Web Bean for the injection of the containing bean owning the field, constructor or method for the annotated item
of(ManagerImpl) - Static method in class org.jboss.webbeans.bean.standard.InstanceBean
 
of(ManagerImpl) - Static method in class org.jboss.webbeans.bean.standard.ManagerBean
 
of(Contextual<T>, T) - Static method in class org.jboss.webbeans.context.ContextualInstance
Static constructor wrapper
of(DependentInstancesStore, Object) - Static method in class org.jboss.webbeans.context.DependentStorageRequest
Static factory method
of(Conversation, Future<?>) - Static method in class org.jboss.webbeans.conversation.ConversationEntry
Factory method
of(Type, ManagerImpl, Set<Annotation>) - Static method in class org.jboss.webbeans.event.EventImpl
 
of(Bean<?>, AnnotatedConstructor<T>) - Static method in class org.jboss.webbeans.injection.ConstructorInjectionPoint
 
of(Bean<?>, AnnotatedField<T>) - Static method in class org.jboss.webbeans.injection.FieldInjectionPoint
 
of(Bean<?>, AnnotatedMethod<T>) - Static method in class org.jboss.webbeans.injection.MethodInjectionPoint
 
of(Bean<?>, AnnotatedParameter<T>) - Static method in class org.jboss.webbeans.injection.ParameterInjectionPoint
 
of(TypeLiteral<T>, Annotation[]) - Static method in class org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass
 
of(Class<T>, Annotation[]) - Static method in class org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass
 
of(Type, Annotation[]) - Static method in class org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass
 
of(Member, Annotation[]) - Static method in class org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass
 
of(Type, ManagerImpl, Set<Annotation>) - Static method in class org.jboss.webbeans.InstanceImpl
 
of(AnnotatedElement) - Static method in class org.jboss.webbeans.introspector.AnnotationStore
Build an AnnotatedItemHelper from a class
of(Annotation[], Annotation[]) - Static method in class org.jboss.webbeans.introspector.AnnotationStore
 
of(Class<A>, ClassTransformer) - Static method in class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
 
of(Class<T>, ClassTransformer) - Static method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
 
of(Constructor<T>, AnnotatedType<T>) - Static method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
 
of(Method, AnnotatedType<?>) - Static method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
of(Annotation[], Class<T>, Type, AnnotatedMember<?, ?>) - Static method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
 
of(AnnotatedParameter<T>, Set<Annotation>) - Static method in class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
ofClasses(Set<Class<?>>) - Static method in class org.jboss.webbeans.util.Proxies.TypeInfo
 
ofTypes(Set<? extends Type>) - Static method in class org.jboss.webbeans.util.Proxies.TypeInfo
 
org.jboss.webbeans - package org.jboss.webbeans
 
org.jboss.webbeans.bean - package org.jboss.webbeans.bean
 
org.jboss.webbeans.bean.ee - package org.jboss.webbeans.bean.ee
 
org.jboss.webbeans.bean.ee.jms - package org.jboss.webbeans.bean.ee.jms
 
org.jboss.webbeans.bean.proxy - package org.jboss.webbeans.bean.proxy
 
org.jboss.webbeans.bean.standard - package org.jboss.webbeans.bean.standard
 
org.jboss.webbeans.bootstrap - package org.jboss.webbeans.bootstrap
 
org.jboss.webbeans.bootstrap.api - package org.jboss.webbeans.bootstrap.api
 
org.jboss.webbeans.bootstrap.api.helpers - package org.jboss.webbeans.bootstrap.api.helpers
 
org.jboss.webbeans.bootstrap.spi - package org.jboss.webbeans.bootstrap.spi
 
org.jboss.webbeans.bootstrap.spi.helpers - package org.jboss.webbeans.bootstrap.spi.helpers
 
org.jboss.webbeans.context - package org.jboss.webbeans.context
 
org.jboss.webbeans.context.api - package org.jboss.webbeans.context.api
 
org.jboss.webbeans.context.api.helpers - package org.jboss.webbeans.context.api.helpers
 
org.jboss.webbeans.context.beanstore - package org.jboss.webbeans.context.beanstore
 
org.jboss.webbeans.conversation - package org.jboss.webbeans.conversation
 
org.jboss.webbeans.ejb - package org.jboss.webbeans.ejb
 
org.jboss.webbeans.ejb.api - package org.jboss.webbeans.ejb.api
 
org.jboss.webbeans.ejb.spi - package org.jboss.webbeans.ejb.spi
 
org.jboss.webbeans.ejb.spi.helpers - package org.jboss.webbeans.ejb.spi.helpers
 
org.jboss.webbeans.el - package org.jboss.webbeans.el
 
org.jboss.webbeans.event - package org.jboss.webbeans.event
 
org.jboss.webbeans.injection - package org.jboss.webbeans.injection
 
org.jboss.webbeans.injection.resolution - package org.jboss.webbeans.injection.resolution
 
org.jboss.webbeans.introspector - package org.jboss.webbeans.introspector
 
org.jboss.webbeans.introspector.jlr - package org.jboss.webbeans.introspector.jlr
 
org.jboss.webbeans.jsf - package org.jboss.webbeans.jsf
 
org.jboss.webbeans.literal - package org.jboss.webbeans.literal
 
org.jboss.webbeans.log - package org.jboss.webbeans.log
 
org.jboss.webbeans.manager.api - package org.jboss.webbeans.manager.api
 
org.jboss.webbeans.messaging.spi - package org.jboss.webbeans.messaging.spi
 
org.jboss.webbeans.messaging.spi.helpers - package org.jboss.webbeans.messaging.spi.helpers
 
org.jboss.webbeans.metadata - package org.jboss.webbeans.metadata
 
org.jboss.webbeans.persistence - package org.jboss.webbeans.persistence
 
org.jboss.webbeans.persistence.spi - package org.jboss.webbeans.persistence.spi
 
org.jboss.webbeans.persistence.spi.helpers - package org.jboss.webbeans.persistence.spi.helpers
 
org.jboss.webbeans.resources - package org.jboss.webbeans.resources
 
org.jboss.webbeans.resources.spi - package org.jboss.webbeans.resources.spi
 
org.jboss.webbeans.resources.spi.helpers - package org.jboss.webbeans.resources.spi.helpers
 
org.jboss.webbeans.servlet - package org.jboss.webbeans.servlet
 
org.jboss.webbeans.servlet.api - package org.jboss.webbeans.servlet.api
 
org.jboss.webbeans.servlet.api.helpers - package org.jboss.webbeans.servlet.api.helpers
 
org.jboss.webbeans.transaction.spi - package org.jboss.webbeans.transaction.spi
 
org.jboss.webbeans.util - package org.jboss.webbeans.util
 
org.jboss.webbeans.util.collections - package org.jboss.webbeans.util.collections
 
org.jboss.webbeans.util.collections.multi - package org.jboss.webbeans.util.collections.multi
 
org.jboss.webbeans.util.reflection - package org.jboss.webbeans.util.reflection
 
org.jboss.webbeans.ws.spi - package org.jboss.webbeans.ws.spi
 
org.jboss.webbeans.ws.spi.helpers - package org.jboss.webbeans.ws.spi.helpers
 
org.jboss.webbeans.xml - package org.jboss.webbeans.xml
 
org.jboss.webbeans.xml.checker.beanchildren - package org.jboss.webbeans.xml.checker.beanchildren
 
org.jboss.webbeans.xml.checker.beanchildren.ext - package org.jboss.webbeans.xml.checker.beanchildren.ext
 
org.jboss.webbeans.xml.checker.beanchildren.impl - package org.jboss.webbeans.xml.checker.beanchildren.impl
 
org.jboss.webbeans.xml.registrator.bean - package org.jboss.webbeans.xml.registrator.bean
 
org.jboss.webbeans.xml.registrator.bean.ext - package org.jboss.webbeans.xml.registrator.bean.ext
 
org.jboss.webbeans.xml.registrator.bean.impl - package org.jboss.webbeans.xml.registrator.bean.impl
 

P

packagesMap - Variable in class org.jboss.webbeans.xml.checker.beanchildren.impl.BeanChildrenCheckerImpl
 
packagesMap - Variable in class org.jboss.webbeans.xml.registrator.bean.impl.BeanElementRegistratorImpl
 
ParameterInjectionPoint<T> - Class in org.jboss.webbeans.injection
 
ParameterizedTypeImpl - Class in org.jboss.webbeans.util.reflection
 
ParameterizedTypeImpl(Type, Type[], Type) - Constructor for class org.jboss.webbeans.util.reflection.ParameterizedTypeImpl
 
parse(InputStream) - Method in interface javax.inject.manager.Manager
Allows additional XML based to be provided.
parse(InputStream) - Method in class org.jboss.webbeans.ManagerImpl
 
parse() - Method in class org.jboss.webbeans.xml.XmlParser
 
ParseXmlHelper - Class in org.jboss.webbeans.xml
 
ParseXmlHelper() - Constructor for class org.jboss.webbeans.xml.ParseXmlHelper
 
PERSISTENCE_CONTEXT - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
PERSISTENCE_CONTEXT_ANNOTATION_CLASS - Variable in class org.jboss.webbeans.persistence.PersistenceApiAbstraction
 
PERSISTENCE_CONTEXT_TYPE_CLASS - Variable in class org.jboss.webbeans.persistence.PersistenceApiAbstraction
 
PERSISTENCE_UNIT - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
PersistenceApiAbstraction - Class in org.jboss.webbeans.persistence
 
PersistenceApiAbstraction(ResourceLoader) - Constructor for class org.jboss.webbeans.persistence.PersistenceApiAbstraction
 
PersistenceContextBean - Class in org.jboss.webbeans.bean.ee
 
PersistenceContextBean(ManagerImpl, Class<? extends Annotation>, Set<Annotation>, String) - Constructor for class org.jboss.webbeans.bean.ee.PersistenceContextBean
 
PersistenceContextMethodHandler - Class in org.jboss.webbeans.bean.ee
Proxy for persistence context Java EE resources
PersistenceContextMethodHandler(String) - Constructor for class org.jboss.webbeans.bean.ee.PersistenceContextMethodHandler
 
PersistenceUnitBean - Class in org.jboss.webbeans.bean.ee
 
PersistenceUnitBean(ManagerImpl, Class<? extends Annotation>, Set<Annotation>, String) - Constructor for class org.jboss.webbeans.bean.ee.PersistenceUnitBean
 
PersistenceUnitMethodHandler - Class in org.jboss.webbeans.bean.ee
Proxy for persistence unit Java EE resources
PersistenceUnitMethodHandler(String) - Constructor for class org.jboss.webbeans.bean.ee.PersistenceUnitMethodHandler
 
PhaseHelper - Class in org.jboss.webbeans.jsf
Helper class for JSF related operations
PhaseHelper() - Constructor for class org.jboss.webbeans.jsf.PhaseHelper
 
postConstruct(T) - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
postConstruct(InvocationContext) - Method in class org.jboss.webbeans.ejb.SessionBeanInterceptor
Gets the underlying target and calls the post-construct method
postSpecialize() - Method in class org.jboss.webbeans.bean.AbstractBean
 
preDestroy(T) - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
preDestroy(InvocationContext) - Method in class org.jboss.webbeans.ejb.SessionBeanInterceptor
Gets the underlying target and calls the pre-destroy method
prefix - Variable in class org.jboss.webbeans.context.beanstore.PrefixBeanStoreNamingScheme
 
PrefixBeanStoreNamingScheme - Class in org.jboss.webbeans.context.beanstore
Simple prefix-based implementation of a bean store naming scheme
PrefixBeanStoreNamingScheme(String, String) - Constructor for class org.jboss.webbeans.context.beanstore.PrefixBeanStoreNamingScheme
 
preSpecialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.AbstractBean
 
preSpecialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.AbstractClassBean
 
preSpecialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
preSpecialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.EnterpriseBean
Validates specialization
preSpecialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.ProducerMethodBean
 
preSpecialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.SimpleBean
 
produceInstance(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.AbstractProducerBean
 
produceInstance(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.ProducerFieldBean
 
produceInstance(CreationalContext<T>) - Method in class org.jboss.webbeans.bean.ProducerMethodBean
 
ProducerFieldBean<T> - Class in org.jboss.webbeans.bean
Represents a producer field bean
ProducerFieldBean(AnnotatedField<T>, AbstractClassBean<?>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.ProducerFieldBean
Constructor
ProducerMethodBean<T> - Class in org.jboss.webbeans.bean
Represents a producer method bean
ProducerMethodBean(AnnotatedMethod<T>, AbstractClassBean<?>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.ProducerMethodBean
 
Produces - Annotation Type in javax.inject
Specifies that a method of a bean is a producer method.
PRODUCES - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
Production - Annotation Type in javax.inject
The default deployment type.
propagateConversation(String) - Static method in class org.jboss.webbeans.jsf.PhaseHelper
Creates and/or updates the conversation propagation component in the UI view root
PROPERTY_NAME - Static variable in interface org.jboss.webbeans.resources.spi.ResourceLoader
 
Proxies - Class in org.jboss.webbeans.util
Utilties for working with Javassist proxies
Proxies() - Constructor for class org.jboss.webbeans.util.Proxies
 
Proxies.TypeInfo - Class in org.jboss.webbeans.util
 
push(T) - Method in interface javax.context.CreationalContext
Push an incomplete instance to the container
push(T) - Method in class org.jboss.webbeans.context.CreationalContextImpl
 
put(Contextual<? extends T>, T) - Method in interface org.jboss.webbeans.context.api.BeanStore
Adds a bean instance to the storage
put(Contextual<? extends T>, T) - Method in class org.jboss.webbeans.context.api.helpers.AbstractMapBackedBeanStore
Puts a bean instance under the bean key in the store
put(Contextual<? extends T>, T) - Method in class org.jboss.webbeans.context.api.helpers.ForwardingBeanStore
 
put(Contextual<? extends T>, T) - Method in class org.jboss.webbeans.context.beanstore.AbstractAttributeBackedBeanStore
Puts an instance of a bean in the store
put(K, V) - Method in class org.jboss.webbeans.util.collections.ForwardingMap
 
put(K, V) - Method in class org.jboss.webbeans.util.collections.multi.ConcurrentListHashMultiMap
 
put(K, V) - Method in interface org.jboss.webbeans.util.collections.multi.ConcurrentListMultiMap
Add a value, creating the list if it doesn't exist
put(K, V) - Method in class org.jboss.webbeans.util.collections.multi.ConcurrentSetHashMultiMap
 
put(K, V) - Method in interface org.jboss.webbeans.util.collections.multi.ConcurrentSetMultiMap
Add a value.
put(K, V) - Method in class org.jboss.webbeans.util.collections.multi.ListHashMultiMap
Adds an value for a given key Implicitly creates a new list if there is none for the key.
put(K, V) - Method in interface org.jboss.webbeans.util.collections.multi.ListMultiMap
Add a value, creating the list if it doesn't exist
put(K, V) - Method in class org.jboss.webbeans.util.collections.multi.SetHashMultiMap
 
put(K, V) - Method in interface org.jboss.webbeans.util.collections.multi.SetMultiMap
Add a value.
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.webbeans.util.collections.ForwardingMap
 
putContext(Class, Object) - Method in class org.jboss.webbeans.el.ForwardingELContext
 
putIfAbsent(String) - Method in class org.jboss.webbeans.el.Namespace
 
putIfAbsent(K, Callable<E>) - Method in class org.jboss.webbeans.util.collections.ConcurrentCache
Adds an item to the map if it's not already there
putIfAbsent(K, V) - Method in class org.jboss.webbeans.util.collections.ForwardingConcurrentMap
 

Q

qualifyName(String) - Method in class org.jboss.webbeans.el.Namespace
 
QUEUE - Static variable in class org.jboss.webbeans.xml.XmlConstants
 

R

readResolve() - Method in class org.jboss.webbeans.ManagerImpl
 
Realizes - Annotation Type in javax.inject
Specifies that an implementation class directly specializes its superclass, of that a producer method directly specializes the method it overrides.
Reflections - Class in org.jboss.webbeans.util
Utility class for static reflection-type operations
Reflections() - Constructor for class org.jboss.webbeans.util.Reflections
 
Reflections.HierarchyDiscovery - Class in org.jboss.webbeans.util
 
Reflections.HierarchyDiscovery(Type) - Constructor for class org.jboss.webbeans.util.Reflections.HierarchyDiscovery
 
register(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.registrator.bean.ext.ResourceElementRegistrator
 
register(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.registrator.bean.impl.BeanElementRegistratorImpl
 
registerBeanElement(Element, AnnotatedClass<?>) - Method in interface org.jboss.webbeans.xml.registrator.bean.BeanElementRegistrator
 
registerBeanElement(Element, AnnotatedClass<?>) - Method in class org.jboss.webbeans.xml.registrator.bean.impl.BeanElementRegistratorImpl
 
registerBeanNamespace(Bean<?>) - Method in class org.jboss.webbeans.ManagerImpl
 
registerBeans(Iterable<Class<?>>, Collection<AnnotatedClass<?>>, Iterable<AbstractJavaEEResourceBean<?>>, EjbDescriptorCache) - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
Register the bean with the getManager(), including any standard (built in) beans
registerSynchronization(Synchronization) - Method in interface org.jboss.webbeans.transaction.spi.TransactionServices
Registers a synchronization object with the currently executing transaction.
RemoteEjbBean<T> - Class in org.jboss.webbeans.bean.ee
 
RemoteEjbBean(ManagerImpl, Class<? extends Annotation>, Set<Annotation>, Class<T>, String, String, String) - Constructor for class org.jboss.webbeans.bean.ee.RemoteEjbBean
 
RemoteEjbMethodHandler - Class in org.jboss.webbeans.bean.ee
Proxy for persistence unit Java EE resources
RemoteEjbMethodHandler(String, String, String) - Constructor for class org.jboss.webbeans.bean.ee.RemoteEjbMethodHandler
 
remove(Contextual<? extends T>) - Method in interface org.jboss.webbeans.context.api.BeanStore
Removes an instance of a bean from the storage
remove(Contextual<? extends T>) - Method in class org.jboss.webbeans.context.api.helpers.AbstractMapBackedBeanStore
Removed a instance from the store
remove(Contextual<? extends T>) - Method in class org.jboss.webbeans.context.api.helpers.ForwardingBeanStore
 
remove(Contextual<? extends T>) - Method in class org.jboss.webbeans.context.beanstore.AbstractAttributeBackedBeanStore
Removes an instance from the store
remove() - Method in interface org.jboss.webbeans.ejb.api.SessionObjectReference
Request the EJB container remove the stateful session object
remove(Object) - Method in class org.jboss.webbeans.util.collections.ForwardingCollection
 
remove(Object, Object) - Method in class org.jboss.webbeans.util.collections.ForwardingConcurrentMap
 
remove(Object) - Method in class org.jboss.webbeans.util.collections.ForwardingMap
 
remove() - Method in class org.jboss.webbeans.util.EnumerationIterator
Removes an item.
removeAll(Collection<?>) - Method in class org.jboss.webbeans.util.collections.ForwardingCollection
removeAttribute(String) - Method in class org.jboss.webbeans.context.beanstore.AbstractAttributeBackedBeanStore
Removes an attribute from the underlying storage
removeAttribute(String) - Method in class org.jboss.webbeans.servlet.ApplicationBeanStore
 
removeAttribute(String) - Method in class org.jboss.webbeans.servlet.HttpRequestSessionBeanStore
 
removeAttribute(String) - Method in class org.jboss.webbeans.servlet.HttpSessionBeanStore
 
removeObserver(Observer<T>, Class<T>, Annotation...) - Method in interface javax.inject.manager.Manager
Remove an observer registration
removeObserver(Observer<T>, TypeLiteral<T>, Annotation...) - Method in interface javax.inject.manager.Manager
Remove an observer registration
removeObserver(Observer<T>, Class<T>, Annotation...) - Method in class org.jboss.webbeans.event.EventManager
Removes an observer from the event bus.
removeObserver(Observer<T>, Class<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Removes an observer
removeObserver(Observer<T>, TypeLiteral<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Removes an observer
replace(K, V) - Method in class org.jboss.webbeans.util.collections.ForwardingConcurrentMap
 
replace(K, V, V) - Method in class org.jboss.webbeans.util.collections.ForwardingConcurrentMap
 
REQUEST_ATTRIBUTE_NAME - Static variable in class org.jboss.webbeans.servlet.ServletLifecycle
 
RequestContext - Class in org.jboss.webbeans.context
The request context
RequestContext() - Constructor for class org.jboss.webbeans.context.RequestContext
Constructor
requestDestroyed(ServletRequestEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.AbstractServletListener
 
requestDestroyed(ServletRequestEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.ForwardingServletListener
 
requestDestroyed(ServletRequestEvent) - Method in class org.jboss.webbeans.servlet.WebBeansListener
Called when the request is destroyed
requestInitialized(ServletRequestEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.AbstractServletListener
 
requestInitialized(ServletRequestEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.ForwardingServletListener
 
requestInitialized(ServletRequestEvent) - Method in class org.jboss.webbeans.servlet.WebBeansListener
Called when the request is initialized
RequestScoped - Annotation Type in javax.context
Specifies that a bean is request scoped.
reScheduleTermination(Future<?>) - Method in class org.jboss.webbeans.conversation.ConversationEntry
Re-schedules timeout termination
ResolvableAnnotatedClass<T> - Class in org.jboss.webbeans.injection.resolution
 
resolveByName(String) - Method in interface javax.inject.manager.Manager
Allows beans to be matched by considering the bean name and deployment precedence.
resolveByName(String) - Method in class org.jboss.webbeans.ManagerImpl
Resolves a set of beans based on their name
resolveByType(Class<T>, Annotation...) - Method in interface javax.inject.manager.Manager
Allows beans to be matched to injection point by considering bean type, bindings, and deployment precedence.
resolveByType(TypeLiteral<T>, Annotation...) - Method in interface javax.inject.manager.Manager
Allows beans to be matched to injection point by considering bean type, bindings, and deployment precedence.
resolveByType(Class<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolves beans by API type and binding types
resolveByType(TypeLiteral<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolves beans by API type literal and binding types
resolveByType(AnnotatedItem<T, ?>, InjectionPoint, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
 
resolveByType(AnnotatedItem<T, ?>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Check the resolution request is valid, and then ask the resolver to perform the resolution.
resolveDecorators(Set<Type>, Annotation...) - Method in interface javax.inject.manager.Manager
Obtains an ordered list of enabled decorators for a set of bean types and a set of bindings
resolveDecorators(Set<Type>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolves a list of decorators based on API types and binding types Os
resolveDestination(String, String) - Method in interface org.jboss.webbeans.messaging.spi.JmsServices
Resolve the destination for the given JNDI name and mapped name
resolveDisposalBeans(Class<T>, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolve the disposal method for the given producer method.
resolveEjb(InjectionPoint) - Method in interface org.jboss.webbeans.ejb.spi.EjbServices
Resolve the value for the given @EJB injection point
resolveEjb(EjbDescriptor<?>) - Method in interface org.jboss.webbeans.ejb.spi.EjbServices
Request a reference to an EJB session object from the container.
resolveEjb(InjectionPoint) - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbServices
 
resolveEjb(EjbDescriptor<?>) - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbServices
 
resolveInjectionPoints() - Method in class org.jboss.webbeans.injection.resolution.Resolver
Resolve all injection points added using Resolver.addInjectionPoints(Collection)
resolveInterceptors(InterceptionType, Annotation...) - Method in interface javax.inject.manager.Manager
Obtains an ordered list of enabled interceptors for a set interceptor bindings
resolveInterceptors(InterceptionType, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolves a list of interceptors based on interception type and interceptor bindings
resolveObservers(T, Annotation...) - Method in interface javax.inject.manager.Manager
Obtains observers for an event by considering event type and bindings.
resolveObservers(T, Annotation...) - Method in class org.jboss.webbeans.ManagerImpl
Resolves observers for given event and bindings
resolvePersistenceContext(InjectionPoint) - Method in class org.jboss.webbeans.persistence.spi.helpers.ForwardingJpaServices
 
resolvePersistenceContext(String) - Method in class org.jboss.webbeans.persistence.spi.helpers.ForwardingJpaServices
 
resolvePersistenceContext(InjectionPoint) - Method in interface org.jboss.webbeans.persistence.spi.JpaServices
Resolve the value for the given @PersistenceContext injection point
resolvePersistenceContext(String) - Method in interface org.jboss.webbeans.persistence.spi.JpaServices
Resolve a persistence context for a given persistence unit name
resolvePersistenceUnit(String) - Method in class org.jboss.webbeans.persistence.spi.helpers.ForwardingJpaServices
 
resolvePersistenceUnit(String) - Method in interface org.jboss.webbeans.persistence.spi.JpaServices
Resolve a persistence unit for a given persistence unit name
Resolver - Class in org.jboss.webbeans.injection.resolution
Implementation of Web Beans type safe and name based bean resolution
Resolver(ManagerImpl) - Constructor for class org.jboss.webbeans.injection.resolution.Resolver
Constructor
resolveRemoteEjb(String, String, String) - Method in interface org.jboss.webbeans.ejb.spi.EjbServices
Resolve a remote EJB reference.
resolveRemoteEjb(String, String, String) - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbServices
 
resolveResource(String, String) - Method in class org.jboss.webbeans.messaging.spi.helpers.ForwardingJmsServices
 
resolveResource(InjectionPoint) - Method in class org.jboss.webbeans.resources.spi.helpers.AbstractResourceServices
 
resolveResource(String, String) - Method in class org.jboss.webbeans.resources.spi.helpers.AbstractResourceServices
 
resolveResource(InjectionPoint) - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceServices
 
resolveResource(String, String) - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceServices
 
resolveResource(InjectionPoint) - Method in interface org.jboss.webbeans.resources.spi.ResourceServices
Resolve the value for the given @Resource injection point
resolveResource(String, String) - Method in interface org.jboss.webbeans.resources.spi.ResourceServices
Resolve the value for the given JNDI name and mapped name
resolveResource(String, String) - Method in class org.jboss.webbeans.ws.spi.helpers.ForwardingWebServices
 
resolveResource(String, String) - Method in interface org.jboss.webbeans.ws.spi.WebServices
Resolve the value for the given JNDI name and mapped name
RESOURCE - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
RESOURCE_ANNOTATION_CLASS - Variable in class org.jboss.webbeans.ejb.EJBApiAbstraction
 
ResourceBean<T> - Class in org.jboss.webbeans.bean.ee
 
ResourceBean(ManagerImpl, Class<? extends Annotation>, Set<Annotation>, Class<T>, String, String) - Constructor for class org.jboss.webbeans.bean.ee.ResourceBean
 
ResourceBeanChildrenChecker - Class in org.jboss.webbeans.xml.checker.beanchildren.ext
 
ResourceBeanChildrenChecker(XmlEnvironment, Map<String, Set<String>>) - Constructor for class org.jboss.webbeans.xml.checker.beanchildren.ext.ResourceBeanChildrenChecker
 
ResourceElementRegistrator - Class in org.jboss.webbeans.xml.registrator.bean.ext
 
ResourceElementRegistrator(BeanChildrenChecker) - Constructor for class org.jboss.webbeans.xml.registrator.bean.ext.ResourceElementRegistrator
 
ResourceLoader - Interface in org.jboss.webbeans.resources.spi
Resource loading/class creation services for Web Beans.
ResourceLoadingException - Exception in org.jboss.webbeans.resources.spi
Exception thrown when errors occur while loading resource
ResourceLoadingException() - Constructor for exception org.jboss.webbeans.resources.spi.ResourceLoadingException
Constructor
ResourceLoadingException(String, Throwable) - Constructor for exception org.jboss.webbeans.resources.spi.ResourceLoadingException
Constructor
ResourceLoadingException(String) - Constructor for exception org.jboss.webbeans.resources.spi.ResourceLoadingException
Constructor
ResourceLoadingException(Throwable) - Constructor for exception org.jboss.webbeans.resources.spi.ResourceLoadingException
Constructor
ResourceMethodHandler - Class in org.jboss.webbeans.bean.ee
Proxy for persistence unit Java EE resources
ResourceMethodHandler(String, String) - Constructor for class org.jboss.webbeans.bean.ee.ResourceMethodHandler
 
ResourceServices - Interface in org.jboss.webbeans.resources.spi
A container should implement this interface to allow the Web Beans RI to resolve Resources
restoreConversation(String, BeanStore) - Method in class org.jboss.webbeans.context.ContextLifecycle
 
restoreSession(String, BeanStore) - Method in class org.jboss.webbeans.context.ContextLifecycle
 
restoreSessionContext(HttpServletRequest) - Method in class org.jboss.webbeans.servlet.ServletLifecycle
Restore the session from the underlying session object.
restoreSessionContext(HttpSession) - Method in class org.jboss.webbeans.servlet.ServletLifecycle
 
retainAll(Collection<?>) - Method in class org.jboss.webbeans.util.collections.ForwardingCollection
rethrow(ExecutionException) - Method in class org.jboss.webbeans.util.collections.ConcurrentCache
Examines and re-throws an exception
RIBean<T> - Class in org.jboss.webbeans.bean
Abstract base class with functions specific to RI built-in beans
RIBean(ManagerImpl) - Constructor for class org.jboss.webbeans.bean.RIBean
 
rootManager() - Static method in class org.jboss.webbeans.CurrentManager
Gets the root manager
run() - Method in class org.jboss.webbeans.event.AsynchronousTransactionalEventNotification
 
run() - Method in class org.jboss.webbeans.event.DeferredEventNotification
 

S

scheduleForTermination(Runnable, long) - Method in interface org.jboss.webbeans.conversation.ConversationTerminator
Schedules a termination
scheduleForTermination(Runnable, long) - Method in class org.jboss.webbeans.conversation.JavaSEConversationTerminator
 
SCHEMA_FILE_NAME - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
SCHEMA_LOCATION - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
ScopeModel<T extends java.lang.annotation.Annotation> - Class in org.jboss.webbeans.metadata
Model of a scope
ScopeModel(Class<T>, ClassTransformer) - Constructor for class org.jboss.webbeans.metadata.ScopeModel
Constrctor
ScopeType - Annotation Type in javax.context
Specifies that an annotation type is a scope type.
scopeType - Variable in class org.jboss.webbeans.bean.AbstractBean
 
scopeTypeToString(Class<? extends Annotation>) - Static method in class org.jboss.webbeans.util.Names
Gets a string representation of the scope type annotation
sendEvent(T) - Method in class org.jboss.webbeans.event.ObserverImpl
Invokes the observer method immediately passing the event.
sendEventAsynchronously(T) - Method in class org.jboss.webbeans.event.ObserverImpl
Queues the event for later execution
Service - Interface in org.jboss.webbeans.bootstrap.api
Marks a Service which is used by Web Beans to interact with it's environment
ServiceRegistries - Class in org.jboss.webbeans.bootstrap.api.helpers
 
ServiceRegistry - Interface in org.jboss.webbeans.bootstrap.api
A service registry
SERVLET_CLASS - Variable in class org.jboss.webbeans.servlet.ServletApiAbstraction
 
SERVLET_CONTEXT_LISTENER_CLASS - Variable in class org.jboss.webbeans.servlet.ServletApiAbstraction
 
SERVLET_REQUEST_LISTENER_CLASS - Variable in class org.jboss.webbeans.servlet.ServletApiAbstraction
 
ServletApiAbstraction - Class in org.jboss.webbeans.servlet
Abstraction for classes in the Servlet API
ServletApiAbstraction(ResourceLoader) - Constructor for class org.jboss.webbeans.servlet.ServletApiAbstraction
Constructor
ServletConversationManager - Class in org.jboss.webbeans.conversation
The default conversation manager
ServletConversationManager() - Constructor for class org.jboss.webbeans.conversation.ServletConversationManager
Creates a new conversation manager
ServletLifecycle - Class in org.jboss.webbeans.servlet
Implementation of the Web Beans lifecycle that can react to servlet events and drives the Session, Conversation and Request (for Servlet requests) lifecycle
ServletLifecycle(ContextLifecycle) - Constructor for class org.jboss.webbeans.servlet.ServletLifecycle
 
ServletListener - Interface in org.jboss.webbeans.servlet.api
 
SessionBeanElementRegistrator - Class in org.jboss.webbeans.xml.registrator.bean.ext
 
SessionBeanElementRegistrator(BeanChildrenChecker, EjbDescriptorCache) - Constructor for class org.jboss.webbeans.xml.registrator.bean.ext.SessionBeanElementRegistrator
 
SessionBeanInterceptor - Class in org.jboss.webbeans.ejb
Interceptor for handling EJB post-construct tasks
SessionBeanInterceptor() - Constructor for class org.jboss.webbeans.ejb.SessionBeanInterceptor
 
SessionContext - Class in org.jboss.webbeans.context
The session context
SessionContext() - Constructor for class org.jboss.webbeans.context.SessionContext
Constructor
sessionCreated(HttpSessionEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.AbstractServletListener
 
sessionCreated(HttpSessionEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.ForwardingServletListener
 
sessionCreated(HttpSessionEvent) - Method in class org.jboss.webbeans.servlet.WebBeansListener
Called when the session is created
sessionDestroyed(HttpSessionEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.AbstractServletListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.ForwardingServletListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.jboss.webbeans.servlet.WebBeansListener
Called when the session is destroyed
SessionObjectReference - Interface in org.jboss.webbeans.ejb.api
A serializable reference to a session object in the EJB container
SessionScoped - Annotation Type in javax.context
Specifies that a bean is session scoped.
set(T) - Method in interface org.jboss.webbeans.bootstrap.api.Singleton
Store a singleton
set(Object, Object) - Method in interface org.jboss.webbeans.introspector.AnnotatedField
Injects an instance
set(Object, Object) - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedField
 
set(Object, Object) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
 
setActive(boolean) - Method in class org.jboss.webbeans.context.AbstractContext
Set the context active, internal API for WBRI
setActive(boolean) - Method in class org.jboss.webbeans.context.ApplicationContext
Sets the active state of the context
setActive(boolean) - Method in class org.jboss.webbeans.context.DependentContext
 
setApplicationContext(BeanStore) - Method in interface org.jboss.webbeans.bootstrap.api.Bootstrap
Set the bean store to use as backing for the application context
setApplicationContext(BeanStore) - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
setApplicationContext(BeanStore) - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
setApplicationContext(BeanStore) - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
setAttribute(String, Object) - Method in class org.jboss.webbeans.context.beanstore.AbstractAttributeBackedBeanStore
Sets an instance under a key in the underlying storage
setAttribute(String, Object) - Method in class org.jboss.webbeans.servlet.ApplicationBeanStore
 
setAttribute(String, Object) - Method in class org.jboss.webbeans.servlet.HttpRequestSessionBeanStore
 
setAttribute(String, Object) - Method in class org.jboss.webbeans.servlet.HttpSessionBeanStore
 
setBeans(Set<RIBean<?>>) - Method in class org.jboss.webbeans.ManagerImpl
Wraps a collection of beans into a thread safe list.
setBeanStore(BeanStore) - Method in class org.jboss.webbeans.context.AbstractThreadLocalMapContext
Sets the bean store
setBeanStore(BeanStore) - Method in class org.jboss.webbeans.context.ApplicationContext
Sets the bean store
setCurrent(Class<? extends Annotation>) - Method in interface javax.inject.manager.Manager
Associate an activity with the current context for a normal scope
setCurrent(Class<? extends Annotation>) - Method in class org.jboss.webbeans.ManagerImpl
 
setDelegate(Object, Object) - Method in class javax.inject.manager.Decorator
Injects the delegate
setDestroyed(boolean) - Method in interface org.jboss.webbeans.bean.proxy.EnterpriseBeanInstance
 
setEjbServices(EjbServices) - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
Deprecated. 
setEjbServices(EjbServices) - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
setEnabledDeploymentTypes(List<Class<? extends Annotation>>) - Method in class org.jboss.webbeans.ManagerImpl
Set the enabled deployment types
setEnvironment(Environment) - Method in interface org.jboss.webbeans.bootstrap.api.Bootstrap
Set the environment in use, by default Environments.EE
setEnvironment(Environment) - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
setEnvironment(Environment) - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
SetHashMultiMap<K,V> - Class in org.jboss.webbeans.util.collections.multi
An multimap which is internally backed by a HashMap and a HashSet
SetHashMultiMap() - Constructor for class org.jboss.webbeans.util.collections.multi.SetHashMultiMap
Constructor.
setJmsServices(JmsServices) - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
setJpaServices(JpaServices) - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
setLocale(Locale) - Method in class org.jboss.webbeans.el.ForwardingELContext
 
setLongRunning(boolean) - Method in class org.jboss.webbeans.conversation.ConversationImpl
 
SetMultiMap<K,V> - Interface in org.jboss.webbeans.util.collections.multi
A concurrent multimap, in which the multi-values are stored in a Set
setOnInstance(Object, Object) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
 
setPropertyResolved(boolean) - Method in class org.jboss.webbeans.el.ForwardingELContext
 
setResourceLoader(ResourceLoader) - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
Deprecated. 
setResourceLoader(ResourceLoader) - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
setResourceServices(ResourceServices) - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
setRootManager(ManagerImpl) - Static method in class org.jboss.webbeans.CurrentManager
Sets the root manager
setSession(HttpSession) - Method in class org.jboss.webbeans.servlet.HttpSessionManager
 
setTimeout(long) - Method in interface javax.context.Conversation
Set the timeout for the current long running conversation
setTimeout(long) - Method in class org.jboss.webbeans.conversation.ConversationImpl
 
setTransactionServices(TransactionServices) - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
Deprecated. 
setTransactionServices(TransactionServices) - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
setValue(ELContext, Object, Object, Object) - Method in class org.jboss.webbeans.el.WebBeansELResolver
 
setWebBeanDiscovery(WebBeanDiscovery) - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
Deprecated. 
setWebBeanDiscovery(WebBeanDiscovery) - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
setWebServices(WebServices) - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
shutdown() - Method in interface org.jboss.webbeans.bootstrap.api.Bootstrap
Causes the container to clean up and shutdown
shutdown() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
shutdown() - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
shutdown() - Method in class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
shutdown() - Method in interface org.jboss.webbeans.manager.api.WebBeansManager
 
shutdown() - Method in class org.jboss.webbeans.ManagerImpl
 
shutdownExecutors() - Method in class org.jboss.webbeans.ManagerImpl
Shuts down any executor services in the manager.
SimpleBean<T> - Class in org.jboss.webbeans.bean
Represents a simple bean
SimpleBean(AnnotatedClass<T>, ManagerImpl) - Constructor for class org.jboss.webbeans.bean.SimpleBean
Constructor
SimpleBeanChildrenChecker - Class in org.jboss.webbeans.xml.checker.beanchildren.ext
 
SimpleBeanChildrenChecker(XmlEnvironment, Map<String, Set<String>>) - Constructor for class org.jboss.webbeans.xml.checker.beanchildren.ext.SimpleBeanChildrenChecker
 
SimpleBeanElementRegistrator - Class in org.jboss.webbeans.xml.registrator.bean.ext
 
SimpleBeanElementRegistrator(BeanChildrenChecker, EjbDescriptorCache) - Constructor for class org.jboss.webbeans.xml.registrator.bean.ext.SimpleBeanElementRegistrator
 
SimpleServiceRegistry - Class in org.jboss.webbeans.bootstrap.api.helpers
A registry for services
SimpleServiceRegistry() - Constructor for class org.jboss.webbeans.bootstrap.api.helpers.SimpleServiceRegistry
 
Singleton<T> - Interface in org.jboss.webbeans.bootstrap.api
Holds a reference to an application singleton.
SingletonProvider - Class in org.jboss.webbeans.bootstrap.api
A provider of Singletons
SingletonProvider() - Constructor for class org.jboss.webbeans.bootstrap.api.SingletonProvider
 
size() - Method in class org.jboss.webbeans.util.collections.ForwardingCollection
 
size() - Method in class org.jboss.webbeans.util.collections.ForwardingMap
 
specialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.AbstractBean
 
specialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
specialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.EnterpriseBean
 
specialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.ProducerMethodBean
 
specialize(BeanDeployerEnvironment) - Method in class org.jboss.webbeans.bean.SimpleBean
 
Specializes - Annotation Type in javax.inject
Specifies that an implementation class directly specializes its superclass, of that a producer method directly specializes the method it overrides.
split(String, String) - Static method in class org.jboss.webbeans.util.Strings
Split a string into parts
Standard - Annotation Type in javax.inject
Deployment type for standard components defined by the JSR-299 specification.
STANDARD - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
startCollectingDependents(DependentStorageRequest) - Method in class org.jboss.webbeans.context.DependentContext
Starts collecting dependent instances created by placing in the dependent instances store specified in the request.
Stereotype - Annotation Type in javax.annotation
Specifies that an annotation type is a stereotype.
STEREOTYPE - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
StereotypeModel<T extends java.lang.annotation.Annotation> - Class in org.jboss.webbeans.metadata
A meta model for a stereotype, allows us to cache a stereotype and to validate it
StereotypeModel(Class<T>, ClassTransformer) - Constructor for class org.jboss.webbeans.metadata.StereotypeModel
Constructor
stopCollectingDependents(DependentStorageRequest) - Method in class org.jboss.webbeans.context.DependentContext
Stops collecting dependent instances created.
stopConversationPropagation() - Static method in class org.jboss.webbeans.jsf.PhaseHelper
Stops conversation propagation through the view root
Strings - Class in org.jboss.webbeans.util
String utilities
Strings() - Constructor for class org.jboss.webbeans.util.Strings
 
switchTo(Conversation) - Method in class org.jboss.webbeans.conversation.ConversationImpl
Assumes the identity of another conversation

T

TCCLSingletonProvider - Class in org.jboss.webbeans.bootstrap.api.helpers
Singleton provider that uses the Thread Context ClassLoader to differentiate between applications
TCCLSingletonProvider() - Constructor for class org.jboss.webbeans.bootstrap.api.helpers.TCCLSingletonProvider
 
toArray() - Method in class org.jboss.webbeans.util.collections.ForwardingCollection
 
toArray(T[]) - Method in class org.jboss.webbeans.util.collections.ForwardingCollection
 
TOPIC - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
toString() - Method in class javax.inject.AnnotationLiteral
 
toString() - Method in class org.jboss.webbeans.bean.AbstractBean
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.AbstractClassBean
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.AbstractProducerBean
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.DisposalMethodBean
 
toString() - Method in class org.jboss.webbeans.bean.EnterpriseBean
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.ForwardingBean
Returns a string representation
toString() - Method in class org.jboss.webbeans.bean.ProducerFieldBean
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.ProducerMethodBean
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.proxy.ClientProxyMethodHandler
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.proxy.ClientProxyProvider
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.SimpleBean
Gets a string representation
toString() - Method in class org.jboss.webbeans.bean.standard.EventBean
 
toString() - Method in class org.jboss.webbeans.bean.standard.InjectionPointBean
 
toString() - Method in class org.jboss.webbeans.bean.standard.InstanceBean
 
toString() - Method in class org.jboss.webbeans.bean.standard.ManagerBean
 
toString() - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
toString() - Method in class org.jboss.webbeans.bootstrap.api.helpers.SimpleServiceRegistry
 
toString() - Method in class org.jboss.webbeans.bootstrap.spi.helpers.ForwardingWebBeanDiscovery
 
toString() - Method in class org.jboss.webbeans.context.api.helpers.AbstractMapBackedBeanStore
 
toString() - Method in class org.jboss.webbeans.context.api.helpers.ForwardingBeanStore
 
toString() - Method in class org.jboss.webbeans.context.ApplicationContext
 
toString() - Method in class org.jboss.webbeans.context.beanstore.AbstractAttributeBackedBeanStore
 
toString() - Method in class org.jboss.webbeans.context.ConversationContext
 
toString() - Method in class org.jboss.webbeans.context.DependentContext
 
toString() - Method in class org.jboss.webbeans.context.RequestContext
 
toString() - Method in class org.jboss.webbeans.context.SessionContext
 
toString() - Method in class org.jboss.webbeans.conversation.ConversationImpl
 
toString() - Method in class org.jboss.webbeans.ejb.EjbDescriptorCache
 
toString() - Method in class org.jboss.webbeans.ejb.ForwardingEjbDescriptor
 
toString() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwadingBusinessInterfaceDescriptor
 
toString() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
toString() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbServices
 
toString() - Method in class org.jboss.webbeans.el.ForwardingELContext
 
toString() - Method in class org.jboss.webbeans.el.Namespace
 
toString() - Method in class org.jboss.webbeans.event.DeferredEventNotification
 
toString() - Method in class org.jboss.webbeans.event.EventImpl
 
toString() - Method in class org.jboss.webbeans.event.EventManager
 
toString() - Method in class org.jboss.webbeans.event.EventObserver
 
toString() - Method in class org.jboss.webbeans.event.ObserverImpl
 
toString() - Method in class org.jboss.webbeans.FacadeImpl
Gets a string representation
toString() - Method in class org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass
 
toString() - Method in class org.jboss.webbeans.injection.resolution.Resolver
Gets a string representation
toString() - Method in class org.jboss.webbeans.InstanceImpl
Gets a string representation
toString() - Method in class org.jboss.webbeans.introspector.ForwardingAnnotatedItem
Overridden method into delegate
toString() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem
Gets a string representation of the item
toString() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember
Gets a string representation of the member
toString() - Method in class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedType
Gets a string representation of the type
toString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
Gets a string representation of the annotation
toString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedClassImpl
Gets a string representation of the class
toString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedConstructorImpl
Gets a string representation of the constructor
toString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedFieldImpl
Gets a string representation of the field
toString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedMethodImpl
 
toString() - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
Gets a string representation of the parameter
toString() - Method in class org.jboss.webbeans.introspector.jlr.MethodSignatureImpl
 
toString() - Method in class org.jboss.webbeans.ManagerImpl
Gets a string representation
toString() - Method in class org.jboss.webbeans.metadata.AnnotationModel
Gets a string representation of the annotation model
toString() - Method in class org.jboss.webbeans.metadata.BindingTypeModel
Gets a string representation of the binding type model
toString() - Method in class org.jboss.webbeans.metadata.MergedStereotypes
Gets a string representation of the merged stereotypes
toString() - Method in class org.jboss.webbeans.metadata.MetaDataCache
Gets a string representation
toString() - Method in class org.jboss.webbeans.metadata.ScopeModel
Gets a string representation of the scope model
toString() - Method in class org.jboss.webbeans.metadata.StereotypeModel
Gets a string representation of the stereotype
toString() - Method in class org.jboss.webbeans.persistence.spi.helpers.ForwardingJpaServices
 
toString() - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceLoader
 
toString() - Method in class org.jboss.webbeans.util.collections.ForwardingObject
Returns the string representation generated by the delegate's toString method.
toString() - Method in class org.jboss.webbeans.util.reflection.AnnotationImpl
 
toString() - Method in class org.jboss.webbeans.util.reflection.ParameterizedTypeImpl
 
trace(Object, Object...) - Method in interface org.jboss.webbeans.log.Log
 
trace(Object, Throwable, Object...) - Method in interface org.jboss.webbeans.log.Log
 
trace(Object) - Method in interface org.jboss.webbeans.log.LogProvider
 
trace(Object, Throwable) - Method in interface org.jboss.webbeans.log.LogProvider
 
TransactionServices - Interface in org.jboss.webbeans.transaction.spi
The container must implement the services related to transactional behavior used in JSR-299, if that behavior is going to be used.
TransactionServices.Status - Enum in org.jboss.webbeans.transaction.spi
Possible status conditions for a transaction.
TransactionSynchronizedRunnable - Class in org.jboss.webbeans.event
A JTA transaction sychronization which wraps a Runnable.
TransactionSynchronizedRunnable(Runnable, boolean) - Constructor for class org.jboss.webbeans.event.TransactionSynchronizedRunnable
 
TransactionSynchronizedRunnable(Runnable, TransactionServices.Status) - Constructor for class org.jboss.webbeans.event.TransactionSynchronizedRunnable
 
transform(AnnotatedItem<T, S>) - Method in class org.jboss.webbeans.bean.standard.FacadeBeanAnnotatedItemTransformer
 
transform(AnnotatedItem<T, S>) - Method in interface org.jboss.webbeans.injection.resolution.AnnotatedItemTransformer
 
TRANSFORMER - Static variable in class org.jboss.webbeans.bean.standard.EventBean
 
TRANSFORMER - Static variable in class org.jboss.webbeans.bean.standard.InstanceBean
 
type - Variable in class org.jboss.webbeans.bean.AbstractBean
 
type - Variable in class org.jboss.webbeans.FacadeImpl
 
TypeLiteral<T> - Class in javax.inject
Supports inline instantiation of objects that represent parameterized types with actual type parameters.
TypeLiteral() - Constructor for class javax.inject.TypeLiteral
 
types - Variable in class org.jboss.webbeans.bean.AbstractBean
 
Types - Class in org.jboss.webbeans.util
Utility class for Types
Types() - Constructor for class org.jboss.webbeans.util.Types
 
typesToString(Set<? extends Type>) - Static method in class org.jboss.webbeans.util.Names
 

U

UICOMPONENT_CLASS - Variable in class org.jboss.webbeans.jsf.JSFApiAbstraction
 
UNIT_NAME - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
unlock() - Method in class org.jboss.webbeans.conversation.ConversationEntry
Attempts to unlock the conversation
unmodifiableServiceRegistry(ServiceRegistry) - Static method in class org.jboss.webbeans.bootstrap.api.helpers.ServiceRegistries
 
UnproxyableDependencyException - Exception in javax.inject
Thrown if a bean has normal scope and the type cannot be proxied by the container
UnproxyableDependencyException() - Constructor for exception javax.inject.UnproxyableDependencyException
 
UnproxyableDependencyException(String, Throwable) - Constructor for exception javax.inject.UnproxyableDependencyException
 
UnproxyableDependencyException(String) - Constructor for exception javax.inject.UnproxyableDependencyException
 
UnproxyableDependencyException(Throwable) - Constructor for exception javax.inject.UnproxyableDependencyException
 
UnsatisfiedDependencyException - Exception in javax.inject
Thrown if no beans can be resolved
UnsatisfiedDependencyException() - Constructor for exception javax.inject.UnsatisfiedDependencyException
 
UnsatisfiedDependencyException(String, Throwable) - Constructor for exception javax.inject.UnsatisfiedDependencyException
 
UnsatisfiedDependencyException(String) - Constructor for exception javax.inject.UnsatisfiedDependencyException
 
UnsatisfiedDependencyException(Throwable) - Constructor for exception javax.inject.UnsatisfiedDependencyException
 
UnserializableDependencyException - Exception in javax.inject
Thrown if a simple bean is dependent scoped and injected into a stateful session bean, into a non-transient field, bean constructor parameter or initializer method parameter of a bean which declares a passivating scope, or into a parameter of a producer method which declares a passivating scope
UnserializableDependencyException() - Constructor for exception javax.inject.UnserializableDependencyException
 
UnserializableDependencyException(String, Throwable) - Constructor for exception javax.inject.UnserializableDependencyException
 
UnserializableDependencyException(String) - Constructor for exception javax.inject.UnserializableDependencyException
 
UnserializableDependencyException(Throwable) - Constructor for exception javax.inject.UnserializableDependencyException
 
URN_PREFIX - Static variable in class org.jboss.webbeans.xml.XmlConstants
 

V

validate() - Method in class org.jboss.webbeans.BeanValidator
Validates the beans
VALUE - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
valueOf(String) - Static method in enum javax.inject.manager.InterceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.webbeans.bootstrap.api.Environments
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.webbeans.transaction.spi.TransactionServices.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.webbeans.util.ApiAbstraction.DummyEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.inject.manager.InterceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.webbeans.bootstrap.api.Environments
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.webbeans.transaction.spi.TransactionServices.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.webbeans.util.ApiAbstraction.DummyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jboss.webbeans.util.collections.ForwardingMap
verify() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 

W

warn(Object, Object...) - Method in interface org.jboss.webbeans.log.Log
 
warn(Object, Throwable, Object...) - Method in interface org.jboss.webbeans.log.Log
 
warn(Object) - Method in interface org.jboss.webbeans.log.LogProvider
 
warn(Object, Throwable) - Method in interface org.jboss.webbeans.log.LogProvider
 
WEB_SERVICE_REF - Static variable in class org.jboss.webbeans.xml.XmlConstants
 
WebBean - Annotation Type in org.jboss.webbeans
Deployment type for Web Beans beans
WebBeanDiscovery - Interface in org.jboss.webbeans.bootstrap.spi
A container should implement this interface to allow Web Beans to discover the beans to deploy
WebBeansBootstrap - Class in org.jboss.webbeans.bootstrap
Common bootstrapping functionality that is run at application startup and detects and register beans
WebBeansBootstrap() - Constructor for class org.jboss.webbeans.bootstrap.WebBeansBootstrap
 
WebBeansELResolver - Class in org.jboss.webbeans.el
An EL-resolver against the named beans
WebBeansELResolver() - Constructor for class org.jboss.webbeans.el.WebBeansELResolver
 
WebBeansListener - Class in org.jboss.webbeans.servlet
The Web Beans listener Listens for context/session creation/destruction.
WebBeansListener() - Constructor for class org.jboss.webbeans.servlet.WebBeansListener
 
WebBeansManager - Interface in org.jboss.webbeans.manager.api
Functionality provided by the Web Beans Manager over and above the JSR-299 Manager.
WebBeansPhaseListener - Class in org.jboss.webbeans.jsf
A phase listener for propagating conversation id over postbacks through a hidden component
WebBeansPhaseListener() - Constructor for class org.jboss.webbeans.jsf.WebBeansPhaseListener
 
WebServiceBean<T> - Class in org.jboss.webbeans.bean.ee
 
WebServiceBean(ManagerImpl, Class<? extends Annotation>, Set<Annotation>, Class<T>, String, String, String) - Constructor for class org.jboss.webbeans.bean.ee.WebServiceBean
 
WebServiceMethodHandler - Class in org.jboss.webbeans.bean.ee
Proxy for persistence unit Java EE web services
WebServiceMethodHandler(String, String) - Constructor for class org.jboss.webbeans.bean.ee.WebServiceMethodHandler
 
WebServices - Interface in org.jboss.webbeans.ws.spi
A container should implement this interface to allow Web Beans to resolve Web Services
wrap(AnnotationStore, Set<Annotation>, Set<Annotation>) - Static method in class org.jboss.webbeans.introspector.AnnotationStore
 
wrap(Set<Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedAnnotationImpl
 
wrap(Set<Annotation>) - Method in class org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl
 
WrappedAnnotatedClass<T> - Class in org.jboss.webbeans.introspector
 
WrappedAnnotatedClass(AnnotatedClass<T>, Set<Annotation>, Set<Annotation>) - Constructor for class org.jboss.webbeans.introspector.WrappedAnnotatedClass
 
WrappedAnnotatedField<T> - Class in org.jboss.webbeans.introspector
 
WrappedAnnotatedField(AnnotatedField<T>, Set<Annotation>) - Constructor for class org.jboss.webbeans.introspector.WrappedAnnotatedField
 
WrappedAnnotatedMethod<T> - Class in org.jboss.webbeans.introspector
 
WrappedAnnotatedMethod(AnnotatedMethod<T>, Set<Annotation>) - Constructor for class org.jboss.webbeans.introspector.WrappedAnnotatedMethod
 
WrappedAnnotatedParameter<T> - Class in org.jboss.webbeans.introspector
 
WrappedAnnotatedParameter(AnnotatedParameter<T>, Set<Annotation>) - Constructor for class org.jboss.webbeans.introspector.WrappedAnnotatedParameter
 
WSDL_LOCATION - Static variable in class org.jboss.webbeans.xml.XmlConstants
 

X

XmlClass - Interface in org.jboss.webbeans.xml
 
XmlConstants - Class in org.jboss.webbeans.xml
 
XmlConstants() - Constructor for class org.jboss.webbeans.xml.XmlConstants
 
XmlEnvironment - Class in org.jboss.webbeans.xml
 
XmlEnvironment(ServiceRegistry, EjbDescriptorCache, ManagerImpl) - Constructor for class org.jboss.webbeans.xml.XmlEnvironment
 
XmlEnvironment(ServiceRegistry, Iterable<URL>, EjbDescriptorCache, ManagerImpl) - Constructor for class org.jboss.webbeans.xml.XmlEnvironment
 
XmlParser - Class in org.jboss.webbeans.xml
 
XmlParser(XmlEnvironment) - Constructor for class org.jboss.webbeans.xml.XmlParser
 

_

_serializable - Variable in class org.jboss.webbeans.bean.AbstractBean
 

A B C D E F G H I J K L M N O P Q R S T U V W X _

Copyright © 2011. All Rights Reserved.