org.openejb.config.sys
Class Deployments

java.lang.Object
  extended byorg.openejb.config.sys.Deployments
All Implemented Interfaces:
Serializable

public class Deployments
extends Object
implements Serializable

Version:
$Revision: 1.1 $ $Date: 2004/03/01 07:14:43 $
See Also:
Serialized Form

Constructor Summary
Deployments()
           
 
Method Summary
 String getDir()
          Returns the value of field 'dir'.
 String getJar()
          Returns the value of field 'jar'.
 boolean isValid()
           
 void marshal(DocumentHandler handler)
           
 void marshal(Writer out)
           
 void setDir(String dir)
          Sets the value of field 'dir'.
 void setJar(String jar)
          Sets the value of field 'jar'.
static Deployments unmarshal(Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deployments

public Deployments()
Method Detail

getDir

public String getDir()
Returns the value of field 'dir'.

Returns:
the value of field 'dir'.

getJar

public String getJar()
Returns the value of field 'jar'.

Returns:
the value of field 'jar'.

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

setDir

public void setDir(String dir)
Sets the value of field 'dir'.

Parameters:
dir - the value of field 'dir'.

setJar

public void setJar(String jar)
Sets the value of field 'jar'.

Parameters:
jar - the value of field 'jar'.

unmarshal

public static Deployments 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.