Uses of Class
org.jboss.webbeans.ejb.InternalEjbDescriptor

Packages that use InternalEjbDescriptor
org.jboss.webbeans.bean   
org.jboss.webbeans.ejb   
 

Uses of InternalEjbDescriptor in org.jboss.webbeans.bean
 

Methods in org.jboss.webbeans.bean that return InternalEjbDescriptor
 InternalEjbDescriptor<T> EnterpriseBean.getEjbDescriptor()
           
 

Uses of InternalEjbDescriptor in org.jboss.webbeans.ejb
 

Methods in org.jboss.webbeans.ejb that return InternalEjbDescriptor
 InternalEjbDescriptor<?> EjbDescriptorCache.get(java.lang.String ejbName)
          Gets the EJB descriptor for a given name
 

Methods in org.jboss.webbeans.ejb that return types with arguments of type InternalEjbDescriptor
<T> java.lang.Iterable<InternalEjbDescriptor<T>>
EjbDescriptorCache.get(java.lang.Class<T> beanClass)
          Gets an iterator to the EJB descriptors for an EJB implementation class
 



Copyright © 2011. All Rights Reserved.