Interface JCoManagedConnectionFactory

    • Method Detail

      • getManagedConnection

        JCoConnection getManagedConnection​(java.lang.String connectionName,
                                           java.lang.String callerId)
        Returns a managed connection by a given connection name.
        Parameters:
        connectionName - name of the connection
        callerId - id for identifying the caller used for debugging
        Returns:
        managed connection instance
      • getManagedConnection

        JCoConnection getManagedConnection​(java.lang.String connectionName,
                                           java.lang.String callerId,
                                           java.lang.String destinationName)
        Returns a managed connection by a given connection name.
        Parameters:
        connectionName - name of the connection
        callerId - id for identifying the caller used for debugging
        destinationName - name of the destination to be used
        Returns:
        managed connection instance