|
SolarMetric Kodo JDO 3.0.3 generated on February 20 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--kodo.event.AbstractTransactionListener
Abstract implementation of the TransactionListener interface
that provides no-op implementations of all methods.
| Constructor Summary | |
AbstractTransactionListener()
|
|
| Method Summary | |
void |
afterBegin(TransactionEvent event)
Notification that a transaction has begun. |
void |
afterCommit(TransactionEvent event)
Notification that a transaction has successfully committed. |
void |
afterFlush(TransactionEvent event)
Notification that a transaction has flushed all object changes. |
void |
afterRollback(TransactionEvent event)
Notification that a transaction has been rolled back. |
void |
afterStateTransitions(TransactionEvent event)
Notification that JDO state transitions are complete. |
void |
beforeCommit(TransactionEvent event)
Notification that the next flush is for the transaction commit. |
void |
beforeFlush(TransactionEvent event)
Notification that a transaction is about to flush all object changes. |
protected void |
eventOccurred(TransactionEvent event)
Catch-all for unhandled events. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractTransactionListener()
| Method Detail |
protected void eventOccurred(TransactionEvent event)
public void afterBegin(TransactionEvent event)
TransactionListenerafterBegin in interface TransactionListenerkodo.event.TransactionListenerTransactionEvent.AFTER_BEGINpublic void beforeFlush(TransactionEvent event)
TransactionListenerbeforeFlush in interface TransactionListenerkodo.event.TransactionListenerTransactionEvent.BEFORE_FLUSHpublic void afterFlush(TransactionEvent event)
TransactionListenerafterFlush in interface TransactionListenerkodo.event.TransactionListenerTransactionEvent.AFTER_FLUSHpublic void beforeCommit(TransactionEvent event)
TransactionListenerbeforeCommit in interface TransactionListenerkodo.event.TransactionListenerTransactionEvent.BEFORE_COMMITpublic void afterCommit(TransactionEvent event)
TransactionListenerafterCommit in interface TransactionListenerkodo.event.TransactionListenerTransactionEvent.AFTER_COMMITpublic void afterRollback(TransactionEvent event)
TransactionListenerafterRollback in interface TransactionListenerkodo.event.TransactionListenerTransactionEvent.AFTER_ROLLBACKpublic void afterStateTransitions(TransactionEvent event)
TransactionListenerafterStateTransitions in interface TransactionListenerkodo.event.TransactionListenerTransactionEvent.AFTER_STATE_TRANSITIONS
|
SolarMetric Kodo JDO 3.0.3 generated on February 20 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||