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

Packages that use EjbRef
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 EjbRef in org.eclipse.jst.j2ee.common
 

Subinterfaces of EjbRef in org.eclipse.jst.j2ee.common
 interface EJBLocalRef
          The ejb-local-ref element is used for the declaration of a reference to another enterprise bean's local home.
 

Methods in org.eclipse.jst.j2ee.common that return EjbRef
 EjbRef CommonFactory.createEjbRef()
          Returns a new object of class 'Ejb Ref'
 

Methods in org.eclipse.jst.j2ee.common with parameters of type EjbRef
 boolean EjbRef.isEquivalent(EjbRef anEjbRef)
          Return true if the name, home, remote, and link are equivalent.
 

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

Methods in org.eclipse.jst.j2ee.ejb that return EjbRef
 EjbRef EnterpriseBean.getEquivalentEjbRef(EjbRef anEjbRef)
          Return an EjbRef contained by this bean which is equivalent to @anEjbRef.
 EjbRef EnterpriseBean.getLinkedEJBReference(EnterpriseBean anEJB)
          Return an EjbRef that is physically linked to @anEJB.
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type EjbRef
 EjbRef EnterpriseBean.getEquivalentEjbRef(EjbRef anEjbRef)
          Return an EjbRef contained by this bean which is equivalent to @anEjbRef.
 EnterpriseBean EJBJar.getEnterpiseBeanFromRef(EjbRef ref)
          Return an enterprise bean referenced by the EjbRef, if one exists.