|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
org.objectweb.cjdbc.scenario.tools.testlet.AbstractTestLet
org.objectweb.cjdbc.scenario.tools.testlet.AbstractConnectionTestLet
This class defines a AbstractTestLet. This expands the test let to connection oriented test lets.
Field Summary | |
protected java.sql.Connection |
jdbcConnection
|
Fields inherited from class org.objectweb.cjdbc.scenario.tools.testlet.AbstractTestLet |
COLUMN_NAME, config, FILE_NAME, IGNORE_CASE, ITERATION, LIST_FAILOVER_BACKENDS, MACRO_NAME, NUMBER_OF_UPDATES, PROCEDURE_NAME, SELECTED_COLUMNS, TABLE_METADATA_COLUMNS, TABLE_NAME, UPDATED_COLUMN_VALUE, USE_CJDBC_CLASS, USE_OPTIMIZED_STATEMENT, USE_PREPARED_STATEMENT, USE_TRANSACTIONS, USE_UPDATE_STATEMENT, VIRTUAL_DATABASE |
Constructor Summary | |
AbstractConnectionTestLet(java.sql.Connection con)
Creates a new AbstractTestLet object |
Method Summary | |
java.sql.Connection |
getJdbcConnection()
Returns the jdbcConnection value. |
void |
setJdbcConnection(java.sql.Connection jdbcConnection)
Sets the jdbcConnection value. |
Methods inherited from class org.objectweb.cjdbc.scenario.tools.testlet.AbstractTestLet |
checkMemoryUsage, configure, execute, executeBatch, executeBatch, getConfig, getConfigBoolean, getInitialMemoryUsage, getTotalMemoryUsage, getTotalTimeUsage, ignoreCase, set, setConfig, useCJDBCClass, usePreparedStatement, useTransaction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.sql.Connection jdbcConnection
Constructor Detail |
public AbstractConnectionTestLet(java.sql.Connection con)
AbstractTestLet
object
con
- connection to use for testingMethod Detail |
public java.sql.Connection getJdbcConnection()
public void setJdbcConnection(java.sql.Connection jdbcConnection)
jdbcConnection
- The jdbcConnection to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |