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

T_CLASS CLASS DEFINITION

T_CLASS CLASS DEFINITION

Overview

The T_CLASS class represents attributes of administrative classes within a BEA TUXEDO system application. Its primary use is to identify class names.

Attribute Table

T_CLASS Class Definition Attribute Table

Attribute Type Permissions Values Default

TA_CLASSNAME( k )

string

r--r--r--

string

N/A

TA_STATE( k )

string

r--r--r--

GET:"{VAL}"

SET: N/A

GET:N/A

SET: N/A

TA_GETSTATES

TA_INASTATES

TA_SETSTATES

string

string

string

r--r--r--

r--r--r--

r--r--r--

string

string

string

N/A

N/A

N/A

( k ) - a key field for object retrieval

Attribute Semantics

TA_CLASSNAME: string
Class name.

TA_STATE:
GET:
A GET operation retrieves information for the selected T_CLASS object(s). The following states indicate the meaning of a TA_STATE returned in response to a GET request. States not listed are not returned.

VALid

T_CLASS object is defined. All objects of this class exist in this state. This state is INActive-equivalent for the purposes of permissions checking.

SET:
SET operations are not permitted on this class.

TA_GETSTATES: string
Delimited list ('|' delimiter) of the states that may be returned for an object in this class or as the result of a GET operation. States are returned in their full length uppercase format.

TA_INASTATES: string
Delimited list ('|' delimiter) of the inactive equivalent states that may be returned for an object in this class or as the result of a GET operation. States are returned in their full length uppercase format.

TA_SETSTATES: string
Delimited list ('|' delimiter) of the states that may be set for an object in this class as part of a SET operation. States are returned in their full length uppercase format.

Limitations

None identified.



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