SNAX/APC Management Programming Manual

ZAPC-TKN-SYNC-LEVEL
Common Definitions
111813 Tandem Computers Incorporated 4–43
ZAPC-TKN-SNAX-RETRY-COUNT
returns the number of times that SNAX/APC has retried the open request.
The SNAX-RETRY-COUNT token has the token type ZSPI-TYP-INT. The
programmatic commands that use this token are ZCOM-CMD-INFO and ZCOM-
CMD-STATUS. The valid object type for this token is LU.
ZAPC-TKN-SNAX-RETRY-TIMER
specifies the amount of time in milliseconds before SNAX/APC attempts to
reopen the underlying SNAX access method (which is the file specified in the
ZAPC-TKN-SNAX-FILE-NAME token). The valid values are -1, and from 1
through 86,400,000(24 hours). The default value is -1, which specifies that the
timer will wait indefinitely (SNAX/APC will not attempt the retry).
Note If a small value is specified for ZAPC-TKN-SNAX-RETRY-TIMER token and the underlying access
method does not recover from its fault, SNAX/APC may enter a loop temporarily.
This token is ignored if the value of ZAPC-TKN-SNAX-MAX-RETRY-COUNT is 0.
The SNAX-RETRY-TIMER token has the token type ZSPI-TYP-INT2. The
programmatic commands that use this token are ZCOM-CMD-ADD, ZCOM-
CMD-ALTER, and ZCOM-CMD-INFO. The valid object type for this token is LU.
ZAPC-TKN-SYNC-LEVEL
specifies whether or not the synchronization level of an active conversation is
supported. When SNAX/APC receives a BIND request for an LU-LU session, it
saves the accompanying synchronization-level information. The synchronization
level specified in ALLOCATE or MC_ALLOCATE must not be greater than the
one received with the BIND request.
The SYNC-LEVEL token has the token type ZSPI-TYP-ENUM. The programmatic
command that uses this token is ZCOM-CMD-INFO. The valid object types for
this token are CONVERSATION and SESS.
The following enumerated values are valid for this token:
ZAPC-VAL-SYNC-LEVEL-NONE
specifies that the synchronization level is not supported.
ZAPC-VAL-SYNC-LEVEL-CONFIRM
specifies that the synchronization level is supported.
This token is returned in the ZCOM-CMD-INFO response buffer only when used
with the CONVERSATION object and a conversation is active.