BEA Logo BEA WebLogic Enterprise Release 5.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   WebLogic Enterprise Doc Home   |   Tuxedo ATMI Topics   |   Previous Topic   |   Next Topic   |   Contents   |   Index

T_TLISTEN CLASS

Overview

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

Attribute Table

Table 0-42 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.