Skip navigation links
oracle.jbo.server
Class TransactionEvent
java.lang.Object
java.util.EventObject
oracle.jbo.server.TransactionEvent
- All Implemented Interfaces:
- java.io.Serializable
-
public class TransactionEvent
- extends java.util.EventObject
The events generated by DBTransaction
during post and commit transactions.
Transaction events are generated by the transaction framework, and need not be created by applications. Applications can subscribe to these events by implementing and registering a transaction event listener with DBTransaction
or Entity
.
- Since:
- JDevloper 3.0
- See Also:
TransactionHandler
, TransactionListener
, TransactionPostListener
, Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TransactionEvent
public TransactionEvent(DBTransaction t)
- Creates a transaction event.
- Parameters:
t
- the transaction that initiated the event.
getDBTransaction
public DBTransaction getDBTransaction()
- Gets the transaction that initiated the event.
-
- Returns:
- the transaction.
Skip navigation links
Copyright © 1997, 2009, Oracle. All rights reserved.