- get(Object) - Method in interface org.apache.webbeans.spi.SingletonService
-
Get instance for given key and class name.
- getAllAnnotations(String) - Method in interface org.apache.webbeans.spi.ScannerService
-
- getAlternatives(String) - Method in interface org.apache.webbeans.spi.BDABeansXmlScanner
-
- getAnnotation(Class<Y>) - Method in class org.apache.webbeans.spi.api.ResourceReference
-
- getBDABeansXmlScanner() - Method in interface org.apache.webbeans.spi.ScannerService
-
Gets BDABeansXMLScanner used to determine the beans.xml
modifiers (interceptors, decorators, and, alternatives) that
are enabled per BDA.
- 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
-
Get the underlying BeanManager instance for the current application.
- getBeansXml(Class<?>) - Method in interface org.apache.webbeans.spi.BDABeansXmlScanner
-
- 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.
- getDecorators(String) - Method in interface org.apache.webbeans.spi.BDABeansXmlScanner
-
- 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.
- getInterceptors(String) - Method in interface org.apache.webbeans.spi.BDABeansXmlScanner
-
- getJndiName() - Method in class org.apache.webbeans.spi.api.ResourceReference
-
- getJvmId() - Method in interface org.apache.webbeans.spi.FailOverService
-
Used for tracking the origin of serialized bean instances.
- getName() - Method in class org.apache.webbeans.spi.api.ResourceReference
-
- getObjectInputStream(InputStream) - Method in interface org.apache.webbeans.spi.FailOverService
-
Container provided object input stream.
- getObjectOutputStream(OutputStream) - Method in interface org.apache.webbeans.spi.FailOverService
-
Container provided object output stream.
- 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.
- getStereotypes(String) - Method in interface org.apache.webbeans.spi.BDABeansXmlScanner
-
- 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
-
- getUserTransaction() - Method in interface org.apache.webbeans.spi.TransactionService
-
Gets user transaction instance.
- 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
-
The SecurityService SPI provides support for all kinds
of JavaEE related security mechanism.
- sessionDidActivate(HttpSession) - Method in interface org.apache.webbeans.spi.FailOverService
-
Informs the service that the session did activate and that beans should be restored.
- sessionIsIdle(HttpSession) - Method in interface org.apache.webbeans.spi.FailOverService
-
Inform the service that a session is idle and that beans should be stored for fail over.
- sessionIsInUse(HttpSession) - Method in interface org.apache.webbeans.spi.FailOverService
-
Inform the service that the session will be active.
- sessionWillPassivate(HttpSession) - Method in interface org.apache.webbeans.spi.FailOverService
-
Invoked when the session will passivate and that beans should be stored for passivation.
- setBeansXml(Class<?>, String) - Method in interface org.apache.webbeans.spi.BDABeansXmlScanner
-
- shutDown() - Method in class org.apache.webbeans.spi.plugins.AbstractOwbPlugin
-
At shutdown, the plugin must release all locked resources.
- shutDown() - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansPlugin
-
At shutdown, the plugin must release all locked resources.
- SingletonService<T> - 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
-
initialise the plugin.
- startUp() - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansPlugin
-
initialise the plugin.
- stopApplication(Object) - Method in interface org.apache.webbeans.spi.ContainerLifecycle
-
Stopping the Application means that the container destroys all bean instances
it stores, cleans and removes all contexts and does other necessary
cleanup 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
-
Returns true if given class supports injections,
false otherwise.
- supportsJavaEeComponentInjections(Class<?>) - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansPlugin
-
Returns true if given class supports injections,
false otherwise.