Uses of Interface
org.eclipse.jst.j2ee.ejb.EJBJar

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

Methods in org.eclipse.jst.j2ee.common with parameters of type EJBJar
 EnterpriseBean EjbRef.getLinkedEjb(EJBJar ejbJar)
          Return an enterprise bean referenced by the EjbRef, if one exists, within the scope of the parameter.
 

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

Methods in org.eclipse.jst.j2ee.ejb that return EJBJar
 EJBJar EnterpriseBean.getEjbJar()
           
 EJBJar EjbFactory.createEJBJar()
           
 EJBJar Relationships.getEjbJar()
           
 EJBJar AssemblyDescriptor.getEjbJar()
           
 EJBJar EJBResource.getEJBJar()
           
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type EJBJar
 void EnterpriseBean.setEjbJar(EJBJar value)
           
 void Relationships.setEjbJar(EJBJar value)
           
 void AssemblyDescriptor.setEjbJar(EJBJar value)