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

A

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
 
AbstractMapBackedBeanStore - Class in org.jboss.webbeans.context.api.helpers
 
AbstractMapBackedBeanStore() - Constructor for class org.jboss.webbeans.context.api.helpers.AbstractMapBackedBeanStore
 
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
 
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

B

BeanDeploymentArchive - Interface in org.jboss.webbeans.bootstrap.spi
Represents a CDI bean deployment archive.
BeanInstance<T> - Interface in org.jboss.webbeans.context.api
 
BeanStore - Interface in org.jboss.webbeans.context.api
Interface for different implementations of Bean to Bean instance storage.
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
 
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
 
BusinessInterfaceDescriptor<T> - Interface in org.jboss.webbeans.ejb.spi
Represents the business interface of an EJB

C

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
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
 
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
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
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
 
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
createActivity() - Method in interface org.jboss.webbeans.manager.api.WebBeansManager
Create a new child activity.

D

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.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.messaging.spi.helpers.ForwardingJmsServices
 
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.ws.spi.helpers.ForwardingWebServices
 
Deployment - Interface in org.jboss.webbeans.bootstrap.spi
Represents a deployment of a CDI application.
discoverWebBeanClasses() - Method in class org.jboss.webbeans.bootstrap.spi.helpers.ForwardingWebBeanDiscovery
 
discoverWebBeanClasses() - Method in interface org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery
Deprecated. 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
Deprecated. Gets a list of all deployment descriptors in the app classpath

E

EjbDescriptor<T> - Interface in org.jboss.webbeans.ejb.spi
EJB metadata from the EJB descriptor
EJBModule - Interface in org.jboss.webbeans.ejb.spi
Represents an EJB bean deployment archive.
EjbServices - Interface in org.jboss.webbeans.ejb.spi
A container should implement this interface to allow Web Beans to resolve EJB and discover EJBs
Environment - Interface in org.jboss.webbeans.bootstrap.api
Represents an environment.
Environments - Enum in org.jboss.webbeans.bootstrap.api
Various well known environments.
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.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.persistence.spi.helpers.ForwardingJpaServices
 
equals(Object) - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceLoader
 

