|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.melati.poem.PoemLogEvent org.melati.poem.CommitLogEvent
public class CommitLogEvent
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 |
---|
public PoemTransaction transaction
Constructor Detail |
---|
public CommitLogEvent(PoemTransaction transaction)
Method Detail |
---|
public String toString()
toString
in class Object
Object.toString()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |