Connector Architecture 1.6 API 1.0.0.Final

Uses of Interface
javax.resource.spi.ConnectionEventListener

Packages that use ConnectionEventListener
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
 void ManagedConnection.addConnectionEventListener(ConnectionEventListener listener)
          Adds a connection event listener to the ManagedConnection instance.
 void ManagedConnection.removeConnectionEventListener(ConnectionEventListener listener)
          Removes an already registered connection event listener from the ManagedConnection instance.
 


Connector Architecture 1.6 API 1.0.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.