Nuxeo Enterprise Platform 5.4

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

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

public class EventBundleTransactionHandler
extends java.lang.Object

Helper class to encapsulate Transaction management.

Author:
Thierry Delprat, Florent Guillaume

Constructor Summary
EventBundleTransactionHandler()
           
 
Method Summary
 void beginNewTransaction()
           
 void beginNewTransaction(java.lang.Integer transactionTimeout)
           
 void commitOrRollbackTransaction()
           
 void rollbackTransaction()
           
 
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(java.lang.Integer transactionTimeout)

rollbackTransaction

public void rollbackTransaction()

commitOrRollbackTransaction

public void commitOrRollbackTransaction()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.