Uses of Class
jakarta.resource.spi.ConnectionEvent
-
Packages that use ConnectionEvent Package Description jakarta.resource.spi The jakarta.resource.spi package contains APIs for the system contracts defined in the Jakarta Connectors specification. -
-
Uses of ConnectionEvent in jakarta.resource.spi
Methods in jakarta.resource.spi with parameters of type ConnectionEvent Modifier and Type Method Description void
ConnectionEventListener. connectionClosed(ConnectionEvent event)
Notifies that an application component has closed the connection.void
ConnectionEventListener. connectionErrorOccurred(ConnectionEvent event)
Notifies a connection related error.void
ConnectionEventListener. localTransactionCommitted(ConnectionEvent event)
Notifies that a Resource Manager Local Transaction was committed on the ManagedConnection instance.void
ConnectionEventListener. localTransactionRolledback(ConnectionEvent event)
Notifies that a Resource Manager Local Transaction was rolled back on the ManagedConnection instance.void
ConnectionEventListener. localTransactionStarted(ConnectionEvent event)
Notifies that a Resource Manager Local Transaction was started on the ManagedConnection instance.
-