|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.protocol.jdbc.AbstractJDBCTestElement
org.apache.jmeter.protocol.jdbc.processor.AbstractJDBCProcessor
public abstract class AbstractJDBCProcessor
As pre- and post-processors essentially do the same this class provides the implmentation.
| Field Summary |
|---|
| Fields inherited from class org.apache.jmeter.protocol.jdbc.AbstractJDBCTestElement |
|---|
ENCODING |
| Fields inherited from interface org.apache.jmeter.testelement.TestElement |
|---|
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS |
| Constructor Summary | |
|---|---|
AbstractJDBCProcessor()
|
|
| Method Summary | |
|---|---|
protected void |
process()
Calls the JDBC code to be executed. |
| Methods inherited from class org.apache.jmeter.protocol.jdbc.AbstractJDBCTestElement |
|---|
close, close, close, execute, getDataSource, getQuery, getQueryArguments, getQueryArgumentsTypes, getQueryType, getResultVariable, getSearchableTokens, getVariableNames, setDataSource, setQuery, setQueryArguments, setQueryArgumentsTypes, setQueryType, setResultVariable, setVariableNames, testEnded, testEnded, testIterationStart, testStarted, testStarted, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractJDBCProcessor()
| Method Detail |
|---|
protected void process()
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||