Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.event.tx
Class EventBundleTransactionHandler

java.lang.Object
  extended by org.nuxeo.ecm.core.event.tx.EventBundleTransactionHandler

public class EventBundleTransactionHandler
extends Object

Helper class to encapsulate Transaction management.

Author:
Thierry Delprat, Florent Guillaume

Constructor Summary
EventBundleTransactionHandler()
           
 
Method Summary
 void beginNewTransaction()
           
 void beginNewTransaction(Integer transactionTimeout)
           
 void commitOrRollbackTransaction()
           
 void rollbackTransaction()
           
 void setTransactionRollbackOnly()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventBundleTransactionHandler

public EventBundleTransactionHandler()
Method Detail

beginNewTransaction

public void beginNewTransaction()

beginNewTransaction

public void beginNewTransaction(Integer transactionTimeout)

rollbackTransaction

public void rollbackTransaction()

commitOrRollbackTransaction

public void commitOrRollbackTransaction()

setTransactionRollbackOnly

public void setTransactionRollbackOnly()
Since:
5.4.3

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.