Package oracle.jdbc

Class 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:
    Serialized Form
    • Constructor Detail

      • LogicalTransactionIdEvent

        protected LogicalTransactionIdEvent​(Object source)