org.openejb.config.ejb11
Class OpenejbJar
java.lang.Object
org.openejb.config.ejb11.OpenejbJar
- All Implemented Interfaces:
- Serializable
- public class OpenejbJar
- extends Object
- implements Serializable
- Version:
- $Revision: 1.1 $ $Date: 2004/03/01 07:14:43 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenejbJar
public OpenejbJar()
addEjbDeployment
public void addEjbDeployment(EjbDeployment vEjbDeployment)
throws IndexOutOfBoundsException
- Parameters:
vEjbDeployment
-
- Throws:
IndexOutOfBoundsException
enumerateEjbDeployment
public Enumeration enumerateEjbDeployment()
getEjbDeployment
public EjbDeployment getEjbDeployment(int index)
throws IndexOutOfBoundsException
- Parameters:
index
-
- Throws:
IndexOutOfBoundsException
getEjbDeployment
public EjbDeployment[] getEjbDeployment()
getEjbDeploymentCount
public int getEjbDeploymentCount()
isValid
public boolean isValid()
marshal
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
out
-
- Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
marshal
public void marshal(DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
handler
-
- Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
removeAllEjbDeployment
public void removeAllEjbDeployment()
removeEjbDeployment
public EjbDeployment removeEjbDeployment(int index)
- Parameters:
index
-
setEjbDeployment
public void setEjbDeployment(int index,
EjbDeployment vEjbDeployment)
throws IndexOutOfBoundsException
- Parameters:
index
- vEjbDeployment
-
- Throws:
IndexOutOfBoundsException
setEjbDeployment
public void setEjbDeployment(EjbDeployment[] ejbDeploymentArray)
- Parameters:
ejbDeploymentArray
-
unmarshal
public static OpenejbJar unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
reader
-
- Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
validate
public void validate()
throws org.exolab.castor.xml.ValidationException
- Throws:
org.exolab.castor.xml.ValidationException
Copyright © 1999-2005 OpenEJB. All Rights Reserved.