A B C D E F G I J L M N O P R S T U W Z 
All Classes All Packages

A

activate() - Method in class org.jboss.weld.environment.se.contexts.ThreadContext
 
ActivateThreadScope - Annotation Type in org.jboss.weld.environment.se.contexts.activators
Interceptor binding providing ThreadScoped activation in SE environment.
ActivateThreadScopeInterceptor - Class in org.jboss.weld.environment.se.contexts.activators
 
ActivateThreadScopeInterceptor(WeldSEBeanRegistrant) - Constructor for class org.jboss.weld.environment.se.contexts.activators.ActivateThreadScopeInterceptor
 
add(ContainerLifecycleObserver<?>) - Method in class org.jboss.weld.environment.se.ContainerLifecycleObserver.ExtensionBuilder
 
addAlternative(Class<?>) - Method in class org.jboss.weld.environment.se.Weld
Add an alternative class to the list of selected alternatives for a synthetic bean archive.
addAlternativeStereotype(Class<? extends Annotation>) - Method in class org.jboss.weld.environment.se.Weld
Add an alternative stereotype class to the list of selected alternative stereotypes for a synthetic bean archive.
addBeanClass(Class<?>) - Method in class org.jboss.weld.environment.se.Weld
Add a bean class to the set of bean classes for the synthetic bean archive.
addBeanClasses(Class<?>...) - Method in class org.jboss.weld.environment.se.Weld
 
addBeanDefiningAnnotations(Class<? extends Annotation>...) - Method in class org.jboss.weld.environment.se.Weld
Registers annotations which will be considered as bean defining annotations.
addContainerLifecycleObserver(ContainerLifecycleObserver<?>) - Method in class org.jboss.weld.environment.se.Weld
Add a synthetic container lifecycle event observer.
addDecorator(Class<?>) - Method in class org.jboss.weld.environment.se.Weld
Add a decorator class to the list of enabled decorators for the synthetic bean archive.
addExtension(Extension) - Method in class org.jboss.weld.environment.se.Weld
Add an extension to the set of extensions.
addExtensions(Extension...) - Method in class org.jboss.weld.environment.se.Weld
 
addExtensions(Class<? extends Extension>...) - Method in class org.jboss.weld.environment.se.Weld
 
addInterceptor(Class<?>) - Method in class org.jboss.weld.environment.se.Weld
Add an interceptor class to the list of enabled interceptors for the synthetic bean archive.
ADDITIONAL_BEAN_DEFINING_ANNOTATIONS_PROPERTY - Static variable in class org.jboss.weld.environment.se.Weld
By default, the set of bean-defining annotations is fixed.
additionalServices - Variable in class org.jboss.weld.environment.se.Weld
 
addPackage(boolean, Class<?>) - Method in class org.jboss.weld.environment.se.Weld
A package of the specified class will be scanned and found classes will be added to the set of bean classes for the synthetic bean archive.
addPackages(boolean, Class<?>...) - Method in class org.jboss.weld.environment.se.Weld
Packages of the specified classes will be scanned and found classes will be added to the set of bean classes for the synthetic bean archive.
addPackages(boolean, Package...) - Method in class org.jboss.weld.environment.se.Weld
 
addPackages(Class<?>...) - Method in class org.jboss.weld.environment.se.Weld
 
addPackages(Package...) - Method in class org.jboss.weld.environment.se.Weld
 
addProperty(String, Object) - Method in class org.jboss.weld.environment.se.Weld
 
