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

A

AbstractOwbPlugin - Class in org.apache.webbeans.spi.plugins
Abstract imlpementation of the OpenWebBeansPlugin interface contract.
AbstractOwbPlugin() - Constructor for class org.apache.webbeans.spi.plugins.AbstractOwbPlugin
 
activateContext(Class<? extends Annotation>) - Method in interface org.apache.webbeans.spi.ContextsService
Activate the context with the given scope type.

B

bind(String, Object) - Method in interface org.apache.webbeans.spi.JNDIService
Bind the object with the given name to the JNDI environment

C

clear() - Method in interface org.apache.webbeans.spi.ResourceInjectionService
Any clear functionality.
clear(Object) - Method in interface org.apache.webbeans.spi.SingletonService
Any clean activity.
ContainerLifecycle - Interface in org.apache.webbeans.spi
JSR-299 Container lifecycle.
ContextsService - Interface in org.apache.webbeans.spi
Contexts services provides demarcation methods for each context that is defined in the specification.
ConversationService - Interface in org.apache.webbeans.spi
Conversation related SPI.

D

deActivateContext(Class<? extends Annotation>) - Method in interface org.apache.webbeans.spi.ContextsService
Deactivates the context with the given scope type.
defineSessionBean(Class<T>, ProcessAnnotatedType<T>) - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansEjbPlugin
Configures session bean and adds it into the container.
destroy(Object) - Method in interface org.apache.webbeans.spi.ContextsService
Destroys container contexts service.

E

ELAdaptor - Interface in org.apache.webbeans.spi.adaptor
 
enableFailOverSupport(boolean) - Method in interface org.apache.webbeans.spi.FailOverService
 
enablePassivationSupport(boolean) - Method in interface org.apache.webbeans.spi.FailOverService
 
endContext(Class<? extends Annotation>, Object) - Method in interface org.apache.webbeans.spi.ContextsService
Ends the context with the given scope type.

F

FailOverService - Interface in org.apache.webbeans.spi
 

G

get(Object, String) - Method in interface org.apache.webbeans.spi.SingletonService
Get instance for given key and class name.
getAnnotation(Class<Y>) - Method in class org.apache.webbeans.spi.api.ResourceReference
 
getBeanClasses() - Method in interface org.apache.webbeans.spi.ScannerService
Gets beans classes that are found in the deployment archives.
getBeanManager() - Method in interface org.apache.webbeans.spi.ContainerLifecycle
Gets deployment bean manager instance.
getBeanXmls() - Method in interface org.apache.webbeans.spi.ScannerService
Gets xml configuration files that are occured in the deployment archives.
getContextService() - Method in interface org.apache.webbeans.spi.ContainerLifecycle
Gets container's context service implementation.
getConversationId() - Method in interface org.apache.webbeans.spi.ConversationService
Gets the current conversation id or null if there is no conversation.
getConversationSessionId() - Method in interface org.apache.webbeans.spi.ConversationService
Gets the session id of the current session.
getCurrentContext(Class<? extends Annotation>) - Method in interface org.apache.webbeans.spi.ContextsService
Gets current context with given scope type with respect to the current thread of execution.
getCurrentPrincipal() - Method in interface org.apache.webbeans.spi.SecurityService
Gets the current caller identity.
getDefaultValidator() - Method in interface org.apache.webbeans.spi.ValidatorService
Gets validator of default validator factory.
getDefaultValidatorFactory() - Method in interface org.apache.webbeans.spi.ValidatorService
Gets default validator factory instance.
getExist(Object, String) - Method in interface org.apache.webbeans.spi.SingletonService
Returns exist instance or null.
getFailOverAttributeName() - Method in interface org.apache.webbeans.spi.FailOverService
The session attribute name used to store the bean instances bag
getJVMId() - Method in interface org.apache.webbeans.spi.FailOverService
Used for tracking the origin of serialized bean instances.
getKey(Object) - Method in interface org.apache.webbeans.spi.SingletonService
Returns key for the given singleton instance.
getName() - Method in class org.apache.webbeans.spi.api.ResourceReference
 
