Uses of Interface
org.eclipse.jst.j2ee.common.EJBLocalRef

Packages that use EJBLocalRef
org.eclipse.jst.j2ee.common This package includes api the common model artifacts that include (Resource References, EJB References, Display Name, Description Group, Security roles, Environment variables).  
org.eclipse.jst.j2ee.ejb This package includes the enterprise bean module model api.  
 

Uses of EJBLocalRef in org.eclipse.jst.j2ee.common
 

Methods in org.eclipse.jst.j2ee.common that return EJBLocalRef
 EJBLocalRef CommonFactory.createEJBLocalRef()
          Returns a new object of class 'EJB Local Ref'
 

Uses of EJBLocalRef in org.eclipse.jst.j2ee.ejb
 

Methods in org.eclipse.jst.j2ee.ejb that return EJBLocalRef
 EJBLocalRef EnterpriseBean.getEquivalentEJBLocalRef(EJBLocalRef anEjbLocalRef)
          Method getEquivalentEJBLocalRef.
 EJBLocalRef EnterpriseBean.getLinkedEJBLocalReference(EnterpriseBean anEJB)
          Return an EJBLocalRef that is physically linked to @anEJB.
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type EJBLocalRef
 EJBLocalRef EnterpriseBean.getEquivalentEJBLocalRef(EJBLocalRef anEjbLocalRef)
          Method getEquivalentEJBLocalRef.