Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.server
Class TransactionEvent

java.lang.Object
  extended by oracle.adfnmc.util.eventing.EventObject
      extended by oracle.jbo.server.TransactionEvent

public class TransactionEvent
extends 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

Field Summary
 
Fields inherited from class oracle.adfnmc.util.eventing.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 oracle.adfnmc.util.eventing.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionEvent

public TransactionEvent(DBTransaction t)
Creates a transaction event.

Parameters:
t - the transaction that initiated the event.
Method Detail

getDBTransaction

public DBTransaction getDBTransaction()
Gets the transaction that initiated the event.

Returns:
the transaction.

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.