Required Parameter Group: | |||
1 | request variable | Input | Char(*) |
2 | length of request variable | Input | Binary(4) |
3 | request variable format | Input | Char(8) |
4 | error code | I/O | Char(*) |
Library Name/Service Program: QTCM/QZHTINCONF | |||
Threadsafe: Yes |
The QzhtAddTCMODGDesc API adds new object dependency graph (ODG) descriptions to the configuration of triggered cache manager servers. New object dependency graph descriptions are referenced subsequently, but name, from trigger handler descriptions associated with the same server. New object dependency graph descriptions are utilized by all descriptions referencing them the next time the servers are started.
The QTCM/H(QZHTINCONF) header file includes ILE C prototypes for this API.
The variable used to pass information used to add a new object dependency graph description.
The number of bytes that the calling program provides for request variable.
The format name of Request variable data. The following values must be used:
The structure in which to return error information.
Offset | Type | Field | |
---|---|---|---|
Dec | Hex | ||
0 | 0 | Char(32) | Server name |
32 | 20 | Char(32) | Object dependency graph description name |
64 | 40 | Binary(4) | Default property |
68 | 44 | Binary(4) | Allow API updates |
Special values and their meanings are as follows:
1 | QZHT_YES, QZHT_TRUE, QZHT_ENABLED: The object dependency graph is updated using APIs via the triggered cache manager server, as well as from trigger handler process parsing. |
0 | QZHT_NO, QZHT_FALSE, QZHT_DISABLED: The object dependency graph may not be updated using APIs through the triggered cache manager server. Only updates as a result of trigger handler publish parsing are allowed. |
-1 | QZHT_DEFAULT: The default value is used. |
Special values and their meanings are as follows:
1 | QZHT_YES, QZHT_TRUE, QZHT_ENABLED: The description is to become the default object dependency graph description for this server. |
0 | QZHT_NO, QZHT_FALSE, QZHT_DISABLED: The description is not to become the default object dependency graph description. |
-1 | QZHT_DEFAULT: The default value is used. |