Uses of Interface
javax.resource.spi.ConnectionEventListener
-
Packages that use ConnectionEventListener 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 ConnectionEventListener in javax.resource.spi
Methods in javax.resource.spi with parameters of type ConnectionEventListener Modifier and Type Method Description voidManagedConnection. 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.
-