The T_WSH class represents run-time attributes of WSH client processes. These attribute values characterize Workstation statistics specific to a particular WSH client process. This class is linked to the T_WSL class by the common key fields, TA_SRVGRP and TA_SRVID. It is also linked to the T_CLIENT class (see
(5)) by the common key field TA_WSHCLIENTID.
1All attributes in Class T_WSH are local attributes.
Attribute Semantics
TA_CLIENTID : string[1..78]
TA_WSHCLIENTID : string[1..78]
T_CLIENT objects. This field value is always equal to the value for the TA_CLIENTID attribute for this class.
TA_SRVGRP : string[1..30]
TA_SRVID : 1 = num 30,001
TA_STATE :
T_CLIENT class in TM_MIB(5) may be returned or set as indicated on that reference page. State changes to the SUSpended state are transitive to all clients associated with this WSH as is the resetting of a SUSpended WSH to ACTive. Additionally, SUSpended WSH clients will not be assigned any additional incoming clients by the WSL. Note that the state of a WSH client may not be set to DEAD when accessing the T_CLIENT class; however, the state transition to DEAD is allowed via the T_WSH class and will result in all connections being handled by the targetted WSH to be dropped abortively.
TA_LMID : LMID
TA_PID : 1 = num
TA_NADDR : string[1..78]
TA_HWCLIENTS : 1 = num 32,767
TA_MULTIPLEX : 1 = num 32,767
TA_CURCLIENTS : 1 = num 32,767
TA_TIMELEFT : 0 = num
TA_ACTIVE : {Y|N}
Y indicates that the WSH is currently performing work on behalf of one of its associated workstation clients. A value of N indicates that the WSH is currently waiting for work to perform on behalf of one of its associated workstation clients.
TA_TOTACTTIME : 0 = num
TA_TOTIDLTIME : 0 = num
TA_CURWORK : 0 = num
TA_FLOWCNT : 0 = num
TA_NUMBLOCKQ : 0 = num
TA_RCVDBYT : 0 = num
TA_RCVDNUM : 0 = num
TA_SENTBYT : 0 = num
TA_SENTNUM : 0 = num
This class represents a specialization of the T_CLIENT class and as such represents certain attributes that are duplicated in the corresponding T_CLIENT objects. Attributes not listed that are included in the T_CLIENT class must be accessed via that class and are not available through the T_WSH class.