org.exolab.castor.jdo.conf
public class JdoConf extends Object implements Serializable
Version: $Revision: 1.3 $ $Date: 2005/03/05 13:41:50 $
Constructor Summary | |
---|---|
JdoConf() |
Method Summary | |
---|---|
void | addDatabase(Database vDatabase)
Method addDatabase
|
void | addDatabase(int index, Database vDatabase)
Method addDatabase
|
void | clearDatabase()
Method clearDatabase |
Enumeration | enumerateDatabase()
Method enumerateDatabase |
Database | getDatabase(int index)
Method getDatabase
|
Database[] | getDatabase()
Method getDatabase |
int | getDatabaseCount()
Method getDatabaseCount |
TransactionDemarcation | getTransactionDemarcation()
Returns the value of field 'transactionDemarcation'.
|
boolean | isValid()
Method isValid |
void | marshal(Writer out)
Method marshal
|
void | marshal(ContentHandler handler)
Method marshal
|
boolean | removeDatabase(Database vDatabase)
Method removeDatabase
|
void | setDatabase(int index, Database vDatabase)
Method setDatabase
|
void | setDatabase(Database[] databaseArray)
Method setDatabase
|
void | setTransactionDemarcation(TransactionDemarcation transactionDemarcation)
Sets the value of field 'transactionDemarcation'.
|
static Object | unmarshal(Reader reader)
Method unmarshal
|
void | validate()
Method validate |
Parameters: vDatabase
Parameters: index vDatabase
Parameters: index
Returns: the value of field 'transactionDemarcation'.
Parameters: out
Parameters: handler
Parameters: vDatabase
Parameters: index vDatabase
Parameters: databaseArray
Parameters: transactionDemarcation the value of field 'transactionDemarcation'.
Parameters: reader