TestMultiThread

The is an abstract operation for {@link TestMulti}.

Methods
void begin()
Execute statements before entering the loop, but after starting the thread.
void begin() throws SQLException
Execute statements before entering the loop, but after starting the thread.
void end()
This method is called once after the test is stopped.
void end() throws SQLException
This method is called once after the test is stopped.
void finalTest()
This method is called once after all threads have been stopped.
void finalTest() throws SQLException
This method is called once after all threads have been stopped.
void first()
Execute statements that need to be executed before starting the thread.
void first() throws SQLException
Execute statements that need to be executed before starting the thread. This includes CREATE TABLE statements.
void operation()
The main operation to perform.
void operation() throws SQLException
The main operation to perform. This method is called in a loop.
void run()
void run()

Fields
static TestMulti base
static Random random

base

The base object.

random

The random number generator.