|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject oracle.jbo.server.TransactionEvent
public class TransactionEvent
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
.
TransactionHandler
,
TransactionListener
,
TransactionPostListener
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
TransactionEvent(DBTransaction t)
Creates a transaction event. |
Method Summary | |
---|---|
DBTransaction |
getDBTransaction()
Gets the transaction that initiated the event. |
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 |
Constructor Detail |
---|
public TransactionEvent(DBTransaction t)
t
- the transaction that initiated the event.Method Detail |
---|
public DBTransaction getDBTransaction()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |