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

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

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<?>> EJBModule.getEjbs()
          Get all the EJBs in the deployment archive
 

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 with parameters of type EjbDescriptor
 SessionObjectReference ForwardingEjbServices.resolveEjb(EjbDescriptor<?> ejbDescriptor)
           
 



Copyright © 2008-2009. All Rights Reserved.