The T_CONN
class represents run-time attributes of active conversations within an application.
1All attributes in Class T_CONN
are local attributes.
Attribute Semantics
TA_LMID
: LMID
TA_STATE
:
GET: {ACTive}
GET
operation will retrieve run-time information for the selected T_CONN
object(s). The following states indicate the meaning of a TA_STATE
returned in response to a GET
request. States not listed will not be returned.
|
The object returned reflects one or both sides of an active conversation within the application. |
TA_SERVICENAME
: string[1...15]
TA_CLIENTID
: string[1...78]
TA_CONNOGRPNO
: 1 <= num < 30,001
TA_CONNOLMID
: LMID
TA_CONNOPID
: 1 <= num
TA_CONNOSNDCNT
: 0 <= num
tpsend
(3c) calls done by the originator.
TA_CONNOSRVID
: 1 <= num < 30,001
TA_CONNSGRPNO
: 1 <= num < 30,001
TA_CONNSLMID
: LMID
TA_CONNSPID
: 1 <= num
TA_CONNSSNDCNT
: 0 <= num
tpsend
(3c) calls done by the subordinate.
TA_CONNSSRVID
: 1 <= num < 30,001
None.