public class DefaultOperationListener extends Object implements IOperationListener
IOperationListener.NO_OP_OPERATION_LISTENER| Constructor and Description |
|---|
DefaultOperationListener() |
| Modifier and Type | Method and Description |
|---|---|
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. |
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 connectionCopyright © 2002-2017. All Rights Reserved.