- generateConversationId() - Method in interface org.apache.webbeans.spi.ConversationService
-
Generate a new conversation Id which is unique for a certain session.
- get(Object) - Method in interface org.apache.webbeans.spi.SingletonService
-
Get instance for given key and class name.
- getAllowProxyingClasses() - Method in interface org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation
-
- getAlternativeClasses() - Method in interface org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation
-
- getAlternatives(String) - Method in interface org.apache.webbeans.spi.BDABeansXmlScanner
-
Deprecated.
- getAlternativeStereotypes() - Method in interface org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation
-
- getAnnotation(Class<Y>) - Method in class org.apache.webbeans.spi.api.ResourceReference
-
- getApplicationClassLoader() - Method in interface org.apache.webbeans.spi.ApplicationBoundaryService
-
Please note that the ApplicationClassLoader always have to 'see' the internal OWB classes
like BeanManagerImpl or the proxy marker interfaces (
- 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.
- getBdaUrl() - Method in interface org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation
-
- getBeanArchiveInformation(URL) - Method in interface org.apache.webbeans.spi.BeanArchiveService
-
The beanArchiveUrl might either point to a beans.xml file or the root of a JAR
or other ClassPath entry.
- getBeanClasses() - Method in interface org.apache.webbeans.spi.ScannerService
-
Gets beans classes that are found in the
deployment archives.
- getBeanClassesPerBda() - Method in interface org.apache.webbeans.spi.BdaScannerService
-
Scan all the classpath which should be handled by this BeanManager
and return the Map of information about each found classpath entry.
- getBeanDiscoveryMode() - Method in interface org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation
-
- 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
-
Deprecated.
- getBeanXmls() - Method in interface org.apache.webbeans.spi.ScannerService
-
Get the URLs of all bean archives in the deployment.
- getBoundaryClassLoader(Class<?>) - Method in interface org.apache.webbeans.spi.ApplicationBoundaryService
-
- getByOrdinal(int) - Static method in enum org.apache.webbeans.spi.BeanArchiveService.BeanDiscoveryMode
-
- 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 propagated conversation id or null
if there is no conversation.
- 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.
- getCurrentContext(Class<? extends Annotation>, boolean) - 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
-
Deprecated.
- getDecorators() - Method in interface org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation
-
- 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.
- getExcludedClasses() - Method in interface org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation
-
- getExcludedPackages() - Method in interface org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation
-
- getInterceptors(String) - Method in interface org.apache.webbeans.spi.BDABeansXmlScanner
-
Deprecated.
- getInterceptors() - Method in interface org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation
-
- getJndiName() - Method in class org.apache.webbeans.spi.api.ResourceReference
-
- getName() - Method in class org.apache.webbeans.spi.api.ResourceReference
-
- getOrdinal() - Method in enum org.apache.webbeans.spi.BeanArchiveService.BeanDiscoveryMode
-
- 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
-
- getProxyClassLoader(Class<?>) - Method in interface org.apache.webbeans.spi.DefiningClassService
-
Returns the classloader to use to define the given class.
- getRegisteredBeanArchives() - Method in interface org.apache.webbeans.spi.BeanArchiveService
-
This method is useful to later on know which JARs and ClassPath entries
did get scanned.
- 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
-
Deprecated.
- 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.
- getVersion() - Method in interface org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation
-
- 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 initialisation action that is
required by the implementation.
- initApplication(Properties) - Method in interface org.apache.webbeans.spi.ContainerLifecycle
-
Initialize lifecycle.
- InjectionPointService - Interface in org.apache.webbeans.spi
-
- 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.
- isBDABeansXmlScanningEnabled() - Method in interface org.apache.webbeans.spi.ScannerService
-
Indicates if BDABeansXmlScanner is available.
- isClassExcluded(String) - Method in interface org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation
-
- isEEComponent(Class<?>) - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansJavaEEPlugin
-
- isManagedBean(Class<?>) - Method in class org.apache.webbeans.spi.plugins.AbstractOwbPlugin
-
Make sure that the given class is ok for simple web bean conditions,
otherwise throw a WebBeansConfigurationException
- 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
- isNewSessionBean(Class<?>) - Method in interface org.apache.webbeans.spi.plugins.OpenWebBeansEjbPlugin
-
return true is clazz is an impl class or business interface of an EJB
- isPackageExcluded(String) - Method in interface org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation
-
- 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.
- 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.
- setBeansXml(Class<?>, String) - Method in interface org.apache.webbeans.spi.BDABeansXmlScanner
-
Deprecated.
- setSupportConversations(boolean) - Method in interface org.apache.webbeans.spi.ContextsService
-
This method can be used to disable conversation support in core CDI.
- 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
-
- 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.