Uses of Class
org.jasig.portal.container.om.servlet.EjbRefImpl

Packages that use EjbRefImpl
org.jasig.portal.container.binding   
org.jasig.portal.container.om.servlet   
 

Uses of EjbRefImpl in org.jasig.portal.container.binding
 

Methods in org.jasig.portal.container.binding that return EjbRefImpl
private  EjbRefImpl[] WebApplicationUnmarshaller.getEjbRefs(org.w3c.dom.Element e)
           
 

Uses of EjbRefImpl in org.jasig.portal.container.om.servlet
 

Fields in org.jasig.portal.container.om.servlet declared as EjbRefImpl
private  EjbRefImpl[] WebApplicationDefinitionImpl.ejbRefs
           
 

Methods in org.jasig.portal.container.om.servlet that return EjbRefImpl
 EjbRefImpl[] WebApplicationDefinitionImpl.getEjbRefs()
           
 

Methods in org.jasig.portal.container.om.servlet with parameters of type EjbRefImpl
 void WebApplicationDefinitionImpl.setEjbRefs(EjbRefImpl[] ejbRefs)