org.exolab.castor.jdo.conf
public class DatabaseChoice extends Object implements Serializable
Version: $Revision: 1.2 $ $Date: 2005/03/05 13:41:50 $
Constructor Summary | |
---|---|
DatabaseChoice() |
Method Summary | |
---|---|
DataSource | getDataSource()
Returns the value of field 'dataSource'.
|
Driver | getDriver()
Returns the value of field 'driver'.
|
Jndi | getJndi()
Returns the value of field 'jndi'.
|
boolean | isValid()
Method isValid |
void | marshal(Writer out)
Method marshal
|
void | marshal(ContentHandler handler)
Method marshal
|
void | setDataSource(DataSource dataSource)
Sets the value of field 'dataSource'.
|
void | setDriver(Driver driver)
Sets the value of field 'driver'.
|
void | setJndi(Jndi jndi)
Sets the value of field 'jndi'.
|
static Object | unmarshal(Reader reader)
Method unmarshal
|
void | validate()
Method validate |
Returns: the value of field 'dataSource'.
Returns: the value of field 'driver'.
Returns: the value of field 'jndi'.
Parameters: out
Parameters: handler
Parameters: dataSource the value of field 'dataSource'.
Parameters: driver the value of field 'driver'.
Parameters: jndi the value of field 'jndi'.
Parameters: reader