Package | Description |
---|---|
org.jboss.weld.bootstrap.spi | |
org.jboss.weld.bootstrap.spi.helpers | |
org.jboss.weld.ejb.spi | |
org.jboss.weld.ejb.spi.helpers | |
org.jboss.weld.manager.api |
Modifier and Type | Method and Description |
---|---|
Collection<EjbDescriptor<?>> |
BeanDeploymentArchive.getEjbs()
Get all the EJBs in the deployment archive
|
Modifier and Type | Method and Description |
---|---|
Collection<EjbDescriptor<?>> |
ForwardingBeanDeploymentArchive.getEjbs() |
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 |
---|---|
<T> EjbDescriptor<T> |
WeldManager.getEjbDescriptor(String ejbName)
Get the EjbDescriptor for the given ejb name
|
Modifier and Type | Method and Description |
---|---|
<T> javax.enterprise.inject.spi.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> javax.enterprise.inject.spi.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.
|
Copyright © 2008-2013 Seam Framework. All Rights Reserved.