Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 4 Examples : Tracker Client API Calls

Tracker Client API Calls
SXKADSSI
Function
Purpose
Sends TIBCO Mainframe Service Tracker alert or notification messages.
C Declaration
sxk_status_char SXKADSSI (
    char* SubsystemId,
    *Structure,
    Function);
COBOL Call
CALL 'SXKADSSI'
USING BY REFERENCE    SubsystemId,
BY REFERENCE    Structure,
BY VALUE        Function
RETURNING  sxk_status_char
END-CALL.
 
Parameters
 
SXKACSSI
Function
Purpose
Communicates with TIBCO Mainframe Service Tracker through Smart Clients.
C Declaration
sxk_status_char SXKACSSI (
    char* SubsystemId,
    *Structure,
    NULL);
COBOL Call
CALL 'SXKACSSI'
USING BY REFERENCE    SubsystemId,
BY REFERENCE    Structure,
BY REFERENCE    NULL
RETURNING  sxk_status_char
END-CALL.
 
Parameters
 
The structure that contains the information to be sent and that differs for each type of call to the Tracker Server.
Remarks
For details on the values and structure, see Batch Sample of Tracker Smart Client.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved