org.castor.jdo.conf
public class JdoConf extends Object implements Serializable
Version: $Revision: 5979 $ $Date$
| 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
|
| String | getName()
Returns the value of field 'name'.
|
| 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 | setName(String name)
Sets the value of field 'name'.
|
| void | setTransactionDemarcation(TransactionDemarcation transactionDemarcation)
Sets the value of field 'transactionDemarcation'.
|
| static JdoConf | unmarshal(Reader reader)
Method unmarshal
|
| void | validate()
Method validate
|
Parameters: vDatabase
Parameters: index vDatabase
Returns: Enumeration
Parameters: index
Returns: Database
Returns: Database
Returns: int
Returns: String the value of field 'name'.
Returns: TransactionDemarcation the value of field 'transactionDemarcation'.
Returns: boolean
Parameters: out
Parameters: handler
Parameters: vDatabase
Returns: boolean
Parameters: index vDatabase
Parameters: databaseArray
Parameters: name the value of field 'name'.
Parameters: transactionDemarcation the value of field 'transactionDemarcation'.
Parameters: reader
Returns: JdoConf