com.itmill.toolkit.service
Interface ApplicationContext.TransactionListener

Enclosing interface:
ApplicationContext

public static 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.


Method Summary
 void transactionEnd(Application application, Object transactionData)
          Invoked at the end of every transaction.
 void transactionStart(Application application, Object transactionData)
          Invoked at the beginning of every transaction.
 

Method Detail

transactionStart

void transactionStart(Application application,
                      Object transactionData)
Invoked at the beginning of every transaction.

Parameters:
application - the Application object.
transactionData - the Data identifying the transaction.

transactionEnd

void transactionEnd(Application application,
                    Object transactionData)
Invoked at the end of every transaction.

Parameters:
applcation - the Application object.
transactionData - the Data identifying the transaction.


Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.