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

T_TLISTEN CLASS

T_TLISTEN CLASS

Overview

The T_TLISTEN class represents run-time attributes of /T listener processes for a distributed application.

Attribute Table

T_TLISTEN Class Definition Attribute Table

Attribute Type Permissions Values Default

TA_LMID( k )

string

R--R--R--

LMID

N/A

TA_STATE( k )

string

R--R--R--

GET:"{ACT|INA}"

SET:N/A

N/A

N/A

( k ) - GET key field

Attribute Semantics

TA_LMID: LMID
Logical machine identifier.

TA_STATE:

GET: {INActive|ACTive}
A GET operation will retrieve run-time information for the selected T_TLISTEN 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.

INActive

T_TLISTEN object not active.

ACTive

T_TLISTEN object active.

SET:
SET operations are not permitted on this class. This attribute is settable only via the corresponding T_SERVICE class object.

Limitations

This class is not available through the tpadmcall(3c) interface.



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