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:
- Serialized Form
LogicalTransactionIdEvent
protected LogicalTransactionIdEvent(Object source)
getLogicalTransactionId
public abstract LogicalTransactionId getLogicalTransactionId()
Copyright © 2008, 2013, Oracle. All rights reserved.