Uses of Class
org.exoplatform.services.transaction.TransactionException

Packages that use TransactionException
org.exoplatform.services.transaction   
 

Uses of TransactionException in org.exoplatform.services.transaction
 

Methods in org.exoplatform.services.transaction that throw TransactionException
 void TransactionResource.commit()
          called when transaction is committing (by javax.transaction.xa.XAResource#commit(javax.transaction.xa.Xid, boolean))
 void TransactionResource.rollback()
          called when transaction is rolling back (by javax.transaction.xa.XAResource#rollback(javax.transaction.xa.Xid))
 void TransactionResource.start()
          called when transaction is starting (by javax.transaction.xa.XAResource#start(javax.transaction.xa.Xid, int))
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.