| Modifier and Type | Method and Description |
|---|---|
EjbDescriptor<T> |
SessionBean.getEjbDescriptor()
Returns an EJB descriptor for this bean
|
| Modifier and Type | Method and Description |
|---|---|
<T> EjbDescriptor<T> |
BeanManagerProxy.getEjbDescriptor(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 |
|---|---|
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 |
|---|---|
Collection<EjbDescriptor<?>> |
AbstractWeldBeanDeploymentArchive.getEjbs() |
| Modifier and Type | Method and Description |
|---|---|
<T> EjbDescriptor<T> |
BeanManagerImpl.getEjbDescriptor(String beanName) |
| Modifier and Type | Method and Description |
|---|---|
Map<EjbDescriptor<?>,SessionBean<?>> |
BeanManagerImpl.getEnterpriseBeans()
Gets the class-mapped beans.
|
| Modifier and Type | Method and Description |
|---|---|
<T> InjectionTarget<T> |
BeanManagerImpl.createInjectionTarget(EjbDescriptor<T> descriptor) |
protected InjectionTarget<T> |
InjectionTargetFactoryImpl.createMessageDrivenInjectionTarget(EjbDescriptor<T> descriptor) |
<T> SessionBean<T> |
BeanManagerImpl.getBean(EjbDescriptor<T> descriptor) |
| 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> 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 |
|---|---|
<T> EjbDescriptor<T> |
EjbSupport.getEjbDescriptor(String beanName)
Returns an
EjbDescriptor identified by the given name or null if no such descriptor exists |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends EjbDescriptor<?>> |
EjbSupport.getEjbDescriptors()
Returns a collection of all known EJB descriptors
|
| Modifier and Type | Method and Description |
|---|---|
<T> BasicInjectionTarget<T> |
EjbSupport.createMessageDrivenInjectionTarget(EnhancedAnnotatedType<T> type,
EjbDescriptor<T> descriptor,
BeanManagerImpl manager)
Creates an
InjectionTarget implementation for a message-driven bean |
Copyright © 2015. All Rights Reserved.