org.enableit.db.beans
Class ProviderChoice

java.lang.Object
  |
  +--org.enableit.db.beans.ProviderChoice
All Implemented Interfaces:
java.io.Serializable

public class ProviderChoice
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ProviderChoice()
           
 
Method Summary
 org.enableit.db.beans.Driver getDriver()
          Returns the value of field 'driver'.
 java.lang.String getJdbc2DatasourceName()
          Returns the value of field 'jdbc2DatasourceName'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setDriver(org.enableit.db.beans.Driver driver)
          Sets the value of field 'driver'.
 void setJdbc2DatasourceName(java.lang.String jdbc2DatasourceName)
          Sets the value of field 'jdbc2DatasourceName'.
static org.enableit.db.beans.ProviderChoice unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderChoice

public ProviderChoice()
Method Detail

getDriver

public org.enableit.db.beans.Driver getDriver()
Returns the value of field 'driver'.

Returns:
the value of field 'driver'.

getJdbc2DatasourceName

public java.lang.String getJdbc2DatasourceName()
Returns the value of field 'jdbc2DatasourceName'.

Returns:
the value of field 'jdbc2DatasourceName'.

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 -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setDriver

public void setDriver(org.enableit.db.beans.Driver driver)
Sets the value of field 'driver'.

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

setJdbc2DatasourceName

public void setJdbc2DatasourceName(java.lang.String jdbc2DatasourceName)
Sets the value of field 'jdbc2DatasourceName'.

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

unmarshal

public static org.enableit.db.beans.ProviderChoice unmarshal(java.io.Reader reader)
                                                      throws org.exolab.castor.xml.MarshalException,
                                                             org.exolab.castor.xml.ValidationException
Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException


Copyright © 1999-2004 enableIT.org. All Rights Reserved.