addServices(Service...) - Method in class org.jboss.weld.environment.se.Weld
Register per-deployment services which are shared across the entire application.
afterBeanDiscovery() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
afterBeanDiscovery(Consumer<WeldAfterBeanDiscovery>) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
afterDeploymentValidation() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
afterDeploymentValidation(Consumer<AfterDeploymentValidation>) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
afterTypeDiscovery() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
afterTypeDiscovery(Consumer<AfterTypeDiscovery>) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
ALLOW_OPTIMIZED_CLEANUP - Static variable in class org.jboss.weld.environment.se.Weld
By default, Weld is allowed to perform efficient cleanup and further optimizations after bootstrap.
alternatives(Class<?>...) - Method in class org.jboss.weld.environment.se.Weld
Select alternatives for the synthetic bean archive, all previous values are removed.
alternativeStereotypes(Class<? extends Annotation>...) - Method in class org.jboss.weld.environment.se.Weld
Select alternative stereotypes for the synthetic bean archive, all previous values are removed.
ARCHIVE_ISOLATION_SYSTEM_PROPERTY - Static variable in class org.jboss.weld.environment.se.Weld
By default, bean archive isolation is enabled.

B

beanArchiveWithModeNone(Object) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
beanArchiveWithModeNone(Object) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
beanArchiveWithModeNone$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
beanClassDeployedInMultipleBeanArchives(Object, Object) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
beanClassDeployedInMultipleBeanArchives(Object, Object) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
beanClassDeployedInMultipleBeanArchives$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
beanClasses - Variable in class org.jboss.weld.environment.se.Weld
 
beanClasses(Class<?>...) - Method in class org.jboss.weld.environment.se.Weld
Define the set of bean classes for the synthetic bean archive.
beanDiscoveryMode - Variable in class org.jboss.weld.environment.se.Weld
 
beforeBeanDiscovery() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
beforeBeanDiscovery(Consumer<BeforeBeanDiscovery>) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
beforeShutdown() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
beforeShutdown(Consumer<BeforeShutdown>) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
build() - Method in class org.jboss.weld.environment.se.ContainerLifecycleObserver.ExtensionBuilder
 
buildSyntheticBeansXml() - Method in class org.jboss.weld.environment.se.Weld
 

C

catchingDebug(Throwable) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
catchingDebug$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
catchingTrace(Throwable) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
catchingTrace$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
checkState() - Method in class org.jboss.weld.environment.se.WeldContainer
 
close() - Method in class org.jboss.weld.environment.se.WeldContainer
 
ContainerBeforeShutdown - Class in org.jboss.weld.environment.se.events
An event that is fired when the Weld SE container is about to be shut down.
ContainerBeforeShutdown(String) - Constructor for class org.jboss.weld.environment.se.events.ContainerBeforeShutdown
 
containerId(String) - Method in class org.jboss.weld.environment.se.Weld
Containers must have a unique identifier assigned when running multiple Weld instances at the same time.
ContainerInitialized - Class in org.jboss.weld.environment.se.events
The event that is fired when the Weld CDI container is initialized and ready for applications to take control, which it may do by observing this event.
ContainerInitialized() - Constructor for class org.jboss.weld.environment.se.events.ContainerInitialized
 
ContainerInitialized(String) - Constructor for class org.jboss.weld.environment.se.events.ContainerInitialized
 
ContainerLifecycleObserver<T> - Class in org.jboss.weld.environment.se
Represents a synthetic container lifecycle event observer.
ContainerLifecycleObserver.Builder<T> - Class in org.jboss.weld.environment.se
This builder is used to create a synthetic container lifecycle event observer.
ContainerLifecycleObserver.ExtensionBuilder - Class in org.jboss.weld.environment.se
This builder is used to create a synthetic extension, i.e.
containerLifecycleObserverNotInitialized(Object) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
containerLifecycleObserverNotInitialized(Object) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
containerLifecycleObserverNotInitialized$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
ContainerShutdown - Class in org.jboss.weld.environment.se.events
An event that is fired after Weld SE container shutdown.
ContainerShutdown(String) - Constructor for class org.jboss.weld.environment.se.events.ContainerShutdown
 
createDeployment(ResourceLoader, CDI11Bootstrap) - Method in class org.jboss.weld.environment.se.Weld
Extensions to Weld SE can subclass and override this method to customize the deployment before weld boots up.
current() - Static method in class org.jboss.weld.environment.se.WeldContainer
A convenient method for {@link CDI.current()}.

