| Package | Description |
|---|---|
| org.jboss.weld.bean |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.bean.builtin |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.bootstrap.spi | |
| org.jboss.weld.bootstrap.spi.helpers | |
| org.jboss.weld.ejb |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.ejb.spi | |
| org.jboss.weld.ejb.spi.helpers | |
| org.jboss.weld.environment.deployment |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.manager |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.manager.api | |
| org.jboss.weld.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
BeanIdentifiers.forNewSessionBean(EjbDescriptor<?> descriptor) |
static java.lang.String |
BeanIdentifiers.forSessionBean(EnhancedAnnotatedType<?> type,
EjbDescriptor<?> descriptor) |
| Modifier and Type | Method and Description |
|---|---|
<T> EjbDescriptor<T> |
BeanManagerProxy.getEjbDescriptor(java.lang.String ejbName) |
| Modifier and Type | Method and Description |
|---|---|
<T> InjectionTarget<T> |
BeanManagerProxy.createInjectionTarget(EjbDescriptor<T> descriptor) |
<T> Bean<T> |
BeanManagerProxy.getBean(EjbDescriptor<T> descriptor) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<EjbDescriptor<?>> |
BeanDeploymentArchive.getEjbs()
Get all the EJBs in the deployment archive
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<EjbDescriptor<?>> |
ForwardingBeanDeploymentArchive.getEjbs() |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalEjbDescriptor<T>
More powerful version of
EjbDescriptor that exposes Maps for some
metadata. |
| Modifier and Type | Method and Description |
|---|---|
EjbDescriptor<T> |
InternalEjbDescriptor.delegate() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
EjbDescriptors.add(EjbDescriptor<T> ejbDescriptor)
Adds an EJB descriptor to the maps
|
static <T> InternalEjbDescriptor<T> |
InternalEjbDescriptor.of(EjbDescriptor<T> ejbDescriptor) |
static void |
SessionBeanInjectionPoint.registerContextualInstance(EjbDescriptor<?> descriptor)
Indicates that a contextual instance of a session bean is about to be constructed.
|
static void |
SessionBeanInjectionPoint.unregisterContextualInstance(EjbDescriptor<?> descriptor)
Indicates that contextual session bean instance has been constructed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbDescriptors.addAll(java.lang.Iterable<EjbDescriptor<?>> ejbDescriptors)
Adds all EJB descriptors to the maps
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbServices.registerInterceptors(EjbDescriptor<?> ejbDescriptor,
InterceptorBindings interceptorBindings)
Provides interceptor binding metadata to the container.
|
SessionObjectReference |
EjbServices.resolveEjb(EjbDescriptor<?> ejbDescriptor)
Request a reference to an EJB session object from the container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingEjbDescriptor<T>
An implementation of
EjbDescriptor which forwards all its method calls to another EjbDescriptor . |
| Modifier and Type | Method and Description |
|---|---|
protected abstract EjbDescriptor<T> |
ForwardingEjbDescriptor.delegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
ForwardingEjbServices.registerInterceptors(EjbDescriptor<?> ejbDescriptor,
InterceptorBindings interceptorBindings) |
SessionObjectReference |
ForwardingEjbServices.resolveEjb(EjbDescriptor<?> ejbDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<EjbDescriptor<?>> |
AbstractWeldBeanDeploymentArchive.getEjbs() |
| Modifier and Type | Method and Description |
|---|---|
<T> EjbDescriptor<T> |
BeanManagerImpl.getEjbDescriptor(java.lang.String beanName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<EjbDescriptor<?>,SessionBean<?>> |
BeanManagerImpl.getEnterpriseBeans()
Gets the class-mapped beans.
|
| Modifier and Type | Method and Description |
|---|---|
<T> InjectionTarget<T> |
BeanManagerImpl.createInjectionTarget(EjbDescriptor<T> descriptor) |
<T> SessionBean<T> |
BeanManagerImpl.getBean(EjbDescriptor<T> descriptor) |
| Modifier and Type | Method and Description |
|---|---|
<T> EjbDescriptor<T> |
WeldManager.getEjbDescriptor(java.lang.String ejbName)
Get the EjbDescriptor for the given EJB name
|
| Modifier and Type | Method and Description |
|---|---|
<T> InjectionTarget<T> |
WeldManager.createInjectionTarget(EjbDescriptor<T> descriptor)
The injection target for the given EJB, or null if Weld was not given this descriptor in the deployment.
|
<T> Bean<T> |
WeldManager.getBean(EjbDescriptor<T> descriptor)
Get the Bean object for the given EJB, or null if Weld was not given this descriptor in the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.Set<java.lang.reflect.Type> |
Beans.getTypes(EnhancedAnnotated<T,?> annotated,
EjbDescriptor<T> ejbDescriptor)
Bean types of a session bean.
|
Copyright © 2015. All Rights Reserved.