getOwbELResolver() - Method in interface org.apache.webbeans.spi.adaptor.ELAdaptor
 
getOwbWrappedExpressionFactory(ExpressionFactory) - Method in interface org.apache.webbeans.spi.adaptor.ELAdaptor
 
getOwnerClass() - Method in class org.apache.webbeans.spi.api.ResourceReference
 
getResourceReference(ResourceReference<X, T>) - Method in interface org.apache.webbeans.spi.ResourceInjectionService
Gets resource for the given resource reference.
getResourceType() - Method in class org.apache.webbeans.spi.api.ResourceReference
 
getSessionBeanProxy(Bean<?>, Class<?>, CreationalContext<?>) - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansEjbPlugin
Returns session bean proxy.
getSupportedService(Class<T>) - Method in class org.apache.webbeans.spi.plugins.AbstractOwbPlugin
Gets service instance.
getSupportedService(Class<T>) - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansPlugin
Gets service instance.
getTransaction() - Method in interface org.apache.webbeans.spi.TransactionService
Get the transaction context of the calling thread
getTransactionManager() - Method in interface org.apache.webbeans.spi.TransactionService
Get TransactionManager instance from container.
getUserTransaction() - Method in interface org.apache.webbeans.spi.TransactionService
Gets user transaction instance.

I

init(Object) - Method in interface org.apache.webbeans.spi.ContextsService
Initialize container contexts service.
init(Object) - Method in interface org.apache.webbeans.spi.ScannerService
Any initializtion action that is required by the implementors.
initApplication(Properties) - Method in interface org.apache.webbeans.spi.ContainerLifecycle
Initialize lifecycle.
injectJavaEEResources(Object) - Method in interface org.apache.webbeans.spi.ResourceInjectionService
Container where OWB is deployed must responsible for injecting Java EE resources defined by this managed bean.
isExist(Object, String) - Method in interface org.apache.webbeans.spi.SingletonService
Returns true if singleton exist, false otherwise.
isManagedBean(Class<?>) - Method in class org.apache.webbeans.spi.plugins.AbstractOwbPlugin
 
isManagedBean(Class<?>) - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansPlugin
Make sure that the given class is ok for simple web bean conditions, otherwise throw a WebBeansConfigurationException
isSessionBean(Class<?>) - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansEjbPlugin
Returns true if class is an session bean class false otherwise
isSingletonBean(Class<?>) - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansEjbPlugin
Returns true if given class is singleton session bean, false otherwise.
isStatefulBean(Class<?>) - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansEjbPlugin
Returns true if given class is stateful session bean, false otherwise.
isStatelessBean(Class<?>) - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansEjbPlugin
Returns true if given class is stateless session bean, false otherwise.
isSupportFailOver() - Method in interface org.apache.webbeans.spi.FailOverService
 
isSupportPassivation() - Method in interface org.apache.webbeans.spi.FailOverService
 

J

JMS_CONNECTION_FACTORY_JNDI_DEFAULT_VALUE - Static variable in interface org.apache.webbeans.spi.JNDIService
Default value
JMS_CONNECTION_FACTORY_JNDI_KEY - Static variable in interface org.apache.webbeans.spi.JNDIService
JMS Connection Factory JNDI Name
JNDIService - Interface in org.apache.webbeans.spi
SPI for setting and retrieving objects from the JNDI.

L

lookup(String, Class<? extends T>) - Method in interface org.apache.webbeans.spi.JNDIService
Get the object bound to the given name from the JNDI context.

O

OpenWebBeansEjbPlugin - Interface in org.apache.webbeans.spi.plugins
Session bean related plugin contract.
OpenWebBeansJavaEEPlugin - Interface in org.apache.webbeans.spi.plugins
In fully Java EE environments, it will be implemented by the application servers.
OpenWebBeansPlugin - Interface in org.apache.webbeans.spi.plugins
Interface which all OpenWebBeans plugins has to implement to extend the webbeans-core with additional IOC functionality.
OpenWebBeansWebPlugin - Interface in org.apache.webbeans.spi.plugins
OpenWebBeans plugin point for Web Containers.
org.apache.webbeans.spi - package org.apache.webbeans.spi
 
