org.openejb.alt.config.ejb11
Class EjbDeployment
java.lang.Object
|
+--org.openejb.alt.config.ejb11.EjbDeployment
- All Implemented Interfaces:
- java.io.Serializable
- public class EjbDeployment
- 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 |
EjbDeployment
public EjbDeployment()
addResourceLink
public void addResourceLink(ResourceLink vResourceLink)
throws java.lang.IndexOutOfBoundsException
- Parameters:
vResourceLink
-
enumerateResourceLink
public java.util.Enumeration enumerateResourceLink()
getContainerId
public java.lang.String getContainerId()
getDeploymentId
public java.lang.String getDeploymentId()
getEjbName
public java.lang.String getEjbName()
getResourceLink
public ResourceLink getResourceLink(int index)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
-
getResourceLink
public ResourceLink[] getResourceLink()
getResourceLinkCount
public int getResourceLinkCount()
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
-
removeAllResourceLink
public void removeAllResourceLink()
removeResourceLink
public ResourceLink removeResourceLink(int index)
- Parameters:
index
-
setContainerId
public void setContainerId(java.lang.String _containerId)
- Parameters:
_containerId
-
setDeploymentId
public void setDeploymentId(java.lang.String _deploymentId)
- Parameters:
_deploymentId
-
setEjbName
public void setEjbName(java.lang.String _ejbName)
- Parameters:
_ejbName
-
setResourceLink
public void setResourceLink(int index,
ResourceLink vResourceLink)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
- vResourceLink
-
setResourceLink
public void setResourceLink(ResourceLink[] resourceLinkArray)
- Parameters:
resourceLinkArray
-
unmarshal
public static EjbDeployment 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