recycleConnection

 

public Object recycleConnection(MQManagedConnectionFactory mcf, 
                                ConnectionRequestInfo cxRequestInfo);

Finds an existing connection to a queue manager. It is called by the connection factory instance of the resource adapter.

Normal applications should not call this method.

Parameters

  • mcf - the connection factory.

  • cxRequestInfo - represents information specific to the resource adapter for handling the connection request.

Returns

  • a connection, or null if the call fails.


uj15610_