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

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

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

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

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

Fields in org.jasig.portal.container.om.servlet declared as EjbLocalRefImpl
private  EjbLocalRefImpl[] WebApplicationDefinitionImpl.ejbLocalRefs
           
 

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

Methods in org.jasig.portal.container.om.servlet with parameters of type EjbLocalRefImpl
 void WebApplicationDefinitionImpl.setEjbLocalRefs(EjbLocalRefImpl[] ejbLocalRefs)