org.melati.poem
Class CommitLogEvent

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

public class CommitLogEvent
extends PoemLogEvent

A record of a committed transaction.


Field Summary
 PoemTransaction transaction
          The Transaction we are in.
 
Constructor Summary
CommitLogEvent(PoemTransaction transaction)
          Constructor.
 
Method Summary
 String toString()
          
 
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

CommitLogEvent

public CommitLogEvent(PoemTransaction transaction)
Constructor.

Method Detail

toString

public String toString()

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


Copyright © 2000-2010 PanEris. All Rights Reserved.