|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ApplicationContext.TransactionListener
Interface for listening to transaction events. Implement this interface to listen to 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 |
|---|
void transactionStart(Application application,
Object transactionData)
application - the Application object.transactionData - the Data identifying the transaction.
void transactionEnd(Application application,
Object transactionData)
applcation - the Application object.transactionData - the Data identifying the transaction.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||