BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Programming   |   Topic List   |   Previous   |   Next   |   Contents

   Programming a BEA Tuxedo Application Using COBOL

Posting Events

The TPPOST(3cbl) routine enables a BEA Tuxedo client or server to post an event.

Use the following signature to call the TPPOST routine.

01  TPEVTDEF-REC.
COPY TPEVTDEF.

01 TPTYPE-REC.
COPY TPSTATUS.

01 TPDATA-REC.
COPY TPSTATUS.

01 TPSTATUS-REC.
COPY TPSTATUS.

CALL "TPPST" USING TPEVTDEF-REC TPTYPE-REC TPDATA-REC TPSTATUS-REC

Refer to Subscribing to Events for a detailed description of the TPEVTDEF-REC data structure, and to Defining a Service for a description of the TPTYPE-REC record.