Runtime tools : Service components : JCA SNA Connector : JCA SNA LU0 Connector : Concepts : Implementation : Connection Management implementation
  
Connection Management implementation
The SNA JCA LU0 Connector fulfils the Connection Management Contract using the following classes:
Connection management implementation of JCA LU0
 
Interface
Implementation class
javax.resource.cci.ConnectionFactory
com.ibm.connector.lu0.Lu0ConnectionFactory
javax.resource.cci.Connection
com.ibm.connector.lu0.Lu0Connection
javax.resource.spi.ManagedConnectionFactory
com.ibm.connector.lu0.Lu0ManagedConnectionFactory
javax.resource.spi.ManagedConnection
com.ibm.connector.lu0.Lu0ManagedConnection
javax.resource.spi.ManagedConnectionMetaData
com.ibm.connector.lu0.Lu0ManagedConnectionMetadata
javax.resource.spi.ConnectionRequestInfo
com.ibm.connector.lu0.Lu0ConnectionRequestInfo
The SNA JCA LU0 Connector provides the rules that determines when the particular connection can be reused and under which circumstances it should be used. For more information, see the JCA documentation.
Go up to
Implementation