|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.config.DatabaseConfiguration
public class DatabaseConfiguration
Class DatabaseConfiguration.
Constructor Summary | |
---|---|
DatabaseConfiguration()
|
Method Summary | |
---|---|
void |
deleteGarbageCollectionBlockSize()
Method deleteGarbageCollectionBlockSize |
void |
deleteGarbageCollectionInterval()
Method deleteGarbageCollectionInterval |
void |
deleteGarbageCollectionThreadPriority()
Method deleteGarbageCollectionThreadPriority |
int |
getGarbageCollectionBlockSize()
Returns the value of field 'garbageCollectionBlockSize'. |
int |
getGarbageCollectionInterval()
Returns the value of field 'garbageCollectionInterval'. |
int |
getGarbageCollectionThreadPriority()
Returns the value of field 'garbageCollectionThreadPriority'. |
JdbmDatabaseConfiguration |
getJdbmDatabaseConfiguration()
Returns the value of field 'jdbmDatabaseConfiguration'. |
RdbmsDatabaseConfiguration |
getRdbmsDatabaseConfiguration()
Returns the value of field 'rdbmsDatabaseConfiguration'. |
boolean |
hasGarbageCollectionBlockSize()
Method hasGarbageCollectionBlockSize |
boolean |
hasGarbageCollectionInterval()
Method hasGarbageCollectionInterval |
boolean |
hasGarbageCollectionThreadPriority()
Method hasGarbageCollectionThreadPriority |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setGarbageCollectionBlockSize(int garbageCollectionBlockSize)
Sets the value of field 'garbageCollectionBlockSize'. |
void |
setGarbageCollectionInterval(int garbageCollectionInterval)
Sets the value of field 'garbageCollectionInterval'. |
void |
setGarbageCollectionThreadPriority(int garbageCollectionThreadPriority)
Sets the value of field 'garbageCollectionThreadPriority'. |
void |
setJdbmDatabaseConfiguration(JdbmDatabaseConfiguration jdbmDatabaseConfiguration)
Sets the value of field 'jdbmDatabaseConfiguration'. |
void |
setRdbmsDatabaseConfiguration(RdbmsDatabaseConfiguration rdbmsDatabaseConfiguration)
Sets the value of field 'rdbmsDatabaseConfiguration'. |
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 DatabaseConfiguration()
Method Detail |
---|
public void deleteGarbageCollectionBlockSize()
public void deleteGarbageCollectionInterval()
public void deleteGarbageCollectionThreadPriority()
public int getGarbageCollectionBlockSize()
public int getGarbageCollectionInterval()
public int getGarbageCollectionThreadPriority()
public JdbmDatabaseConfiguration getJdbmDatabaseConfiguration()
public RdbmsDatabaseConfiguration getRdbmsDatabaseConfiguration()
public boolean hasGarbageCollectionBlockSize()
public boolean hasGarbageCollectionInterval()
public boolean hasGarbageCollectionThreadPriority()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setGarbageCollectionBlockSize(int garbageCollectionBlockSize)
garbageCollectionBlockSize
- the value of field
'garbageCollectionBlockSize'.public void setGarbageCollectionInterval(int garbageCollectionInterval)
garbageCollectionInterval
- the value of field
'garbageCollectionInterval'.public void setGarbageCollectionThreadPriority(int garbageCollectionThreadPriority)
garbageCollectionThreadPriority
- the value of field
'garbageCollectionThreadPriority'.public void setJdbmDatabaseConfiguration(JdbmDatabaseConfiguration jdbmDatabaseConfiguration)
jdbmDatabaseConfiguration
- the value of field
'jdbmDatabaseConfiguration'.public void setRdbmsDatabaseConfiguration(RdbmsDatabaseConfiguration rdbmsDatabaseConfiguration)
rdbmsDatabaseConfiguration
- the value of field
'rdbmsDatabaseConfiguration'.public static java.lang.Object unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |