com.atomikos.icatch.event.transaction
Class TransactionHeuristicEvent

java.lang.Object
  extended by com.atomikos.icatch.event.Event
      extended by com.atomikos.icatch.event.transaction.TransactionEvent
          extended by com.atomikos.icatch.event.transaction.TransactionHeuristicEvent
All Implemented Interfaces:
Serializable

public class TransactionHeuristicEvent
extends TransactionEvent

Signals heuristic outcomes. Multiple of these events can be raised for the same transaction, since the transaction core will typically retry to terminate heuristic transactions.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atomikos.icatch.event.transaction.TransactionEvent
transactionId
 
Fields inherited from class com.atomikos.icatch.event.Event
eventCreationTimestamp
 
Constructor Summary
TransactionHeuristicEvent(String transactionId)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionHeuristicEvent

public TransactionHeuristicEvent(String transactionId)


Copyright © 2013. All Rights Reserved.