org.openejb.alt.config.ejb11
Class EjbRef
java.lang.Object
|
+--org.openejb.alt.config.ejb11.EjbRef
- All Implemented Interfaces:
- java.io.Serializable
- public class EjbRef
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Revision: 1.2 $ $Date: 2002/02/25 20:30:51 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbRef
public EjbRef()
getDescription
public java.lang.String getDescription()
getEjbLink
public java.lang.String getEjbLink()
getEjbRefName
public java.lang.String getEjbRefName()
getEjbRefType
public java.lang.String getEjbRefType()
getHome
public java.lang.String getHome()
getId
public java.lang.String getId()
getRemote
public java.lang.String getRemote()
isValid
public boolean isValid()
marshal
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
out
-
marshal
public void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
handler
-
setDescription
public void setDescription(java.lang.String _description)
- Parameters:
_description
-
setEjbLink
public void setEjbLink(java.lang.String _ejbLink)
- Parameters:
_ejbLink
-
setEjbRefName
public void setEjbRefName(java.lang.String _ejbRefName)
- Parameters:
_ejbRefName
-
setEjbRefType
public void setEjbRefType(java.lang.String _ejbRefType)
- Parameters:
_ejbRefType
-
setHome
public void setHome(java.lang.String _home)
- Parameters:
_home
-
setId
public void setId(java.lang.String _id)
- Parameters:
_id
-
setRemote
public void setRemote(java.lang.String _remote)
- Parameters:
_remote
-
unmarshal
public static EjbRef unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
reader
-
validate
public void validate()
throws org.exolab.castor.xml.ValidationException