java.lang.Object
org.enableit.db.daf.conf.Jdbc
- All Implemented Interfaces:
- java.io.Serializable
- public class Jdbc
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Revision: 1.1 $ $Date: 2002/05/03 13:44:51 $
|
Constructor Summary |
Jdbc()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_datasource
private java.lang.String _datasource
_driver
private Driver _driver
Jdbc
public Jdbc()
getDatasource
public java.lang.String getDatasource()
- Returns the value of field 'datasource'.
getDriver
public Driver getDriver()
- Returns the value of field 'driver'.
isValid
public boolean isValid()
marshal
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
marshal
public void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
setDatasource
public void setDatasource(java.lang.String datasource)
- Sets the value of field 'datasource'.
setDriver
public void setDriver(Driver driver)
- Sets the value of field 'driver'.
unmarshal
public static Jdbc unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
validate
public void validate()
throws org.exolab.castor.xml.ValidationException