|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthu.netmind.beankeeper.event.TransactionEvent
hu.netmind.beankeeper.event.TransactionCommittingEvent
public class TransactionCommittingEvent
This event is sent when the transaction given is about to commit. Exceptions thrown in this handler will cause the commit process to abort, and start the rollback process, so it is not guaranteed that after sending out this event, the transaction will commit physically. The transaction inside this event can be used to perform additional operations.
| Constructor Summary | |
|---|---|
TransactionCommittingEvent(Transaction transaction)
|
|
| Method Summary |
|---|
| Methods inherited from class hu.netmind.beankeeper.event.TransactionEvent |
|---|
getTransaction, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionCommittingEvent(Transaction transaction)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||