Uses of Interface
org.jboss.weld.ejb.spi.EjbDescriptor

Packages that use EjbDescriptor
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   
 

Uses of EjbDescriptor in org.jboss.weld.bootstrap.spi
 

Methods in org.jboss.weld.bootstrap.spi that return types with arguments of type EjbDescriptor
 Collection<EjbDescriptor<?>> BeanDeploymentArchive.getEjbs()
          Get all the EJBs in the deployment archive
 

Uses of EjbDescriptor in org.jboss.weld.bootstrap.spi.helpers
 

Methods in org.jboss.weld.bootstrap.spi.helpers that return types with arguments of type EjbDescriptor
 Collection<EjbDescriptor<?>> ForwardingBeanDeploymentArchive.getEjbs()
           
 

Uses of EjbDescriptor in org.jboss.weld.ejb.spi
 

Methods in org.jboss.weld.ejb.spi with parameters of type EjbDescriptor
 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.
 

Uses of EjbDescriptor in org.jboss.weld.ejb.spi.helpers
 

Classes in org.jboss.weld.ejb.spi.helpers that implement EjbDescriptor
 class ForwardingEjbDescriptor<T>
          An implementation of EjbDescriptor which forwards all its method calls to another EjbDescriptor}.
 

Methods in org.jboss.weld.ejb.spi.helpers that return EjbDescriptor
protected abstract  EjbDescriptor<T> ForwardingEjbDescriptor.delegate()
           
 

Methods in org.jboss.weld.ejb.spi.helpers with parameters of type EjbDescriptor
 void ForwardingEjbServices.registerInterceptors(EjbDescriptor<?> ejbDescriptor, InterceptorBindings interceptorBindings)
           
 SessionObjectReference ForwardingEjbServices.resolveEjb(EjbDescriptor<?> ejbDescriptor)
           
 

Uses of EjbDescriptor in org.jboss.weld.manager.api
 

Methods in org.jboss.weld.manager.api that return EjbDescriptor
<T> EjbDescriptor<T>
WeldManager.getEjbDescriptor(String ejbName)
          Get the EjbDescriptor for the given ejb name
 

Methods in org.jboss.weld.manager.api with parameters of type EjbDescriptor
<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 © 2013 Seam Framework. All Rights Reserved.