org.apache.webbeans.spi.adaptor - package org.apache.webbeans.spi.adaptor
 
org.apache.webbeans.spi.api - package org.apache.webbeans.spi.api
 
org.apache.webbeans.spi.plugins - package org.apache.webbeans.spi.plugins
 

R

registerTransactionSynchronization(TransactionPhase, ObserverMethod<? super Object>, Object) - Method in interface org.apache.webbeans.spi.TransactionService
Register transaction synch.
ResourceInjectionService - Interface in org.apache.webbeans.spi
This service is responsible for injecting the Java EE injectable resources.
ResourceReference<X,T extends Annotation> - Class in org.apache.webbeans.spi.api
 
ResourceReference(Class<?>, String, Class<X>, T) - Constructor for class org.apache.webbeans.spi.api.ResourceReference
 
restoreBeans(HttpSession) - Method in interface org.apache.webbeans.spi.FailOverService
Invoked when we try to restore cdi bean instances.

S

scan() - Method in interface org.apache.webbeans.spi.ScannerService
Perform the actual class scanning.
ScannerService - Interface in org.apache.webbeans.spi
This SPI is for abstracting the class scanning.
SecurityService - Interface in org.apache.webbeans.spi
Security service SPI.
sessionIsIdle(HttpSession) - Method in interface org.apache.webbeans.spi.FailOverService
Inform the service that a session is idle.
sessionIsInUse(HttpSession) - Method in interface org.apache.webbeans.spi.FailOverService
Inform the service that a session will be active.
sessionWillPassivate(HttpSession) - Method in interface org.apache.webbeans.spi.FailOverService
Container is going to actively passivate a session.
shutDown() - Method in class org.apache.webbeans.spi.plugins.AbstractOwbPlugin
 
shutDown() - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansPlugin
At shutdown, the plugin must release all locked resources.
SingletonService - Interface in org.apache.webbeans.spi
Responsible for providing singleton instances for OWB runtime.
startApplication(Object) - Method in interface org.apache.webbeans.spi.ContainerLifecycle
Starts container.
startContext(Class<? extends Annotation>, Object) - Method in interface org.apache.webbeans.spi.ContextsService
Starts the context with the given scope type.
startUp() - Method in class org.apache.webbeans.spi.plugins.AbstractOwbPlugin
 
startUp() - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansPlugin
initialise the plugin.
stopApplication(Object) - Method in interface org.apache.webbeans.spi.ContainerLifecycle
Stops means that container removes all bean instances it store, remove contexts and does necessary final actions.
supports(Class<?>) - Method in class org.apache.webbeans.spi.api.ResourceReference
 
supportsContext(Class<? extends Annotation>) - Method in interface org.apache.webbeans.spi.ContextsService
If container supports the given scope type it returns true, otherwise it return false.
supportService(Class<?>) - Method in class org.apache.webbeans.spi.plugins.AbstractOwbPlugin
Returns true if plugin provides given service implementation false otherwise.
supportService(Class<?>) - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansPlugin
Returns true if plugin provides given service implementation false otherwise.
supportsJavaEeComponentInjections(Class<?>) - Method in class org.apache.webbeans.spi.plugins.AbstractOwbPlugin
 
supportsJavaEeComponentInjections(Class<?>) - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansPlugin
Returns true if given class supports injections, false otherwise.

T

TransactionService - Interface in org.apache.webbeans.spi
Transaction related service.

U

unbind(String) - Method in interface org.apache.webbeans.spi.JNDIService
Unbind and free the object with the given name from the JNDI environment

V

ValidatorService - Interface in org.apache.webbeans.spi
Validator SPI.

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

Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.