org.melati.poem
Class RollbackLogEvent

Package class diagram package RollbackLogEvent
java.lang.Object
  extended by org.melati.poem.PoemLogEvent
      extended by org.melati.poem.RollbackLogEvent

public class RollbackLogEvent
extends PoemLogEvent

A record of a cancelled transaction.


Field Summary
 PoemTransaction transaction
          The Transaction we are in.
 
Constructor Summary
RollbackLogEvent(PoemTransaction transaction)
          Constructor.
 
Method Summary
 String toString()
          A description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

transaction

public PoemTransaction transaction
The Transaction we are in.

Constructor Detail

RollbackLogEvent

public RollbackLogEvent(PoemTransaction transaction)
Constructor.

Method Detail

toString

public String toString()
A description.

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2000-2010 PanEris. All Rights Reserved.