JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
E
G
I
L
M
O
P
R
S
T
W
A
activate()
- Method in class org.jboss.weld.environment.se.contexts.
ThreadContext
addExtension(Extension)
- Method in class org.jboss.weld.environment.se.
Weld
Add extension explicitly.
ARCHIVE_ISOLATION_SYSTEM_PROPERTY
- Static variable in class org.jboss.weld.environment.se.
Weld
C
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
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.
E
event()
- Method in class org.jboss.weld.environment.se.
WeldContainer
Provides access to all events within the application.
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.
getBeanManager()
- Method in class org.jboss.weld.environment.se.
WeldContainer
Provides direct access to the BeanManager.
getEvents()
- Method in class org.jboss.weld.environment.se.beans.
InstanceManager
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
).
getInstances()
- Method in class org.jboss.weld.environment.se.beans.
InstanceManager
getParameters()
- Static method in class org.jboss.weld.environment.se.
StartMain
getScope()
- Method in class org.jboss.weld.environment.se.contexts.
ThreadContext
getThreadContext()
- Method in class org.jboss.weld.environment.se.
WeldSEBeanRegistrant
go()
- Method in class org.jboss.weld.environment.se.
StartMain
I
initialize()
- Method in class org.jboss.weld.environment.se.
Weld
Boots Weld and creates and returns a WeldContainer instance, through which beans and events can be accessed.
instance()
- Method in class org.jboss.weld.environment.se.
WeldContainer
Provides access to all beans within the application.
InstanceManager
- Class in
org.jboss.weld.environment.se.beans
A managed bean which holds all of the injected instances of managed beans and events.
InstanceManager()
- Constructor for class org.jboss.weld.environment.se.beans.
InstanceManager
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.
O
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
JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.
org.jboss.weld.environment.se.contexts
- package org.jboss.weld.environment.se.contexts
JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.
org.jboss.weld.environment.se.events
- package org.jboss.weld.environment.se.events
JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.
org.jboss.weld.environment.se.logging
- package org.jboss.weld.environment.se.logging
JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.
org.jboss.weld.environment.se.threading
- package org.jboss.weld.environment.se.threading
P
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
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
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
setArgs(String[])
- Method in class org.jboss.weld.environment.se.beans.
ParametersFactory
StartMain passes in the command line args here.
shutdown()
- Method in class org.jboss.weld.environment.se.
ShutdownManager
Shutdown Weld SE gracefully.
shutdown()
- Method in class org.jboss.weld.environment.se.
Weld
Shuts down Weld.
ShutdownManager
- Class in
org.jboss.weld.environment.se
shutdownNow()
- Method in class org.jboss.weld.environment.se.
StartMain
Shut down Weld immediately.
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(String)
- Constructor for class org.jboss.weld.environment.se.contexts.
ThreadContext
ThreadContext()
- 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.
W
Weld
- Class in
org.jboss.weld.environment.se
The preferred method of booting Weld SE.
Weld()
- Constructor for class org.jboss.weld.environment.se.
Weld
Weld(String)
- Constructor for class org.jboss.weld.environment.se.
Weld
Assign a unique ID to this Weld instance.
WeldContainer
- Class in
org.jboss.weld.environment.se
Provides convenient access to beans and events, particularly helpful when bootstrapping an application in Java SE.
WeldContainer(InstanceManager, BeanManager)
- Constructor for class org.jboss.weld.environment.se.
WeldContainer
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.
A
C
E
G
I
L
M
O
P
R
S
T
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015. All Rights Reserved.