OSI/TS Management Programming Manual

LISTOBJECTS PROCESS Command
Commands and Responses
056786 Tandem Computers Incorporated 5–119
ZCOM-TKN-CMD-TIMEOUT
is described in the Communications Management Programming Manual. This token is
optional; duplicate occurrences are not allowed.
ZCOM-TKN-SUB
specifies that the command is to return the names of objects (of all types)
subordinate to the specified process. The only value supported is ZCOM-VAL-
SUB-ALL. If this token is present, the effect of this command is the same as that of
the LISTOBJECTS NULL command. If it is not present, only the name of the
specified process is returned. This token is optional, but can occur no more than
once.
ZSPI-TKN-RESPONSE-TYPE, ZSPI-TKN-ALLOW-TYPE, and ZSPI-TKN-
COMMENT
are described in the Distributed Systems Management (DSM) Programming Manual.
These tokens are optional and, with the exception of ZSPI-TKN-COMMENT,
duplicate occurrences are not allowed.
ZSPI-TKN-CONTEXT
is used to get the next response message if multiple response messages are
returned, as described in the Distributed Systems Management (DSM) Programming
Manual.
Tokens in Response Buffer
ZSPI-TKN-DATALIST and the final ZSPI-TKN-ENDLIST
enclose a data list, as described in the Distributed Systems Management (DSM)
Programming Manual. These tokens enclose the other response tokens only if the
value of the header token ZSPI-TKN-MAXRESP is nonzero. If ZSPI-TKN-
MAXRESP is nonzero, all object names for a particular object type are enclosed in
a single data list, provided they can fit into one response message. If more than
one object type is to be returned in the response, a data list for each object type is
returned. In addition, multiple response messages can be returned.
ZCOM-TKN-OBJTYPE
specifies the type of object named in all ZCOM-TKN-OBJNAME tokens that
follow it in the list.
ZCOM-TKN-OBJNAME
is the name of the specified TSP process or the name of a subordinate device or
service. If ZCOM-TKN-SUB is included (with its only supported value, ZCOM-
VAL-SUB-ALL), one ZCOM-TKN-OBJNAME is included for each subordinate
object of the type defined in ZCOM-TKN-OBJTYPE. If no objects of that type are
defined, this token is absent from the data list.