|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object TestCase org.logicalcobwebs.proxool.AbstractProxoolTest org.logicalcobwebs.proxool.admin.jmx.AbstractJMXTest
public class AbstractJMXTest
Parent class for the JMX tests.
Constructor Summary | |
---|---|
AbstractJMXTest(java.lang.String alias)
|
Method Summary | |
---|---|
protected java.util.Properties |
createBasicPool(java.lang.String alias)
Create a very basic Proxool pool. |
protected java.util.Properties |
createBasicProperties(java.lang.String alias)
Create some very basic Proxool configuration. |
Methods inherited from class org.logicalcobwebs.proxool.AbstractProxoolTest |
---|
setUp, tearDown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractJMXTest(java.lang.String alias)
junit.framework.TestCase#TestCase(java.lang.String)
Method Detail |
---|
protected java.util.Properties createBasicPool(java.lang.String alias) throws java.sql.SQLException
alias
- the alias of the pool
java.sql.SQLException
- if the pool creation fails.protected java.util.Properties createBasicProperties(java.lang.String alias)
alias
- the alias of the pool to be configured.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |