|
|||||||||
| 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.TransactionRollingbackEvent
public class TransactionRollingbackEvent
This event is sent when the transaction given is about to roll back. The transaction is usable, but all operations will be rolled back anyway. Exceptions thrown in the handler of this event will not cause the rollback process to abort, so all handlers a guaranteed to be invoked, and the rollback is guaranteed to occur.
| Constructor Summary | |
|---|---|
TransactionRollingbackEvent(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 TransactionRollingbackEvent(Transaction transaction)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||