Interface ApplicationContext.TransactionListener

Interface for listening the application transaction events. Implementations of this interface can be used to listen all transactions between the client and the application.

transactionEnd(Application, Object)

Parameters

transactionData

Data identifying the transaction.

Invoked at the end of every transaction.

transactionStart(Application, Object)

Parameters

transactionData

Data identifying the transaction.

Invoked at the beginning of every transaction.