A B C E F G H I L M O P R S T U W 

A

AbstractWeldSEBeanDeploymentArchive - Class in org.jboss.weld.environment.se.discovery
Implements the basic requirements of a BeanDeploymentArchive (bean archive id and service registry).
AbstractWeldSEBeanDeploymentArchive(String) - Constructor for class org.jboss.weld.environment.se.discovery.AbstractWeldSEBeanDeploymentArchive
 
AbstractWeldSEDeployment - Class in org.jboss.weld.environment.se.discovery
Implements the basic requirements of a Deployment.
AbstractWeldSEDeployment(Bootstrap) - Constructor for class org.jboss.weld.environment.se.discovery.AbstractWeldSEDeployment
 
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.
addToDiscovered(String, URL) - Method in class org.jboss.weld.environment.se.discovery.url.FileSystemURLHandler
 

B

BEANS_XML - Static variable in class org.jboss.weld.environment.se.discovery.AbstractWeldSEDeployment
 

C

classForName(String) - Method in class org.jboss.weld.environment.se.discovery.url.WeldSEResourceLoader
 
ClasspathScanningException - Exception in org.jboss.weld.environment.se.discovery.url
 
ClasspathScanningException() - Constructor for exception org.jboss.weld.environment.se.discovery.url.ClasspathScanningException
Creates a new instance of ClasspathScanningException without detail message.
ClasspathScanningException(String) - Constructor for exception org.jboss.weld.environment.se.discovery.url.ClasspathScanningException
Constructs an instance of ClasspathScanningException with the specified detail message.
cleanup() - Method in class org.jboss.weld.environment.se.discovery.url.WeldSEResourceLoader
 
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, Bootstrap) - Method in class org.jboss.weld.environment.se.Weld
Extensions to Weld SE can subclass and override this method to customise 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.

F

filenameToClassname(String) - Static method in class org.jboss.weld.environment.se.discovery.url.FileSystemURLHandler
Convert a path to a class file to a class name
FileSystemURLHandler - Class in org.jboss.weld.environment.se.discovery.url
This class provides file-system orientated scanning
FileSystemURLHandler() - Constructor for class org.jboss.weld.environment.se.discovery.url.FileSystemURLHandler
 

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.
getBeanClasses() - Method in class org.jboss.weld.environment.se.discovery.ImmutableBeanDeploymentArchive
 
getBeanDeploymentArchive(Class<?>) - Method in class org.jboss.weld.environment.se.discovery.url.WeldSEUrlDeployment
 
getBeanDeploymentArchives() - Method in class org.jboss.weld.environment.se.discovery.ImmutableBeanDeploymentArchive
 
getBeanDeploymentArchives() - Method in class org.jboss.weld.environment.se.discovery.url.WeldSEUrlDeployment
 
getBeanManager() - Method in class org.jboss.weld.environment.se.WeldContainer
Provides direct access to the BeanManager.
getBeansXml() - Method in class org.jboss.weld.environment.se.discovery.ImmutableBeanDeploymentArchive
 
getClassLoader() - Static method in class org.jboss.weld.environment.se.discovery.url.WeldSEResourceLoader
 
getDiscoveredBeansXmlUrls() - Method in class org.jboss.weld.environment.se.discovery.url.FileSystemURLHandler
 
getDiscoveredClasses() - Method in class org.jboss.weld.environment.se.discovery.url.FileSystemURLHandler
 
getEjbs() - Method in class org.jboss.weld.environment.se.discovery.AbstractWeldSEBeanDeploymentArchive
 
getEvents() - Method in class org.jboss.weld.environment.se.beans.InstanceManager
 
getExtensions() - Method in class org.jboss.weld.environment.se.discovery.AbstractWeldSEDeployment
 
getId() - Method in class org.jboss.weld.environment.se.discovery.AbstractWeldSEBeanDeploymentArchive
 
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
 
getResource(String) - Method in class org.jboss.weld.environment.se.discovery.url.WeldSEResourceLoader
 
