|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.jdo.conf.JdoConf
public class JdoConf
Class JdoConf.
Constructor Summary | |
---|---|
JdoConf()
|
Method Summary | |
---|---|
void |
addDatabase(Database vDatabase)
Method addDatabase |
void |
addDatabase(int index,
Database vDatabase)
Method addDatabase |
void |
clearDatabase()
Method clearDatabase |
java.util.Enumeration |
enumerateDatabase()
Method enumerateDatabase |
Database[] |
getDatabase()
Method getDatabase |
Database |
getDatabase(int index)
Method getDatabase |
int |
getDatabaseCount()
Method getDatabaseCount |
TransactionDemarcation |
getTransactionDemarcation()
Returns the value of field 'transactionDemarcation'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeDatabase(Database vDatabase)
Method removeDatabase |
void |
setDatabase(Database[] databaseArray)
Method setDatabase |
void |
setDatabase(int index,
Database vDatabase)
Method setDatabase |
void |
setTransactionDemarcation(TransactionDemarcation transactionDemarcation)
Sets the value of field 'transactionDemarcation'. |
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdoConf()
Method Detail |
---|
public void addDatabase(Database vDatabase) throws java.lang.IndexOutOfBoundsException
vDatabase
-
java.lang.IndexOutOfBoundsException
public void addDatabase(int index, Database vDatabase) throws java.lang.IndexOutOfBoundsException
index
- vDatabase
-
java.lang.IndexOutOfBoundsException
public void clearDatabase()
public java.util.Enumeration enumerateDatabase()
public Database getDatabase(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public Database[] getDatabase()
public int getDatabaseCount()
public TransactionDemarcation getTransactionDemarcation()
public boolean isValid()
public void marshal(java.io.Writer out) throws MarshalException, ValidationException
out
-
MarshalException
ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, MarshalException, ValidationException
handler
-
java.io.IOException
MarshalException
ValidationException
public boolean removeDatabase(Database vDatabase)
vDatabase
- public void setDatabase(int index, Database vDatabase) throws java.lang.IndexOutOfBoundsException
index
- vDatabase
-
java.lang.IndexOutOfBoundsException
public void setDatabase(Database[] databaseArray)
databaseArray
- public void setTransactionDemarcation(TransactionDemarcation transactionDemarcation)
transactionDemarcation
- the value of field
'transactionDemarcation'.public static java.lang.Object unmarshal(java.io.Reader reader) throws MarshalException, ValidationException
reader
-
MarshalException
ValidationException
public void validate() throws ValidationException
ValidationException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |