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

A

AbstractBootstrap - Class in org.jboss.webbeans.bootstrap.api.helpers
 
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
 
AbstractNamingContext - Class in org.jboss.webbeans.resources.spi.helpers
Provides common functionality required by a NamingContext
AbstractNamingContext() - Constructor for class org.jboss.webbeans.resources.spi.helpers.AbstractNamingContext
 

B

BeanStore - Interface in org.jboss.webbeans.context.api
Interface for different implementations of Bean to Bean instance storage.
bind(String, Object) - Method in class org.jboss.webbeans.resources.spi.helpers.AbstractNamingContext
Binds in item to JNDI
bind(String, Object) - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingNamingContext
 
bind(String, Object) - Method in interface org.jboss.webbeans.resources.spi.NamingContext
Binds an item to JNDI
boot() - Method in interface org.jboss.webbeans.bootstrap.api.Bootstrap
Starts the boot process.
boot() - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
Bootstrap - Interface in org.jboss.webbeans.bootstrap.api
Bootstrap API for Web Beans.
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

D

delegate() - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
delegate() - Method in class org.jboss.webbeans.bootstrap.spi.helpers.ForwardingEjbDiscovery
 
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.ForwardingEjbResolver
 
delegate() - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingNamingContext
 
delegate() - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingResourceLoader
 
discoverEjbs() - Method in interface org.jboss.webbeans.bootstrap.spi.EjbDiscovery
Gets a descriptor for each EJB in the application
discoverEjbs() - Method in class org.jboss.webbeans.bootstrap.spi.helpers.ForwardingEjbDiscovery
 
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 web-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 web-beans.xml files in the app classpath

E

EjbDescriptor<T> - Interface in org.jboss.webbeans.ejb.spi
EJB metadata from the EJB descriptor
EjbDiscovery - Interface in org.jboss.webbeans.bootstrap.spi
A container should implement this interface to allow the Web Beans RI to discover the EJBs the application contains
EjbResolver - Interface in org.jboss.webbeans.ejb.spi
A container should implement this interface to allow the Web Beans RI to resolve EJBs, Resources and JPA persistence units TODO This probably needs renaming to EjbLifecycle
equals(Object) - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
equals(Object) - Method in class org.jboss.webbeans.bootstrap.spi.helpers.ForwardingEjbDiscovery
 
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.ForwardingEjbResolver
 
equals(Object) - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingNamingContext
 
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
 
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
 
ForwardingEjbDiscovery - Class in org.jboss.webbeans.bootstrap.spi.helpers
An implementation of EjbDiscovery which forwards all its method calls to another EjbDiscovery}.
ForwardingEjbDiscovery() - Constructor for class org.jboss.webbeans.bootstrap.spi.helpers.ForwardingEjbDiscovery
 
ForwardingEjbResolver - Class in org.jboss.webbeans.ejb.spi.helpers
An implementation of EjbResolver which forwards all its method calls to another EjbResolver}.
ForwardingEjbResolver() - Constructor for class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbResolver
 
ForwardingNamingContext - Class in org.jboss.webbeans.resources.spi.helpers
An implementation of NamingContext which forwards all its method calls to another NamingContext}.
ForwardingNamingContext() - Constructor for class org.jboss.webbeans.resources.spi.helpers.ForwardingNamingContext
 
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
 
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
 

G

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
 
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
 
getContext() - Method in class org.jboss.webbeans.resources.spi.helpers.AbstractNamingContext
 
getEJBAnnotation() - Method in interface org.jboss.webbeans.ejb.spi.EjbResolver
Get the annotation which defines an @EJB injection point
getEJBAnnotation() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbResolver
 
getEjbDiscovery() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
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
 
getEjbResolver() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
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
 
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
 
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.ForwardingBootstrap
 
getNamingContext() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
getPersistenceContextAnnotation() - Method in interface org.jboss.webbeans.ejb.spi.EjbResolver
Get the annotation which defines a @PersistenceContext injection point
getPersistenceContextAnnotation() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbResolver
 
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 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
 
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
getResourceAnnotation() - Method in interface org.jboss.webbeans.ejb.spi.EjbResolver
Get the annotation which defines a @Resource injection point
getResourceAnnotation() - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbResolver
 
getResourceLoader() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
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
getTransactionServices() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
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
 
getWebBeanDiscovery() - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 

H

hashCode() - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
hashCode() - Method in class org.jboss.webbeans.bootstrap.spi.helpers.ForwardingEjbDiscovery
 
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.ForwardingEjbResolver
 
hashCode() - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingNamingContext
 
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.ForwardingBootstrap
 
injectServlet(Servlet) - Method in interface org.jboss.webbeans.manager.api.WebBeansManager
Perform JSR-299 dependency injection on a servlet
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
 
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
 
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 interface org.jboss.webbeans.ejb.spi.EjbDescriptor
Indicates if the bean is stateless
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.

