|
SolarMetric Kodo JDO 3.1.6 generated on August 25 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An entity that wishes to be notified on certain PersistenceManager transactional status changes.
| 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. |
| Method Detail |
public void afterBegin(TransactionEvent event)
TransactionEvent.AFTER_BEGINpublic void beforeFlush(TransactionEvent event)
TransactionEvent.BEFORE_FLUSHpublic void afterFlush(TransactionEvent event)
TransactionEvent.AFTER_FLUSHpublic void beforeCommit(TransactionEvent event)
TransactionEvent.BEFORE_COMMITpublic void afterCommit(TransactionEvent event)
TransactionEvent.AFTER_COMMITpublic void afterRollback(TransactionEvent event)
TransactionEvent.AFTER_ROLLBACKpublic void afterStateTransitions(TransactionEvent event)
TransactionEvent.AFTER_STATE_TRANSITIONS
|
SolarMetric Kodo JDO 3.1.6 generated on August 25 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||