[Top] [Prev] [Next] [Bottom]

T_CONN CLASS

T_CONN CLASS

Overview

The T_CONN class represents run-time attributes of active conversations within an application.

Attribute Table

T_CONN Class Definition Attribute Table

Attribute1 Type Permissions Values Default

TA_LMID( k )

string

R--R--R--

LMID

N/A

TA_STATE( k )

string

R--R--R--

GET:"{ACT}"

SET:N/A

N/A

N/A

TA_SERVICENAME

string

R--R--R--

string[1...15]

N/A

TA_CLIENTID( k )

TA_CONNOGRPNO

TA_CONNOLMID

TA_CONNOPID

TA_CONNOSNDCNT

TA_CONNOSRVID

string

long

string

long

long

long

R--R--R--

R--R--R--

R--R--R--

R--R--R--

R--R--R--

R--R--R--

string[1...78]

1 <= num < 30,001

LMID

1 <= num

0 <= num

1 <= num < 30,001

N/A

N/A

N/A

N/A

N/A

N/A

TA_CONNSGRPNO

TA_CONNSLMID

TA_CONNSPID

TA_CONNSSNDCNT

TA_CONNSSRVID

long

string

long

long

long

R--R--R--

R--R--R--

R--R--R--

R--R--R--

R--R--R--

1 <= num < 30,001

LMID

1 <= num

0 <= num

1 <= num < 30,001

N/A

N/A

N/A

N/A

N/A

( k ) - GET key field

1All attributes in Class T_CONN are local attributes.

Attribute Semantics

TA_LMID: LMID
Retrieval machine logical machine identifier.

TA_STATE:

GET: {ACTive}
A 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.

ACTive

The object returned reflects one or both sides of an active conversation within the application.

SET:
SET operations are not permitted on this class.

TA_SERVICENAME: string[1...15]
Service name of the conversational service invoked by the originator and processed by the subordinate.

TA_CLIENTID: string[1...78]
Client identifier. The data in this field should not be interpreted directly by the end user except for equality comparison.

TA_CONNOGRPNO: 1 <= num < 30,001
Server group number for the originator of the conversation. If the originator is a client, then 30,000 is returned as the value for this attribute.

TA_CONNOLMID: LMID
Logical machine identifier indicating where the originator is running or is accessing the application (in the case of Workstation clients).

TA_CONNOPID: 1 <= num
Process identifier for the originator of the conversation.

TA_CONNOSNDCNT: 0 <= num
Number of tpsend (3c) calls done by the originator.

TA_CONNOSRVID: 1 <= num < 30,001
Server identifier for the originator of the conversation.

TA_CONNSGRPNO: 1 <= num < 30,001
Server group number for the subordinate of the conversation.

TA_CONNSLMID: LMID
Logical machine identifier indicating where the subordinate is running or is accessing the application (in the case of Workstation clients).

TA_CONNSPID: 1 <= num
Process identifier for the subordinate in the conversation.

TA_CONNSSNDCNT: 0 <= num
Number of tpsend (3c) calls done by the subordinate.

TA_CONNSSRVID: 1 <= num < 30,001
Server identifier for the subordinate in the conversation.

limitations

None.



[Top] [Prev] [Next] [Bottom]