Uses of Interface
jakarta.resource.spi.ConnectionEventListener
Packages that use ConnectionEventListener
Package
Description
The jakarta.resource.spi package contains APIs for the system
contracts defined in the Jakarta Connectors specification.
-
Uses of ConnectionEventListener in jakarta.resource.spi
Methods in jakarta.resource.spi with parameters of type ConnectionEventListenerModifier and TypeMethodDescriptionvoidManagedConnection.addConnectionEventListener(ConnectionEventListener listener) Adds a connection event listener to the ManagedConnection instance.voidManagedConnection.removeConnectionEventListener(ConnectionEventListener listener) Removes an already registered connection event listener from the ManagedConnection instance. -
Uses of ConnectionEventListener in org.apache.activemq.artemis.ra
Methods in org.apache.activemq.artemis.ra with parameters of type ConnectionEventListenerModifier and TypeMethodDescriptionvoidActiveMQRAManagedConnection.addConnectionEventListener(ConnectionEventListener l) Adds a connection event listener to the ManagedConnection instance.voidActiveMQRAManagedConnection.removeConnectionEventListener(ConnectionEventListener l) Removes an already registered connection event listener from the ManagedConnection instance.