HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_LU62_TIMEOUT
list_options
The position in the list of entries from which SNAplus2 begins to return data. The list is
ordered by resource_type in the order AP_GLOBAL_TIMEOUT, AP_LOCAL_LU_TIMEOUT,
AP_PARTNER_LU_TIMEOUT, AP_MODE_TIMEOUT, then by resource_name in order of the name length,
then by ASCII lexicographical ordering for names of the same length.
Possible values are:
AP_FIRST_IN_LIST
Start at the rst entry in the list
AP_LIST_INCLUSIVE
Start at the entry specied by the combination of the resource_type and resource_name parameters
AP_LIST_FROM_NEXT
Start at the entry immediately following the entry specied by the combination of the resource_type
and resource_name parameters
For more information about how the list is ordered and how the application can obtain specic entries from
it, see Section 2.7, List Options For QUERY_* Verbs.
resource_type
Species the type of timeout being queried. This parameter is ignored if list_options is set to
AP_FIRST_IN_LIST.
Possible values are:
AP_GLOBAL_TIMEOUT
Timeout applies to all LU 6.2 sessions for the local node.
AP_LOCAL_LU_TIMEOUT
Timeout applies to all LU 6.2 sessions for the local LU specied in the resource_name parameter.
AP_PARTNER_LU_TIMEOUT
Timeout applies to all LU 6.2 sessions to the partner LU specied in the resource_name parameter.
AP_MODE_TIMEOUT
Timeout applies to all LU 6.2 sessions using the mode specied in the resource_name parameter.
resource_name
Name of the resource being queried. This value can be one of the following:
If resource_type is set to AP_GLOBAL_TIMEOUT, do not specify this parameter.
If resource_type is set to AP_LOCAL_LU_TIMEOUT, only the rst 8 bytes of resource_name are valid
and should be set to the name of the local LU. This is an 8-byte alphanumeric type-A EBCDIC string
starting with a letter, padded to the right with EBCDIC spaces. Set the remaining nine bytes to all zeros.
If resource_type is set to AP_PARTNER_LU_TIMEOUT, all 17 bytes of resource_name are valid and
should be set to the fully-qualied name of the partner LU which is padded on the right with EBCDIC
spaces. The name consists of a 18 type-A character network name, followed by an EBCDIC dot (period)
character, followed by a 18 type-A character partner LU name.
If resource_type is set to AP_MODE_TIMEOUT, only the rst 8 bytes of resource_name are valid and
should be set to the name of the mode. This is an 8-byte alphanumeric type-A EBCDIC string starting
with a letter, padded to the right with EBCDIC spaces. Set he remaining 9 bytes to all zeros.
This parameter is ignored if list_options is set to AP_FIRST_IN_LIST.
536