The T_BRIDGE
class represents run-time attributes pertaining to connectivity between logical machines making up an application. These attribute values represent connection status and statistics.
1All attributes in Class 2The 3 4T_BRIDGE
are local attributes.
TA_LMID
attribute must be fully specified for SET
operations, that is, LMID1,LMID2.
SET
operation may only use TA_NETGROUP DEFAULTNET
in Release 6.4. GET
operation may use any TA_NETGROUP
defined for both LMID
values.
TA_SUSPTIME
may be SET
only if the TA_STATE
is currently SUSPENDED
or is being SET
to SUSPENDED
.
Attribute Semantics
TA_LMID
: LMID1[,LMID2]
TA_NETGROUP
:string[1 . . . 30]
TA_LMID
identifiers are in the same TA_NETGROUP
, the T_BRIDGE
class will present all instances of related fields per TA_NETGROUP
. TA_NETGROUP
may be used as a key field on GET
requests. TA_NETGROUP
values other than DEFAULTNET
may not be used on SET
operations in this release (6.4).
TA_STATE
:
GET: {ACTive|INActive|SUSpended|PENding}
GET
operation will retrieve run-time information for the selected T_BRIDGE
object(s). A TA_LMID
attribute value with only one logical machine identifier matches all active connections from LMID1 to other machines in the application. In this case, each retrieved record will contain an expanded TA_LMID
attribute value with the destination LMID
filled in. The following states indicate the meaning of a TA_STATE
returned in response to a GET
request. States not listed will not be returned.
SET: {ACTive|INActive|SUSpended|PENding}
SET
operation will update run-time information for the selected T_BRIDGE
object. The following states indicate the meaning of a TA_STATE
set in a SET
request. States not listed may not be set.
TA_CURTIME
: 0 <= num
T_BRIDGE
:TA_LMID
. This attribute can be used to compute elapsed time from the following attribute value.
TA_CONTIME
: 0 <= num
T_BRIDGE
:TA_LMID
, when this connection was first established. Elapsed open time in seconds can be computed using TA_CURTIME
- TA_CONTIME
.
TA_SUSPTIME
: 0 <= num
TA_STATE
of INACTIVE
and may be activated by normal application traffic.
TA_RCVDBYT
: 0 <= num
TA_SENTBYT
: 0 <= num
TA_RCVDNUM
: 0 <= num
TA_SENTNUM
: 0 <= num
TA_FLOWCNT
: 0 <= num
TA_CURENCRYPTBITS
:{0|40|128}
None.