D

decorators(Class<?>...) - Method in class org.jboss.weld.environment.se.Weld
Enable decorators for the synthetic bean archive, all previous values are removed.
DEV_MODE_SYSTEM_PROPERTY - Static variable in class org.jboss.weld.environment.se.Weld
By default, the development mode is disabled.
disableDiscovery() - Method in class org.jboss.weld.environment.se.Weld
By default, the discovery is enabled.
disableIsolation() - Method in class org.jboss.weld.environment.se.Weld
Disable bean archive isolation, i.e.

E

EMPTY_BEANS_XML_DISCOVERY_MODE_ALL - Static variable in class org.jboss.weld.environment.se.Weld
Standard behavior is that empty beans.xml is treated as discovery mode annotated.
enableDecorators(Class<?>...) - Method in class org.jboss.weld.environment.se.Weld
 
enableDevMode() - Method in class org.jboss.weld.environment.se.Weld
Enable the development mode.
enableDiscovery() - Method in class org.jboss.weld.environment.se.Weld
 
enableInterceptors(Class<?>...) - Method in class org.jboss.weld.environment.se.Weld
 
event() - Method in class org.jboss.weld.environment.se.WeldContainer
Provides access to all events within the application.
extendedBeanDefiningAnnotations - Variable in class org.jboss.weld.environment.se.Weld
 
extensionBuilder() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
A synthetic extension is basically a container for synthetic container lifecycle event observers.
extensions(Extension...) - Method in class org.jboss.weld.environment.se.Weld
Define the set of extensions.

F

failedToLoadClass(String, String) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
failedToLoadClass(String, String) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
failedToLoadClass$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 

G

getArgs() - Method in class org.jboss.weld.environment.se.beans.ParametersFactory
Producer method for the injectable command line args.
getArgsAsArray() - Method in class org.jboss.weld.environment.se.beans.ParametersFactory
Producer method for the injectable command line args.
getBeanClass() - Method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
getBeanManager() - Method in class org.jboss.weld.environment.se.WeldContainer
Provides direct access to the BeanManager.
getCDI() - Method in class org.jboss.weld.environment.se.WeldSEProvider
 
getContainerId() - Method in class org.jboss.weld.environment.se.events.WeldContainerEvent
 
getContainerId() - Method in class org.jboss.weld.environment.se.Weld
 
getExtensions() - Method in class org.jboss.weld.environment.se.Weld
 
getId() - Method in class org.jboss.weld.environment.se.WeldContainer
Weld containers must have a unique identifier assigned when there are multiple Weld instances running at once.
getInstance() - Method in class org.jboss.weld.environment.se.WeldContainer
 
getInstanceByType(BeanManager, Class<T>, Annotation...) - Method in class org.jboss.weld.environment.se.Weld
Utility method allowing managed instances of beans to provide entry points for non-managed beans (such as WeldContainer).
getLoggingLocale() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
getObservedQualifiers() - Method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
getObservedType() - Method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
getParameters() - Static method in class org.jboss.weld.environment.se.StartMain
 
getPriority() - Method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
getPriority() - Method in class org.jboss.weld.environment.se.WeldSEProvider
 
getPropertyValue(String, Object) - Method in class org.jboss.weld.environment.se.Weld
 
getReception() - Method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
getRequiredAnnotations() - Method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
getRunningContainerIds() - Static method in class org.jboss.weld.environment.se.WeldContainer
 
getScope() - Method in class org.jboss.weld.environment.se.contexts.ThreadContext
 
getThreadContext() - Method in class org.jboss.weld.environment.se.WeldSEBeanRegistrant
 
getTransactionPhase() - Method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
go() - Method in class org.jboss.weld.environment.se.StartMain
 

I

initialize() - Method in class org.jboss.weld.environment.se.Weld
Bootstraps a new Weld SE container with the current container id (generated value if not set through Weld.containerId(String)).
instance() - Method in class org.jboss.weld.environment.se.WeldContainer
Deprecated.
Applications are encouraged to use methods for programmatic lookup directly.
instance(String) - Static method in class org.jboss.weld.environment.se.WeldContainer
 
