Runtime components : Service components : JCA SNA Connector : JCA SNA LU62 Connector : Concepts : Implementation : Connection Management implementation
  
Connection Management implementation
The SNA JCA LU62 Connector fulfils the Connection Management Contract using the following classes:
Connection management implementation
 
Interface
Implementation class
javax.resource.cci.ConnectionFactory
com.ibm.connector.lu62.LU62ConnectionFactory
javax.resource.cci.Connection
com.ibm.connector.lu62.LU62Connection
javax.resource.spi.ManagedConnectionFactory
com.ibm.connector.lu62.LU62ManagedConnectionFactory
javax.resource.spi.ManagedConnection
com.ibm.connector.lu62.LU62ManagedConnection
javax.resource.spi.ManagedConnectionMetaData
com.ibm.connector.lu62.LU62ManagedConnectionMetadata
javax.resource.spi.ConnectionRequestInfo
com.ibm.connector.lu62.LU62ConnectionRequestInfo
The SNA JCA LU62 Connector provides the rules that determine when the particular connection can be reused and under which circumstances it should be reused. For more information, see the JCA documentation.
Go up to
Implementation