Previous Topic: User Exit FunctionsNext Topic: Server Runtime Exits


C/C++ Client Runtime Exits

The following user exits influence the processing within the GUI Runtime.

User Exit Name

Source Code

Description

WRSECTOKEN

wrexitn.c

Client-Side Security exit

WRSRVRERROR

wrexitn.c

Sync Cooperative flow server error exit

The following user exits influence the processing within the C and COM Proxy Runtime.

User Exit Name

Source Code

Description

WRSECTOKEN

proxyxit.c

Client-Side Security exit

The following user exits influence the behavior of the C Tuxedo CoopFlow processing.

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 structure.

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_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_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 the same host (used for server-to-server flows).

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 the same host. Additionally, this exit allows the client to disconnect from the server following each flow (used for server-to-server flows).

The following user exits influence the behavior of the Java Tuxedo CoopFlow processing.

Java Class Name

Description

TUXDynamicSecurityExit

The Java Tuxedo client security user exit

TUXDynamicCoopFlowExit

The Java Tuxedo Cooperative flow user exit