|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.config.RdbmsDatabaseConfiguration
Constructor Summary | |
RdbmsDatabaseConfiguration()
|
Method Summary | |
void |
deleteBatch()
Method deleteBatch |
void |
deleteBatchSize()
Method deleteBatchSize |
void |
deleteEvictionInterval()
Method deleteEvictionInterval |
void |
deleteMaxActive()
Method deleteMaxActive |
void |
deleteMaxIdle()
Method deleteMaxIdle |
void |
deleteMinIdleTime()
Method deleteMinIdleTime |
void |
deleteTestBeforeUse()
Method deleteTestBeforeUse |
boolean |
getBatch()
Returns the value of field 'batch'. |
int |
getBatchSize()
Returns the value of field 'batchSize'. |
java.lang.String |
getClazz()
Returns the value of field 'clazz'. |
java.lang.String |
getDriver()
Returns the value of field 'driver'. |
int |
getEvictionInterval()
Returns the value of field 'evictionInterval'. |
int |
getMaxActive()
Returns the value of field 'maxActive'. |
int |
getMaxIdle()
Returns the value of field 'maxIdle'. |
int |
getMinIdleTime()
Returns the value of field 'minIdleTime'. |
java.lang.String |
getPassword()
Returns the value of field 'password'. |
boolean |
getTestBeforeUse()
Returns the value of field 'testBeforeUse'. |
java.lang.String |
getTestQuery()
Returns the value of field 'testQuery'. |
java.lang.String |
getUrl()
Returns the value of field 'url'. |
java.lang.String |
getUser()
Returns the value of field 'user'. |
boolean |
hasBatch()
Method hasBatch |
boolean |
hasBatchSize()
Method hasBatchSize |
boolean |
hasEvictionInterval()
Method hasEvictionInterval |
boolean |
hasMaxActive()
Method hasMaxActive |
boolean |
hasMaxIdle()
Method hasMaxIdle |
boolean |
hasMinIdleTime()
Method hasMinIdleTime |
boolean |
hasTestBeforeUse()
Method hasTestBeforeUse |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setBatch(boolean batch)
Sets the value of field 'batch'. |
void |
setBatchSize(int batchSize)
Sets the value of field 'batchSize'. |
void |
setClazz(java.lang.String clazz)
Sets the value of field 'clazz'. |
void |
setDriver(java.lang.String driver)
Sets the value of field 'driver'. |
void |
setEvictionInterval(int evictionInterval)
Sets the value of field 'evictionInterval'. |
void |
setMaxActive(int maxActive)
Sets the value of field 'maxActive'. |
void |
setMaxIdle(int maxIdle)
Sets the value of field 'maxIdle'. |
void |
setMinIdleTime(int minIdleTime)
Sets the value of field 'minIdleTime'. |
void |
setPassword(java.lang.String password)
Sets the value of field 'password'. |
void |
setTestBeforeUse(boolean testBeforeUse)
Sets the value of field 'testBeforeUse'. |
void |
setTestQuery(java.lang.String testQuery)
Sets the value of field 'testQuery'. |
void |
setUrl(java.lang.String url)
Sets the value of field 'url'. |
void |
setUser(java.lang.String user)
Sets the value of field 'user'. |
static RdbmsDatabaseConfiguration |
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 RdbmsDatabaseConfiguration()
Method Detail |
public void deleteBatch()
public void deleteBatchSize()
public void deleteEvictionInterval()
public void deleteMaxActive()
public void deleteMaxIdle()
public void deleteMinIdleTime()
public void deleteTestBeforeUse()
public boolean getBatch()
public int getBatchSize()
public java.lang.String getClazz()
public java.lang.String getDriver()
public int getEvictionInterval()
public int getMaxActive()
public int getMaxIdle()
public int getMinIdleTime()
public java.lang.String getPassword()
public boolean getTestBeforeUse()
public java.lang.String getTestQuery()
public java.lang.String getUrl()
public java.lang.String getUser()
public boolean hasBatch()
public boolean hasBatchSize()
public boolean hasEvictionInterval()
public boolean hasMaxActive()
public boolean hasMaxIdle()
public boolean hasMinIdleTime()
public boolean hasTestBeforeUse()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public void setBatch(boolean batch)
batch
- the value of field 'batch'.public void setBatchSize(int batchSize)
batchSize
- the value of field 'batchSize'.public void setClazz(java.lang.String clazz)
clazz
- the value of field 'clazz'.public void setDriver(java.lang.String driver)
driver
- the value of field 'driver'.public void setEvictionInterval(int evictionInterval)
evictionInterval
- the value of field 'evictionInterval'public void setMaxActive(int maxActive)
maxActive
- the value of field 'maxActive'.public void setMaxIdle(int maxIdle)
maxIdle
- the value of field 'maxIdle'.public void setMinIdleTime(int minIdleTime)
minIdleTime
- the value of field 'minIdleTime'.public void setPassword(java.lang.String password)
password
- the value of field 'password'.public void setTestBeforeUse(boolean testBeforeUse)
testBeforeUse
- the value of field 'testBeforeUse'.public void setTestQuery(java.lang.String testQuery)
testQuery
- the value of field 'testQuery'.public void setUrl(java.lang.String url)
url
- the value of field 'url'.public void setUser(java.lang.String user)
user
- the value of field 'user'.public static RdbmsDatabaseConfiguration unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- public void validate() throws org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |