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