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

Packages that use EjbDescriptor
org.jboss.webbeans.ejb   
org.jboss.webbeans.ejb.spi   
org.jboss.webbeans.ejb.spi.helpers   
 

Uses of EjbDescriptor in org.jboss.webbeans.ejb
 

Classes in org.jboss.webbeans.ejb that implement EjbDescriptor
 class InternalEjbDescriptor<T>
          More powerful version of EjbDescriptor that exposes Maps for some metadata.
 

Methods in org.jboss.webbeans.ejb that return EjbDescriptor
protected abstract  EjbDescriptor<T> ForwardingEjbDescriptor.delegate()
           
protected  EjbDescriptor<T> InternalEjbDescriptor.delegate()
           
 

Methods in org.jboss.webbeans.ejb with parameters of type EjbDescriptor
<T> void
EjbDescriptorCache.add(EjbDescriptor<T> ejbDescriptor)
          Adds an EJB descriptor to the maps
 

Method parameters in org.jboss.webbeans.ejb with type arguments of type EjbDescriptor
 void EjbDescriptorCache.addAll(java.lang.Iterable<EjbDescriptor<?>> ejbDescriptors)
          Adds all EJB descriptors to the maps
 

Constructors in org.jboss.webbeans.ejb with parameters of type EjbDescriptor
InternalEjbDescriptor(EjbDescriptor<T> ejbDescriptor)
           
 

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

Methods in org.jboss.webbeans.ejb.spi that return types with arguments of type EjbDescriptor
 java.lang.Iterable<EjbDescriptor<?>> EjbServices.discoverEjbs()
          Gets a descriptor for each EJB in the application
 

Methods in org.jboss.webbeans.ejb.spi with parameters of type EjbDescriptor
 SessionObjectReference EjbServices.resolveEjb(EjbDescriptor<?> ejbDescriptor)
          Request a reference to an EJB session object from the container.
 

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

Classes in org.jboss.webbeans.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.webbeans.ejb.spi.helpers that return EjbDescriptor
protected abstract  EjbDescriptor<T> ForwardingEjbDescriptor.delegate()
           
 

Methods in org.jboss.webbeans.ejb.spi.helpers that return types with arguments of type EjbDescriptor
 java.lang.Iterable<EjbDescriptor<?>> ForwardingEjbServices.discoverEjbs()
           
 

Methods in org.jboss.webbeans.ejb.spi.helpers with parameters of type EjbDescriptor
 SessionObjectReference ForwardingEjbServices.resolveEjb(EjbDescriptor<?> ejbDescriptor)
           
 



Copyright © 2011. All Rights Reserved.