F

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
 
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
 
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
 
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
 
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
 
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(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<? 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
 
getApplicationContext() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
getBeanClass() - Method in interface org.jboss.webbeans.ejb.spi.EjbDescriptor
Gets the EJB type
getBeanClass() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
getBeanClasses() - Method in interface org.jboss.webbeans.bootstrap.spi.BeanDeploymentArchive
Gets all classes in the bean deployment archive
getBeanDeploymentArchives() - Method in interface org.jboss.webbeans.bootstrap.spi.BeanDeploymentArchive
Get the ordered bean deployment archives which are accessible to this bean deployment archive and adjacent to it i n the deployment archive graph.
getBeanDeploymentArchives() - Method in interface org.jboss.webbeans.bootstrap.spi.Deployment
Get the bean deployment archives which are accessible by this deployment and adjacent to it in the deployment archive graph.
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
 
getBeansXml() - Method in interface org.jboss.webbeans.bootstrap.spi.BeanDeploymentArchive
Get any deployment descriptors in the bean deployment archive.
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
getContext() - Method in class org.jboss.webbeans.resources.spi.helpers.AbstractResourceServices
 
getContextual() - Method in interface org.jboss.webbeans.context.api.BeanInstance
 
getCreationalContext() - Method in interface org.jboss.webbeans.context.api.BeanInstance
 
getDeployment() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
getEjbs() - Method in interface org.jboss.webbeans.ejb.spi.EJBModule
Get all the EJBs in the deployment archive
getEjbServices() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
Deprecated. 
getEjbServices() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
getEnvironment() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
getInstance() - Method in interface org.jboss.webbeans.context.api.BeanInstance
 
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
 
getJpaServices() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
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
 
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
 
getPropertyName(Method) - Static method in class org.jboss.webbeans.resources.spi.helpers.AbstractResourceServices
 
getQueueConnectionFactory() - Method in interface org.jboss.webbeans.messaging.spi.JmsServices
Get a QueueConnectionFactory
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
 
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
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.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
 
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
 
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
 
getWebBeanDiscovery() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
Deprecated. 
getWebServices() - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 

H

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.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.persistence.spi.helpers.ForwardingJpaServices
 
hashCode() - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceLoader
 

I

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
instance() - Static method in class org.jboss.webbeans.bootstrap.api.SingletonProvider
 
isMessageDriven() - Method in interface org.jboss.webbeans.ejb.spi.EjbDescriptor
Indicates if the EJB is an MDB
isMessageDriven() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
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
 
isSingleton() - Method in interface org.jboss.webbeans.ejb.spi.EjbDescriptor
Indicates if the bean is a EJB 3.1 Singleton session bean
isSingleton() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
isStateful() - Method in interface org.jboss.webbeans.ejb.spi.EjbDescriptor
Indicates if the EJB is a stateful session bean
isStateful() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
isStateless() - Method in interface org.jboss.webbeans.ejb.spi.EjbDescriptor
Indicates if the bean is a stateless session bean
isStateless() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbDescriptor
 
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.
iterator() - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingServiceRegistry
 
iterator() - Method in class org.jboss.webbeans.bootstrap.api.helpers.SimpleServiceRegistry
 

J

JmsServices - Interface in org.jboss.webbeans.messaging.spi
A container should implement this interface to allow Web Beans to resolve Jms Services
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

L

Lifecycle - Interface in org.jboss.webbeans.bootstrap.api
Note Lifecycle is not complete, and the API may change
loadBeanDeploymentArchive(Class<?>) - Method in interface org.jboss.webbeans.bootstrap.spi.Deployment
Load the BeanDeploymentArchive containing the given class.

O

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.api - package org.jboss.webbeans.context.api
 
org.jboss.webbeans.context.api.helpers - package org.jboss.webbeans.context.api.helpers
 
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.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.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.spi - package org.jboss.webbeans.resources.spi
 
org.jboss.webbeans.resources.spi.helpers - package org.jboss.webbeans.resources.spi.helpers
 
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.ws.spi - package org.jboss.webbeans.ws.spi
 
org.jboss.webbeans.ws.spi.helpers - package org.jboss.webbeans.ws.spi.helpers
 

P

PROPERTY_NAME - Static variable in interface org.jboss.webbeans.resources.spi.ResourceLoader
 
put(BeanInstance<T>) - Method in interface org.jboss.webbeans.context.api.BeanStore
Adds a bean instance to the storage
put(BeanInstance<T>) - Method in class org.jboss.webbeans.context.api.helpers.AbstractMapBackedBeanStore
Puts a bean instance under the bean key in the store
put(BeanInstance<T>) - Method in class org.jboss.webbeans.context.api.helpers.ForwardingBeanStore
 

R

registerSynchronization(Synchronization) - Method in interface org.jboss.webbeans.transaction.spi.TransactionServices
Registers a synchronization object with the currently executing transaction.
remove() - Method in interface org.jboss.webbeans.ejb.api.SessionObjectReference
Request the EJB container remove the stateful session object
requestDestroyed(ServletRequestEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.AbstractServletListener
 
requestDestroyed(ServletRequestEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.ForwardingServletListener
 
requestInitialized(ServletRequestEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.AbstractServletListener
 
requestInitialized(ServletRequestEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.ForwardingServletListener
 
resolveDestination(String, String) - Method in interface org.jboss.webbeans.messaging.spi.JmsServices
Resolve the destination for the given JNDI name and mapped name
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
 
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
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
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
ResourceServices - Interface in org.jboss.webbeans.resources.spi
A container should implement this interface to allow the Web Beans RI to resolve Resources

S

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
ServletListener - Interface in org.jboss.webbeans.servlet.api
 
sessionCreated(HttpSessionEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.AbstractServletListener
 
sessionCreated(HttpSessionEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.ForwardingServletListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.AbstractServletListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.jboss.webbeans.servlet.api.helpers.ForwardingServletListener
 
SessionObjectReference - Interface in org.jboss.webbeans.ejb.api
A serializable reference to a session object in the EJB container
set(T) - Method in interface org.jboss.webbeans.bootstrap.api.Singleton
Store a singleton
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
 
setCurrent(Class<? extends Annotation>) - Method in interface org.jboss.webbeans.manager.api.WebBeansManager
Associate an activity with the current context for a normal scope
setDeployment(Deployment) - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
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
 
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
 
setJmsServices(JmsServices) - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
setJpaServices(JpaServices) - Method in class org.jboss.webbeans.bootstrap.api.helpers.BootstrapBean
 
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
 
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
 
setWebBeanDiscovery(WebBeanDiscovery) - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
Deprecated. 
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 interface org.jboss.webbeans.manager.api.WebBeansManager
 
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
 

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
 
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.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.persistence.spi.helpers.ForwardingJpaServices
 
toString() - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceLoader
 
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.

U

unmodifiableServiceRegistry(ServiceRegistry) - Static method in class org.jboss.webbeans.bootstrap.api.helpers.ServiceRegistries
 

V

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.
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.
verify() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 

W

WebBeanDiscovery - Interface in org.jboss.webbeans.bootstrap.spi
Deprecated. now encapsulated by BeanDeploymentArchive
WebBeansManager - Interface in org.jboss.webbeans.manager.api
Functionality provided by the Web Beans Manager over and above the JSR-299 Manager.
WebServices - Interface in org.jboss.webbeans.ws.spi
A container should implement this interface to allow Web Beans to resolve Web Services

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

Copyright © 2008-2009. All Rights Reserved.