Previous Topic: Related User ExitsNext Topic: CI_C_SEC_SET—Tuxedo Cooperative Flow Security Exit


Tuxedo

All supplied Tuxedo Transport user exits are written using the C programming language. The following table briefly describes the Tuxedo Exits:

Tuxedo Transport: Language: C

User Exit Name

Source Code

Description

CI_C_SEC_SET

cictuxwsx.c

Set User Supplied Security Data Into The Security Data Fields Located In Tuxedo Tpinit

CI_C_USER_DATA_IN

cictuxwsx.c

Gives You The Opportunity To Inspect Or Modify The Cooperative Flow Request Buffer On Return From The Target Tuxedo Service. Invoked On Return From The Tpcall For Those Clients Connecting To Tuxedo Servers Residing On A Separate Host. Additionally, This Exit Allows The Client To Disconnect From The Server Following Each Flow

CI_C_USER_DATA_IN

cictuxx.c

Gives You The Opportunity To Inspect Or Modify The Cooperative Flow Request Buffer On Return From The Target Tuxedo Service. Invoked On Return From The Tpcall For Those Clients Connecting To Tuxedo Servers Residing On A Separate Host. Additionally, This Exit Allows The Client To Disconnect From The Server Following Each Flow (used For Server To Server Flows)

CI_C_USER_DATA_OUT

cictuxwsx.c

Gives You The Opportunity To Inspect Or Modify The Cooperative Flow Request Buffer Prior To Tuxedo Sending The Request To The Target Tuxedo Service. Invoked Prior To The Tpcall For Those Clients Connecting To Tuxedo Servers Residing On A Separate Host

CI_C_USER_DATA_OUT

cictuxx.c

Gives You The Opportunity To Inspect Or Modify The Cooperative Flow Request Buffer Prior To Tuxedo Sending The Request To The Target Tuxedo Service. Invoked Prior To The Tpcall For Those Clients Connecting To Tuxedo Servers Residing On A Separate Host (used For Server To Server Flows)

CI_EVENT_HANDLER

cictuxwsx.c

Provides ability to handle events

Note that both cictuxwsx.c and cictuxx.c have essentially the same user exits. The difference is that the user exits in cictuxwsx.c are used for client/server flows, while the user exits in cictuxx.c are used for server to server flows.

Details for the preceding user exits follow in a separate section for each.