Package oracle.jdbc

Class LogicalTransactionIdEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public abstract class LogicalTransactionIdEvent
    extends java.util.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:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LogicalTransactionIdEvent​(java.lang.Object source)  
    • Constructor Detail

      • LogicalTransactionIdEvent

        protected LogicalTransactionIdEvent​(java.lang.Object source)