public class JdoConf
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
JdoConf() |
| Modifier and Type | Method and Description |
|---|---|
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
|
java.lang.String |
getName()
Returns the value of field 'name'.
|
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 |
setName(java.lang.String name)
Sets the value of field 'name'.
|
void |
setTransactionDemarcation(TransactionDemarcation transactionDemarcation)
Sets the value of field 'transactionDemarcation'.
|
static JdoConf |
unmarshal(java.io.Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addDatabase(Database vDatabase) throws java.lang.IndexOutOfBoundsException
vDatabase - java.lang.IndexOutOfBoundsExceptionpublic void addDatabase(int index,
Database vDatabase)
throws java.lang.IndexOutOfBoundsException
index - vDatabase - java.lang.IndexOutOfBoundsExceptionpublic void clearDatabase()
public java.util.Enumeration enumerateDatabase()
public Database getDatabase(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsExceptionpublic Database[] getDatabase()
public int getDatabaseCount()
public java.lang.String getName()
public TransactionDemarcation getTransactionDemarcation()
public boolean isValid()
public void marshal(java.io.Writer out)
throws MarshalException,
ValidationException
out - MarshalExceptionValidationExceptionpublic void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
MarshalException,
ValidationException
handler - java.io.IOExceptionMarshalExceptionValidationExceptionpublic boolean removeDatabase(Database vDatabase)
vDatabase - public void setDatabase(int index,
Database vDatabase)
throws java.lang.IndexOutOfBoundsException
index - vDatabase - java.lang.IndexOutOfBoundsExceptionpublic void setDatabase(Database[] databaseArray)
databaseArray - public void setName(java.lang.String name)
name - the value of field 'name'.public void setTransactionDemarcation(TransactionDemarcation transactionDemarcation)
transactionDemarcation - the value of field
'transactionDemarcation'.public static JdoConf unmarshal(java.io.Reader reader) throws MarshalException, ValidationException
reader - MarshalExceptionValidationExceptionpublic void validate()
throws ValidationException
ValidationExceptionIntalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com