org.jasig.portal.container.om.servlet
Class EjbRefImpl
java.lang.Object
org.jasig.portal.container.om.servlet.EjbRefImpl
- All Implemented Interfaces:
- java.io.Serializable
- public class EjbRefImpl
- 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 |
EjbRefImpl
public EjbRefImpl()
getDescriptions
public org.apache.pluto.om.common.DescriptionSet getDescriptions()
getEjbRefName
public java.lang.String getEjbRefName()
getEjbRefType
public java.lang.String getEjbRefType()
getHome
public java.lang.String getHome()
getRemote
public java.lang.String getRemote()
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)
setHome
public void setHome(java.lang.String home)
setRemote
public void setRemote(java.lang.String remote)
setEjbLink
public void setEjbLink(java.lang.String ejbLink)