Timer domain’s generic format

Table 107 describes the generic format owned by the timer domain and shows the function performed on the calls.

Table 107. Generic format owned by the timer domain
Format Calling module Function
TISR DFHTISR
NOTIFY

In the descriptions of the formats that follow, the "input" parameters are input not to timer domain, but to the domain being called by the timer. Similarly, the "output" parameters are output by the domain that was called by timer domain, in response to the call.

TISR format, NOTIFY function

The NOTIFY function of the TISR format is used by the timer domain itself to notify a domain after its requested interval or time has expired.

Input parameters

DOMAIN_TOKEN
is a token that is to be passed as a parameter on the NOTIFY call.

Output parameters

RESPONSE
is the domain’s response to the call. It can have any of these values:
OK|INVALID|EXCEPTION|DISASTER|KERNERROR|PURGED
[[ Contents Previous Page | Next Page Index ]]