Oracle JDBC API Reference
12c Release 1 ("12.1.0.2.0")
E17663-03

oracle.jdbc
Interface LogicalTransactionIdEventListener

All Superinterfaces:
EventListener

public interface LogicalTransactionIdEventListener
extends EventListener

A class that is interested in processing Logical Transaction Id events must implement this interface. A listener instance is registered using one of the OracleConnection.addLogicalTransactionIdEventListener flavors.


Method Summary
 void onLogicalTransactionIdEvent(LogicalTransactionIdEvent event)
          This method is executed whenever the server sends a new Logical Transaction Id event.
 

Method Detail

onLogicalTransactionIdEvent

void onLogicalTransactionIdEvent(LogicalTransactionIdEvent event)
This method is executed whenever the server sends a new Logical Transaction Id event.


Oracle JDBC API Reference
12c Release 1 ("12.1.0.2.0")
E17663-03

Copyright © 2008, 2013, Oracle. All rights reserved.