interceptors(Class<?>...) - Method in class org.jboss.weld.environment.se.Weld
Enable interceptors for the synthetic bean archive, all previous values are removed.
isDiscoveryEnabled() - Method in class org.jboss.weld.environment.se.Weld
 
isEnabled(String, boolean) - Method in class org.jboss.weld.environment.se.Weld
 
isImplicitScanEnabled() - Method in class org.jboss.weld.environment.se.Weld
 
isRunning() - Method in class org.jboss.weld.environment.se.WeldContainer
 
isSyntheticBeanArchiveRequired() - Method in class org.jboss.weld.environment.se.Weld
 

J

JAVAX_ENTERPRISE_INJECT_SCAN_IMPLICIT - Static variable in class org.jboss.weld.environment.se.Weld
See also the CDI specification, section 15.1 Bean archive in Java SE.

L

LOG - Static variable in interface org.jboss.weld.environment.se.logging.WeldSELogger
 

M

main(String[]) - Static method in class org.jboss.weld.environment.se.StartMain
The main method called from the command line.
multipleContainersRunning(Object) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
multipleContainersRunning(Object) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
multipleContainersRunning$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 

N

notify(BiConsumer<T, BeanManager>) - Method in class org.jboss.weld.environment.se.ContainerLifecycleObserver.Builder
Set a callback used during observer notification.
notify(Consumer<T>) - Method in class org.jboss.weld.environment.se.ContainerLifecycleObserver.Builder
Set a callback used during observer notification.
notify(T) - Method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 

O

observedTypeDoesNotMatchContonainerLifecycleEventType(Object, Object) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
observedTypeDoesNotMatchContonainerLifecycleEventType(Object, Object) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
observedTypeDoesNotMatchContonainerLifecycleEventType$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
observedTypeNotContonainerLifecycleEventType(Object) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
observedTypeNotContonainerLifecycleEventType(Object) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
observedTypeNotContonainerLifecycleEventType$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
org.jboss.weld.environment.se - package org.jboss.weld.environment.se
 
org.jboss.weld.environment.se.beans - package org.jboss.weld.environment.se.beans
 
org.jboss.weld.environment.se.bindings - package org.jboss.weld.environment.se.bindings
 
org.jboss.weld.environment.se.contexts - package org.jboss.weld.environment.se.contexts
 
org.jboss.weld.environment.se.contexts.activators - package org.jboss.weld.environment.se.contexts.activators
 
org.jboss.weld.environment.se.events - package org.jboss.weld.environment.se.events
 
org.jboss.weld.environment.se.logging - package org.jboss.weld.environment.se.logging
 
org.jboss.weld.environment.se.threading - package org.jboss.weld.environment.se.threading
 

P

packageNotFound(Object) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
packageNotFound(Object) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
packageNotFound$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
packages(Class<?>...) - Method in class org.jboss.weld.environment.se.Weld
All classes from the packages of the specified classes will be added to the set of bean classes for the synthetic bean archive.
Parameters - Annotation Type in org.jboss.weld.environment.se.bindings
 
PARAMETERS - Static variable in class org.jboss.weld.environment.se.StartMain
 
ParametersFactory - Class in org.jboss.weld.environment.se.beans
The simple bean that will hold the command line arguments and make them available by injection (using the @Parameters binding).
ParametersFactory() - Constructor for class org.jboss.weld.environment.se.beans.ParametersFactory
 
