Tuxedo server runtime exits provide opportunities to access the request/reply buffer during the flow, as well as providing an opportunity to influence the Tuxedo server runtime component.
|
User Exit Name |
Source Code |
Description |
|---|---|---|
|
ci_s_user_data_out |
cistuxx.c |
Gives you the opportunity to inspect or modify the cooperative flow request buffer prior to it being passed to the server manager. |
|
ci_s_user_data_in |
cistuxx.c |
Gives you the opportunity to inspect or modify the cooperative flow request buffer on return from the server manager. |
|
ci_s_post_begin |
cistuxx.c |
This user exit is called after Tuxedo tpbegin() is invoked. |
|
ci_s_pre_end |
cistuxx.c |
This user exit is called just prior to a transaction being committed using Tuxedo tpcommit(). |
|
ci_s_post_end |
cistuxx.c |
This user exit is called just after a transaction has been committed using Tuxedo tpcommit(). |
|
ci_s_post_svrinit |
cistuxx.c |
This user exit is called during server initialization by Tuxedo tmboot processing. |
|
ci_s_post_svrdone |
cistuxx.c |
This user exit is called during server shutdown by Tuxedo tmshutdown processing. |
Note: For more information about the server runtime user exits, see the User Exit Reference Guide.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|