Previous Topic: C#—.NET Server Manager Runtime ExitsNext Topic: Java—Middleware Exits Supporting Server-to-Server Flows


C/C++—Middleware Exits Supporting Server-to-Server Flows

The following table briefly describes this exit.

Server Side Middleware: Language: C/C++ Function Area: Communications

Comm. Type

User Exit Name

Source Code

Description

MQSeries

CI_MQS_DPC_Exit

cimqsvex.c

Programmatic runtime override of various pieces of information used to interface with MQSeries.

MQSeries

CI_MQS_DynamicQName_Exit

cimqsvex.c

Override the default structure of Dynamic Reply to Queues.

MQSeries

CI_MQS_DPC_setReportOptions

cimqsvex.c

Override the default report options set in the MQPut message descriptor.

Tuxedo

ci_s_user_data_out

cistuxx.c

Give the user the opportunity to inspect or modify the cooperative flow request buffer prior to it being passed to the server manager.

Tuxedo

ci_s_user_data_in

cistuxx.c

Give the user the opportunity to inspect or modify the cooperative flow request buffer on return from the server manager.

Tuxedo

ci_s_post_begin

cistuxx.c

This user exit is called after Tuxedo's tpbegin() is invoked.

Tuxedo

ci_s_pre_end

cistuxx.c

This user exit is called just prior to a transaction being committed using Tuxedo's tpcommit().

Tuxedo

ci_s_post_end

cistuxx.c

This user exit is called just after a transaction has been committed using Tuxedo's tpcommit().

Tuxedo

ci_s_post_svrinit

cistuxx.c

This user exit is called during server initialization by Tuxedo's tmboot processing.

Tuxedo

ci_s_post_svrdone

cistuxx.c

This user exit is called during server shutdown by Tuxedo's tmshutdown processing.

Note: For more information about the user exits, see the User Exit Reference Guide.