Class JdoConf.
addDatabase
public void addDatabase(int index,
Database vDatabase)
throws java.lang.IndexOutOfBoundsException
Method addDatabase
addDatabase
public void addDatabase(Database vDatabase)
throws java.lang.IndexOutOfBoundsException
Method addDatabase
clearDatabase
public void clearDatabase()
Method clearDatabase
enumerateDatabase
public java.util.Enumeration enumerateDatabase()
Method enumerateDatabase
getDatabase
public Database[] getDatabase()
Method getDatabase
getDatabase
public Database getDatabase(int index)
throws java.lang.IndexOutOfBoundsException
Method getDatabase
getDatabaseCount
public int getDatabaseCount()
Method getDatabaseCount
getName
public java.lang.String getName()
Returns the value of field 'name'.
getTransactionDemarcation
public TransactionDemarcation getTransactionDemarcation()
Returns the value of field 'transactionDemarcation'.
isValid
public boolean isValid()
Method isValid
removeDatabase
public boolean removeDatabase(Database vDatabase)
Method removeDatabase
setDatabase
public void setDatabase(int index,
Database vDatabase)
throws java.lang.IndexOutOfBoundsException
Method setDatabase
setDatabase
public void setDatabase(Database[] databaseArray)
Method setDatabase
setName
public void setName(java.lang.String name)
Sets the value of field 'name'.
name
- the value of field 'name'.
setTransactionDemarcation
public void setTransactionDemarcation(TransactionDemarcation transactionDemarcation)
Sets the value of field 'transactionDemarcation'.
transactionDemarcation
- the value of field
'transactionDemarcation'.