Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.event
Interface EventTransactionListener

All Known Implementing Classes:
TransactedEventServiceImpl

Deprecated. was put in place in 5.1 version and maintained for compatibility only.

public interface EventTransactionListener

Author:
Bogdan Stefanescu

Method Summary
 void transactionCommitted()
          Deprecated. Invoked multiple time when the transaction is committing, one for each session supported by the transaction.
 void transactionRollbacked()
          Deprecated. Invoked multiple time when the transaction is roll-backing, one for each session supported by the transaction.
 void transactionStarted()
          Deprecated. Invoked multiple time each time a session is created inside a transaction.
 

Method Detail

transactionStarted

void transactionStarted()
Deprecated. 
Invoked multiple time each time a session is created inside a transaction.


transactionRollbacked

void transactionRollbacked()
Deprecated. 
Invoked multiple time when the transaction is roll-backing, one for each session supported by the transaction.


transactionCommitted

void transactionCommitted()
Deprecated. 
Invoked multiple time when the transaction is committing, one for each session supported by the transaction.


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.