Package com.atomikos.icatch.event.transaction

Examples of com.atomikos.icatch.event.transaction.TransactionHeuristicEvent


    if ( TxState.HEUR_ABORTED.equals(state) ||
         TxState.HEUR_COMMITTED.equals(state) ||
       TxState.HEUR_HAZARD.equals(state) ||
       TxState.HEUR_MIXED.equals(state)
      ) {
      publishDomainEvent(new TransactionHeuristicEvent(root_));
    }
  }
View Full Code Here

TOP

Related Classes of com.atomikos.icatch.event.transaction.TransactionHeuristicEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.