Package oracle.jdbc
Interface LogicalTransactionIdEventListener
- All Superinterfaces:
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
Modifier and TypeMethodDescriptionvoidThis method is executed whenever the server sends a new Logical Transaction Id event.
-
Method Details
-
onLogicalTransactionIdEvent
This method is executed whenever the server sends a new Logical Transaction Id event.
-