org.jasig.portal.container.om.servlet
Class EjbLocalRefImpl
java.lang.Object
org.jasig.portal.container.om.servlet.EjbLocalRefImpl
- All Implemented Interfaces:
- java.io.Serializable
- public class EjbLocalRefImpl
- extends java.lang.Object
- implements java.io.Serializable
Data structure to support WebApplicationDefinition for
marshalling and unmarshalling of web.xml.
Not needed by the Pluto container.
- Version:
- $Revision: 1.1 $
- Author:
- Ken Weiner, kweiner@unicon.net
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbLocalRefImpl
public EjbLocalRefImpl()
getDescriptions
public org.apache.pluto.om.common.DescriptionSet getDescriptions()
getEjbRefName
public java.lang.String getEjbRefName()
getEjbRefType
public java.lang.String getEjbRefType()
getLocalHome
public java.lang.String getLocalHome()
getLocal
public java.lang.String getLocal()
getEjbLink
public java.lang.String getEjbLink()
setDescriptions
public void setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions)
setEjbRefName
public void setEjbRefName(java.lang.String ejbRefName)
setEjbRefType
public void setEjbRefType(java.lang.String ejbRefType)
setLocalHome
public void setLocalHome(java.lang.String localHome)
setLocal
public void setLocal(java.lang.String local)
setEjbLink
public void setEjbLink(java.lang.String ejbLink)