Package oracle.jdbc

Class LogicalTransactionIdEvent

java.lang.Object
java.util.EventObject
oracle.jdbc.LogicalTransactionIdEvent
All Implemented Interfaces:
Serializable

public abstract class LogicalTransactionIdEvent extends EventObject
The event that corresponds to a new Logical Transaction Id. These events are sent by the database server and processed by the driver which notifies the registered listeners. See LogicalTransactionIdEventListener.
See Also:
  • Constructor Details

    • LogicalTransactionIdEvent

      protected LogicalTransactionIdEvent(Object source)
  • Method Details