|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String |
getConnectionProperties()
Return the connection properties of the pool (see setConnectionProperties() for details. |
int |
getFreeCount()
Return the number of available objects in the pool |
java.lang.String |
getJdbcDrivers()
Return a list of JDBC driver classes to load, separated by colon/semicolon or comma. |
java.lang.String |
getJdbcURL()
Return the jdbcURL accessed by this pool |
int |
getSize()
Return the size of the pool |
int |
getUsedCount()
Return the number of used objects in the pool |
void |
setConnectionProperties(java.lang.String connectionProperties)
Set the connection properties of the pool. |
void |
setJdbcDrivers(java.lang.String jdbcDrivers)
Set the list of JDBC driver classes to load, separated by colon/semicolon or comma. |
void |
setJdbcURL(java.lang.String jdbcURL)
Set the jdbcURL accessed by this pool |
void |
setSize(int size)
Set the size of the pool |
Method Detail |
public int getFreeCount()
public int getUsedCount()
public int getSize()
public void setSize(int size) throws javax.management.MBeanException
size
- the size of the pool
javax.management.MBeanException
public java.lang.String getJdbcURL()
public void setJdbcURL(java.lang.String jdbcURL) throws javax.management.MBeanException
javax.management.MBeanException
public void setConnectionProperties(java.lang.String connectionProperties) throws javax.management.MBeanException
connectionProperties
- the String defining the properties
javax.management.MBeanException
public java.lang.String getConnectionProperties()
setConnectionProperties()
for details.
public java.lang.String getJdbcDrivers()
public void setJdbcDrivers(java.lang.String jdbcDrivers) throws javax.management.MBeanException
jdbcDrivers
- the list of JDBC driver classes to load,
separated by colon/semicolon or comma.
javax.management.MBeanException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |