com.atomikos.icatch.event.transaction
Class TransactionEvent

java.lang.Object
  extended by com.atomikos.icatch.event.Event
      extended by com.atomikos.icatch.event.transaction.TransactionEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TransactionAbortedEvent, TransactionCommittedEvent, TransactionCreatedEvent, TransactionHeuristicEvent, TransactionReadOnlyEvent

public abstract class TransactionEvent
extends Event

Domain event raised whenever something significant happens in the transaction life cycle.

See Also:
Serialized Form

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

Field Detail

transactionId

public String transactionId
Constructor Detail

TransactionEvent

protected TransactionEvent(String transactionId)


Copyright © 2013. All Rights Reserved.