Home | Trees | Indices | Help |
|
---|
|
object --+ | ITransactionListener
Interface for listening to transaction events. Implement this interface to listen to all transactions between the client and the application.
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Invoked at the beginning of every transaction. The transaction is linked to the context, not the application so if you have multiple applications running in the same context you need to check that the request is associated with the application you are interested in. This can be done looking at the application parameter.
|
Invoked at the end of every transaction. The transaction is linked to the context, not the application so if you have multiple applications running in the same context you need to check that the request is associated with the application you are interested in. This can be done looking at the application parameter.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 20 16:01:20 2013 | http://epydoc.sourceforge.net |