L

lookup(String, Class<? extends T>) - Method in class org.jboss.webbeans.resources.spi.helpers.AbstractNamingContext
Lookup an item from JNDI
lookup(String, Class<? extends T>) - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingNamingContext
 
lookup(String, Class<? extends T>) - Method in interface org.jboss.webbeans.resources.spi.NamingContext
Typed JNDI lookup

N

NamingContext - Interface in org.jboss.webbeans.resources.spi
 

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

P

PROPERTY_NAME - Static variable in interface org.jboss.webbeans.bootstrap.spi.EjbDiscovery
 
PROPERTY_NAME - Static variable in interface org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery
 
PROPERTY_NAME - Static variable in interface org.jboss.webbeans.ejb.spi.EjbResolver
 
PROPERTY_NAME - Static variable in interface org.jboss.webbeans.resources.spi.NamingContext
 
PROPERTY_NAME - Static variable in interface org.jboss.webbeans.resources.spi.ResourceLoader
 
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
 

R

registerSynchronization(Synchronization) - Method in interface org.jboss.webbeans.transaction.spi.TransactionServices
Registers a synchronization object with the currently executing transaction.
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
 
resolveEjb(InjectionPoint, NamingContext) - Method in interface org.jboss.webbeans.ejb.spi.EjbResolver
Resolve the value for the given @EJB injection point
resolveEjb(InjectionPoint, NamingContext) - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbResolver
 
resolvePersistenceContext(InjectionPoint, NamingContext) - Method in interface org.jboss.webbeans.ejb.spi.EjbResolver
Resolve the value for the given @PersistenceContext injection point
resolvePersistenceContext(InjectionPoint, NamingContext) - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbResolver
 
resolveResource(InjectionPoint, NamingContext) - Method in interface org.jboss.webbeans.ejb.spi.EjbResolver
Resolve the value for the given @Resource injection point
resolveResource(InjectionPoint, NamingContext) - Method in class org.jboss.webbeans.ejb.spi.helpers.ForwardingEjbResolver
 
ResourceLoader - Interface in org.jboss.webbeans.resources.spi
Resource loading/class creation abstraction
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

S

setApplicationContext(BeanStore) - Method in interface org.jboss.webbeans.bootstrap.api.Bootstrap
 
setApplicationContext(BeanStore) - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
setApplicationContext(BeanStore) - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
setEjbDiscovery(EjbDiscovery) - Method in interface org.jboss.webbeans.bootstrap.api.Bootstrap
Set the EjbDiscovery to use
setEjbDiscovery(EjbDiscovery) - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
setEjbDiscovery(EjbDiscovery) - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
setEjbResolver(EjbResolver) - Method in interface org.jboss.webbeans.bootstrap.api.Bootstrap
Set the EjbResolver to use
setEjbResolver(EjbResolver) - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
setEjbResolver(EjbResolver) - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
setNamingContext(NamingContext) - Method in interface org.jboss.webbeans.bootstrap.api.Bootstrap
Set the NamingContext to use.
setNamingContext(NamingContext) - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
setNamingContext(NamingContext) - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
setResourceLoader(ResourceLoader) - Method in interface org.jboss.webbeans.bootstrap.api.Bootstrap
Set the ResourceLoader to use.
setResourceLoader(ResourceLoader) - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
setResourceLoader(ResourceLoader) - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
setTransactionServices(TransactionServices) - Method in interface org.jboss.webbeans.bootstrap.api.Bootstrap
Set the transaction services provider to use.
setTransactionServices(TransactionServices) - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
setWebBeanDiscovery(WebBeanDiscovery) - Method in interface org.jboss.webbeans.bootstrap.api.Bootstrap
Set the Web Bean Discovery to use
setWebBeanDiscovery(WebBeanDiscovery) - Method in class org.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
 
setWebBeanDiscovery(WebBeanDiscovery) - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
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.ForwardingBootstrap
 

T

toString() - Method in class org.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
 
toString() - Method in class org.jboss.webbeans.bootstrap.spi.helpers.ForwardingEjbDiscovery
 
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.ForwardingEjbResolver
 
toString() - Method in class org.jboss.webbeans.resources.spi.helpers.ForwardingNamingContext
 
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.

V

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.transaction.spi.TransactionServices.Status
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebBeanDiscovery - Interface in org.jboss.webbeans.bootstrap.spi
A container should implement this interface to allow the Web Beans RI to discover the Web Beans to deploy
WebBeansManager - Interface in org.jboss.webbeans.manager.api
Functionality provided by the Web Beans Manager over and above the JSR-299 Manager.

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

Copyright © 2008-2009. All Rights Reserved.