priority(int) - Method in class org.jboss.weld.environment.se.ContainerLifecycleObserver.Builder
Set the priority.
processAnnotatedType() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processAnnotatedType(Type) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processBean() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processBean(Type) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processBeanAttributes() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processBeanAttributes(Type) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processInjectionPoint() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processInjectionPoint(Type) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processInjectionTarget() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processInjectionTarget(Type) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processManagedBean() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processManagedBean(Type) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processObserverMethod() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processObserverMethod(Type) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processProducer() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processProducer(Type) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processProducerField() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processProducerField(Type) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processProducerMethod() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processProducerMethod(Type) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processSessionBean() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processSessionBean(Type) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processSyntheticAnnotatedType(Type) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processSyntheticBean() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processSyntheticBean(Type) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processSyntheticObserverMethod() - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
processSyntheticObserverMethod(Type) - Static method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
properties(Map<String, Object>) - Method in class org.jboss.weld.environment.se.Weld
Set all the configuration properties.
property(String, Object) - Method in class org.jboss.weld.environment.se.Weld
Set the configuration property.

R

registerWeldSEBeans(BeforeBeanDiscovery, BeanManager) - Method in class org.jboss.weld.environment.se.WeldSEBeanRegistrant
 
registerWeldSEContexts(AfterBeanDiscovery, BeanManager) - Method in class org.jboss.weld.environment.se.WeldSEBeanRegistrant
 
reset() - Method in class org.jboss.weld.environment.se.Weld
Reset the synthetic bean archive (bean classes and enablement), explicitly added extensions and services.
resetAll() - Method in class org.jboss.weld.environment.se.Weld
Reset all the state, except for initialized containers.
resourceUrlProtocolNotSupported(Object) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
resourceUrlProtocolNotSupported(Object) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
resourceUrlProtocolNotSupported$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
run() - Method in class org.jboss.weld.environment.se.threading.RunnableDecorator
Set up the ThreadContext and delegate.
RunnableDecorator - Class in org.jboss.weld.environment.se.threading
Decorator for all beans which implements Runnable.
RunnableDecorator(WeldSEBeanRegistrant) - Constructor for class org.jboss.weld.environment.se.threading.RunnableDecorator
 

S

SCAN_CLASSPATH_ENTRIES_SYSTEM_PROPERTY - Static variable in class org.jboss.weld.environment.se.Weld
By default, Weld SE does not support implicit bean archives without beans.xml.
scanClasspathEntries() - Method in class org.jboss.weld.environment.se.Weld
Scans the class path entries - implicit bean archives which don't contain a beans.xml file are supported.
scanningPackage(Object, Object) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
scanningPackage(Object, Object) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
scanningPackage$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
scanPackages() - Method in class org.jboss.weld.environment.se.Weld
 
selectAlternatives(Class<?>...) - Method in class org.jboss.weld.environment.se.Weld
 
selectAlternativeStereotypes(Class<? extends Annotation>...) - Method in class org.jboss.weld.environment.se.Weld
 
setArgs(String[]) - Method in class org.jboss.weld.environment.se.beans.ParametersFactory
StartMain passes in the command line args here.
setBeanDiscoveryMode(BeanDiscoveryMode) - Method in class org.jboss.weld.environment.se.Weld
Sets the bean discovery mode for synthetic bean archive.
setClassLoader(ClassLoader) - Method in class org.jboss.weld.environment.se.Weld
setProperties(Map<String, Object>) - Method in class org.jboss.weld.environment.se.Weld
 
setResourceLoader(ResourceLoader) - Method in class org.jboss.weld.environment.se.Weld
Set a ResourceLoader used to scan the application for bean archives.
shutdown() - Method in class org.jboss.weld.environment.se.Weld
Shuts down all the containers initialized by this builder.
shutdown() - Method in class org.jboss.weld.environment.se.WeldContainer
Shutdown the container.
SHUTDOWN_HOOK_SYSTEM_PROPERTY - Static variable in class org.jboss.weld.environment.se.Weld
By default, Weld automatically registers shutdown hook during initialization.
shutdownNow() - Method in class org.jboss.weld.environment.se.StartMain
Shut down Weld immediately.
skipShutdownHook() - Method in class org.jboss.weld.environment.se.Weld
Skip shutdown hook registration.
StartMain - Class in org.jboss.weld.environment.se
This is the main class that can be called from the command line for a WeldContainer SE app which makes use of the ContainerInitialized event.
StartMain(String[]) - Constructor for class org.jboss.weld.environment.se.StartMain
 

