Connection Management implementation

The SNA JCA LU0 Connector fulfils the Connection Management Contract using the following classes:

Table 1. 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.