|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbunit.DefaultOperationListener
public class DefaultOperationListener
Default implementation of the IOperationListener.
| Field Summary |
|---|
| Fields inherited from interface org.dbunit.IOperationListener |
|---|
NO_OP_OPERATION_LISTENER |
| Constructor Summary | |
|---|---|
DefaultOperationListener()
|
|
| Method Summary | |
|---|---|
void |
connectionRetrieved(IDatabaseConnection connection)
Is invoked immediately after a connection was newly created or an existing connection is retrieved to do some work on it. |
void |
operationSetUpFinished(IDatabaseConnection connection)
Notification of the completion of the IDatabaseTester.onSetup() method. |
void |
operationTearDownFinished(IDatabaseConnection connection)
Notification of the completion of the IDatabaseTester.onTearDown() method
Should close the given connection if desired. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultOperationListener()
| Method Detail |
|---|
public void connectionRetrieved(IDatabaseConnection connection)
IOperationListenerDatabaseConfig of the connection with user defined parameters.
connectionRetrieved in interface IOperationListenerconnection - The database connectionpublic void operationSetUpFinished(IDatabaseConnection connection)
IOperationListenerIDatabaseTester.onSetup() method.
Should close the given connection if desired.
operationSetUpFinished in interface IOperationListenerconnection - The database connectionpublic void operationTearDownFinished(IDatabaseConnection connection)
IOperationListenerIDatabaseTester.onTearDown() method
Should close the given connection if desired.
operationTearDownFinished in interface IOperationListenerconnection - The database connection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||