|
|||||||||
| 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.TransactionRolledbackEvent
public class TransactionRolledbackEvent
This event is sent when the transaction given has rolled back physically. Note: Do not use the transaction object for any additional operations, as it is already closed, and not usable.
| Constructor Summary | |
|---|---|
TransactionRolledbackEvent(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 TransactionRolledbackEvent(Transaction transaction)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||