T

ThreadContext - Class in org.jboss.weld.environment.se.contexts
The thread context.
ThreadContext() - Constructor for class org.jboss.weld.environment.se.contexts.ThreadContext
 
ThreadContext(String) - Constructor for class org.jboss.weld.environment.se.contexts.ThreadContext
 
ThreadScoped - Annotation Type in org.jboss.weld.environment.se.contexts
Used to represent that a managed bean is scoped to the current thread.
toString() - Method in class org.jboss.weld.environment.se.ContainerLifecycleObserver
 
toString() - Method in class org.jboss.weld.environment.se.events.WeldContainerEvent
 

U

unexpectedItemsInValueCollection(Class) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
unexpectedItemsInValueCollection(Class) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
unexpectedItemsInValueCollection$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
unexpectedValueForAdditionalBeanDefiningAnnotations(Class) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
unexpectedValueForAdditionalBeanDefiningAnnotations(Class) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
unexpectedValueForAdditionalBeanDefiningAnnotations$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 

W

Weld - Class in org.jboss.weld.environment.se
This builder is a preferred method of booting Weld SE container.
Weld() - Constructor for class org.jboss.weld.environment.se.Weld
 
Weld(String) - Constructor for class org.jboss.weld.environment.se.Weld
 
WeldContainer - Class in org.jboss.weld.environment.se
Represents a Weld SE container.
weldContainerAlreadyRunning(Object) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
weldContainerAlreadyRunning(Object) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
weldContainerAlreadyRunning$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
weldContainerAlreadyShutDown(Object) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
weldContainerAlreadyShutDown(Object) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
weldContainerAlreadyShutDown$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
weldContainerCannotBeInitializedNoBeanArchivesFound() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
weldContainerCannotBeInitializedNoBeanArchivesFound() - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
weldContainerCannotBeInitializedNoBeanArchivesFound$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
weldContainerDeploymentNotValidated(Object) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
weldContainerDeploymentNotValidated(Object) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
weldContainerDeploymentNotValidated$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
WeldContainerEvent - Class in org.jboss.weld.environment.se.events
An abstract Weld SE container event.
WeldContainerEvent(String) - Constructor for class org.jboss.weld.environment.se.events.WeldContainerEvent
 
weldContainerInitialized(Object) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
weldContainerInitialized(Object) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
weldContainerInitialized$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
weldContainerShutdown(Object) - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
weldContainerShutdown(Object) - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
weldContainerShutdown$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
WeldSEBeanRegistrant - Class in org.jboss.weld.environment.se
Explicitly registers all of the 'built-in' Java SE related beans and contexts.
WeldSEBeanRegistrant() - Constructor for class org.jboss.weld.environment.se.WeldSEBeanRegistrant
 
WeldSELogger - Interface in org.jboss.weld.environment.se.logging
A source of localized log/bundle messages and exceptions.
WeldSELogger_$logger - Class in org.jboss.weld.environment.se.logging
Warning this class consists of generated code.
WeldSELogger_$logger(Logger) - Constructor for class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
WeldSEProvider - Class in org.jboss.weld.environment.se
 
WeldSEProvider() - Constructor for class org.jboss.weld.environment.se.WeldSEProvider
 
withAnnotations(Class<? extends Annotation>...) - Method in class org.jboss.weld.environment.se.ContainerLifecycleObserver.Builder
The annotations are only considered for ProcessAnnotatedType, i.e.

Z

zeroOrMoreThanOneContainerRunning() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
zeroOrMoreThanOneContainerRunning() - Method in interface org.jboss.weld.environment.se.logging.WeldSELogger
 
zeroOrMoreThanOneContainerRunning$str() - Method in class org.jboss.weld.environment.se.logging.WeldSELogger_$logger
 
A B C D E F G I J L M N O P R S T U W Z 
All Classes All Packages