getResources(String) - Method in class org.jboss.weld.environment.se.discovery.url.WeldSEResourceLoader
 
getScope() - Method in class org.jboss.weld.environment.se.contexts.ThreadContext
 
getServices() - Method in class org.jboss.weld.environment.se.discovery.AbstractWeldSEBeanDeploymentArchive
 
getServices() - Method in class org.jboss.weld.environment.se.discovery.AbstractWeldSEDeployment
 
go() - Method in class org.jboss.weld.environment.se.StartMain
 

H

handle(String) - Method in class org.jboss.weld.environment.se.discovery.url.FileSystemURLHandler
 

I

ImmutableBeanDeploymentArchive - Class in org.jboss.weld.environment.se.discovery
An immutable implementation of BeanDeploymentArchive which must have classes and beans.xml resources added to it via ImmutableBeanDeploymentArchive#ImmutableBeanDeploymentArchive(String, Collection, Collection, List) or ImmutableBeanDeploymentArchive#ImmutableBeanDeploymentArchive(String, Collection, Collection)

See Deployment for more detailed information on creating deployment structures.

ImmutableBeanDeploymentArchive(String, Collection<String>, BeansXml, Collection<BeanDeploymentArchive>) - Constructor for class org.jboss.weld.environment.se.discovery.ImmutableBeanDeploymentArchive
 
ImmutableBeanDeploymentArchive(String, Collection<String>, BeansXml) - Constructor for class org.jboss.weld.environment.se.discovery.ImmutableBeanDeploymentArchive
 
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

loadBeanDeploymentArchive(Class<?>) - Method in class org.jboss.weld.environment.se.discovery.url.WeldSEUrlDeployment
 

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
 
org.jboss.weld.environment.se.contexts - package org.jboss.weld.environment.se.contexts
 
org.jboss.weld.environment.se.discovery - package org.jboss.weld.environment.se.discovery
 
org.jboss.weld.environment.se.discovery.url - package org.jboss.weld.environment.se.discovery.url
 
org.jboss.weld.environment.se.events - package org.jboss.weld.environment.se.events
 
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) - Method in class org.jboss.weld.environment.se.WeldSEBeanRegistrant
 
RESOURCES - Static variable in class org.jboss.weld.environment.se.discovery.AbstractWeldSEDeployment
 
run() - Method in class org.jboss.weld.environment.se.threading.RunnableDecorator
Set up the ThreadContet and delegate.
RunnableDecorator - Class in org.jboss.weld.environment.se.threading
Decorator for all beans which implements Runnable.
RunnableDecorator() - Constructor for class org.jboss.weld.environment.se.threading.RunnableDecorator
 

S

scan() - Method in class org.jboss.weld.environment.se.discovery.url.URLScanner
 
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
 
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

THREAD_CONTEXT - Static variable in class org.jboss.weld.environment.se.WeldSEBeanRegistrant
 
ThreadContext - Class in org.jboss.weld.environment.se.contexts
The thread context.
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.

U

URLScanner - Class in org.jboss.weld.environment.se.discovery.url
Scan the classloader
URLScanner(ResourceLoader, Bootstrap, String...) - Constructor for class org.jboss.weld.environment.se.discovery.url.URLScanner
 

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
 
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
 
WeldSEResourceLoader - Class in org.jboss.weld.environment.se.discovery.url
A simple resource loader.
WeldSEResourceLoader() - Constructor for class org.jboss.weld.environment.se.discovery.url.WeldSEResourceLoader
 
WeldSEUrlDeployment - Class in org.jboss.weld.environment.se.discovery.url
Weld Deployment for Java SE environment.
WeldSEUrlDeployment(ResourceLoader, Bootstrap) - Constructor for class org.jboss.weld.environment.se.discovery.url.WeldSEUrlDeployment
 
A B C E F G H I L M O P R S T U W 

Copyright © 2013 Seam Framework. All Rights Reserved.