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

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

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

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

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

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

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()
           
 



Copyright © 2008-2009. All Rights Reserved.