BEA Logo BEA Tuxedo Release 7.1

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

 

   Tuxedo Doc Home   |   Reference   |   Topic List   |   Previous   |   Next   |   Contents

   BEA Tuxedo File Formats and Data Descriptions Reference

DM_MIB(5)

Name

DM_MIB - Management Information Base for Domains

Synopsis

#include <fml32.h>
#include <tpadm.h> /* MIB Header, includes DOMAINS */

Domains Terminology Improvements

The Domains MIB uses improved class and attribute terminology to describe the interaction between domains. This improved terminology has also been applied to DMCONFIG file syntax.

These terminology improvements eliminate multiple uses of the term "domain" and introduce terms that more clearly describe the actions that occur. For example, the term access point defines an object through which you gain access to another object. Therefore, you access a remote domain through a remote domain access point, and remote domains gain access to a local domain through a local domain access point. The following table reflects the DMCONFIG section name changes that result from eliminating multiple uses of the term "domain."

This DMCONFIG section name. . .

Has changed to. . .

DM_LOCAL_DOMAINS

DM_LOCAL

DM_REMOTE_DOMAINS

DM_REMOTE

Within these sections, the following parameter names have changed.

This parameter name. . .

Has changed to. . .

DOMAINID

ACCESSPOINTID

MAXRDOM

MAXACCESSPOINT

MAXRDTRAN

MAXRAPTRAN

The equivalent DM_MIB classes for these DMCONFIG sections are T_DM_LOCAL and T_DM_REMOTE, respectively.

In certain configurations, both available services and resources, such as queue spaces and queue names, need to be imported and exported. As such, the DMCONFIG section names DM_LOCAL_SERVICES and DM_REMOTE_SERVICES no longer accurately describe the necessary activity. Replacing these section names with DM_EXPORT and DM_IMPORT, respectively, clearly describes the actions that occur; that is, from the perspective of a single BEA Tuxedo domain, resources are exported from the domain through local access points and imported into the domain through remote access points. These DMCONFIG section name changes are shown in the following table.

This DMCONFIG section name. . .

Has changed to. . .

DM_LOCAL_SERVICES

DM_EXPORT

DM_REMOTE_SERVICES

DM_IMPORT

Within these sections, the following parameter names have changed.

This parameter name. . .

Has changed to. . .

LDOM

LACCESSPOINT

RDOM

RACCESSPOINT

The equivalent DM_MIB classes for these DMCONFIG sections are T_DM_EXPORT and T_DM_IMPORT, respectively.

Backwards Compatibility

While the improved domains terminology is more accurate than previous terminology, the scope of changes to domains-related documentation and error messages is limited in this release. The improved terminology has been applied to the DM_MIB classes, reference page, and error messages, the DMCONFIG file syntax, and various DMCONFIG error messages.

For backwards compatibility, aliases are provided between the DMCONFIG terminology used prior to this release and the improved Domains MIB terminology. In this release, dmloadcf accepts both versions of the DMCONFIG terminology. dmunloadcf, however, generates a DMCONFIG file that uses the improved domains terminology by default. Use the -c option of dmunloadcf to generate a DMCONFIG file that uses the previous domains terminology.

Description

The Domains MIB defines the set of classes through which a domain may import or export services using domain gateways and domain gateway administrative servers. This reference page assumes the reader is familiar with the BEA Tuxedo System Domains feature.

Use DM_MIB(5) in combination with the generic MIB reference page MIB(5) to format administrative requests and interpret administrative replies.

Requests formatted as described in MIB(5) using classes and attributes described in DM_MIB may be used to request an administrative service using existing ATMI interfaces in an active application.

DM_MIB(5) consists of the following classes:

DM_MIB Classes

Class Name

Attributes

T_DM_ACL

Domain access control list

T_DM_CONNECTION

Connection status between two domains

T_DM_EXPORT

Exported resource

T_DM_IMPORT

Imported resource

T_DM_LOCAL

Local access point

T_DM_OSITP

OSI TP specific configuration for an access point

T_DM_PASSWORD

Domain password entry

T_DM_PRINCIPAL_MAP

Principal mapping entry

T_DM_REMOTE

Remote access point

T_DM_RESOURCES

Global Domains configuration information

T_DM_ROUTING

Access point routing criteria

T_DM_RPRINCIPAL

Remote principal entry

T_DM_SNACRM

SNA-CRM-specific configuration for a local access point

T_DM_SNALINK

SNAX-specific configuration for a remote access point

T_DM_SNASTACK

SNA stack to be used by a specific SNA CRM

T_DM_TDOMAIN

TDomain-specific configuration for an access point

T_DM_TOPEND

BEA TOP END-specific configuration for an access point

T_DM_TRANSACTION

Transaction entry associated with a local access point

Each class description consists of four sections:

Attribute Table Format

The attribute table is a reference guide to the attributes within a class and how they may used by administrators, operators, and general users to interface with an application.

There are five components to each attribute description in an attribute table: name, type, permissions, values, and default. Each of these components is discussed in MIB(5).

TA_FLAGS Values

MIB(5) defines the generic TA_FLAGS attribute which is a long-valued field containing both generic and component MIB-specific flag values. At this time, there are no DM_MIB-specific flag values defined.

FML32 Field Tables

The field tables for the attributes described in this reference page are found in the file udataobj/tpadm relative to the root directory of the BEA Tuxedo System software installed on the system. The directory ${TUXDIR}/udataobj should be included by the application in the colon-separated list specified by the FLDTBLDIR environment variable. The field table name tpadm should be included in the comma-separated list specified by the FIELDTBLS environment variable.

Interoperability

Access to the header files and field tables for this MIB is provided only on BEA Tuxedo Release 7.1 sites and later, both native and Workstation. If a Release 5.0 or earlier site is active in the application, then global information updates ("SET" operations) are not allowed to gateway groups on those sites.

Local information access for Release 5.0 and earlier sites is not available. If the class accessed also has global information, then only the global information is returned. Otherwise, an error is returned.

Portability

The existing FML32 and ATMI functions necessary to support administrative interaction with BEA Tuxedo System MIBs, as well as the header file and field tables defined in this reference page, are available on all supported native and Workstation platforms.

T_DM_ACL Class Definition

Overview

The T_DM_ACL class represents access control information for domains.

Attribute Table

DM_MIB(5): T_DM_ACL Class Definition Attribute Table

Attribute

Type

Permissions

Values

Default

TA_DMACLNAME (r) (k) (*)

string

rw-r--r--

string [1..15]

N/A

TA_DMRACCESSPOINTLIST (*)

string

rw-r--r--

string [0..1550]

""

TA_STATE(r)

string

rw-r--r--

GET: "VAL"

SET: "{NEW|INV}"

N/A

N/A

(r) - required when a new object is created
(k) - a key field for object retrieval
(*) - a required key field for all SET operations on the class

Attribute Semantics

TA_DMACLNAME: string [1..15]

The access control list name, unique within the scope of the T_DM_ACL entry names in the domain configuration.

TA_DMRACCESSPOINTLIST: string [0..1550]

The list of remote domain access points associated with this access control list. TA_DMRACCESSPOINTLIST is a comma-separated list of remote access point names (that is, the value of the TA_DMRACCESSPOINT attribute of a valid T_DM_REMOTE object). The list can contain up to 50 remote access point identifier elements. Setting this attribute to "*" means that all the remote domains in the configuration are associated with this entry. "" means no remote access points are associated with this entry. The default is "".

TA_STATE:

GET: "{VALid}"

A GET operation retrieves configuration information for the T_DM_ACL object. The following state indicates the meaning of a TA_STATE attribute value returned in response to a GET request. States not listed are not returned.

"VALid"

The object is defined and inactive. This is the only valid state for this class. ACL groups are never active.

SET: "{NEW | INValid}"

A SET operation updates configuration information for the selected T_DM_ACL object. The following states indicate the meaning of a TA_STATE set in a SET request. States not listed may not be set.

"NEW"

A new object is created. A state change is allowed only when in the "INValid" state. A successful return leaves the object in the "VALid" state.

unset

Modify an existing object. This combination is not allowed in the "INValid" state. A successful return leaves the object state unchanged.

"INValid"

The object is deleted. A state change is allowed only when in the "VALid" state. A successful return leaves the object in the "INValid" state.

Limitations

None.

T_DM_CONNECTION Class Definition

Overview

The T_DM_CONNECTION class represents the status of connections between domain access points.

Attribute Table

DM_MIB(5): T_DM_CONNECTION Class Definition Attribute Table

Attribute

Type

Permissions

Values

Default

TA_DMLACCESSPOINT(k)(*)

string

rw-r--r--

string[1..30]

N/A

TA_DMRACCESSPOINT(k)

string

rw-r--r--

string[1..30]

N/A

TA_DMTYPE

string

r--r--r--

"{TDOMAIN | TOPEND}"

N/A

TA_STATE(k)(*)

string

rwxr-xr--

GET: "{ACT | SUS | INI | INA | UNK}"

SET: "{ACT | INA}"

N/A

N/A

Attributes available when TA_DMTYPE=TDOMAIN:

TA_DMCURENCRYPTBITS

string

r--------

"{0 | 40 | 56 | 128}"Note1

"0"

(k) - a key field for object retrieval
(*) - a required key field for all SET operations on the class

Note 1The link-level encryption value of 40 bits is provided for backward compatibility.

Attribute Semantics

TA_DMLACCESSPOINT: string[1..30]

The name of the local domain access point identifying the connection between the domains.

On GET and SET operations, a specific local domain access point must be specified for this attribute.

TA_DMRACCESSPOINT: string[1..30]

The name of the remote domain access point identifying the connection between the domains.

On GET and SET operations, if TA_DMRACCESSPOINT is absent, all the T_DM_CONNECTION entries for the local access point specified by TA_DMLACCESSPOINT are selected.

TA_DMTYPE: "{TDOMAIN | TOPEND}"

The type of domain, which can be either "TDOMAIN" or "TOPEND".

TA_STATE:

GET: "{ACTive | SUSpended | INItializing | INActive | UNKnown}"

A GET operation retrieves run-time information for the connection. The following states indicate the meaning of a TA_STATE attribute value returned in response to a GET request. States not listed are not returned.

"ACTive"

The connection is active.

"SUSpended"

The connection is awaiting retry.

"INItializing"

The connection is initializing.

"INActive"

The specified domain access points are disconnected. (This state is only returned by gateways running BEA Tuxedo Release 7.1 or later.)

"UNKnown"

The connection state of the specified domain access points cannot be determined.

SET: "{ACTive | INActive}"

A SET operation updates run-time information for the connection. The following states indicate the meaning of a TA_STATE in a SET request. States not listed may not be set.

"ACTive"

Connect the specified domain access points. If the current state is "SUSpended" or "INActive", SET:"ACTive" places the connection into the state "INItializing", otherwise there is no change.

"INActive"

Disconnect the specified domain access points and destroy the object.

Attributes available when TA_DMTYPE=TDOMAIN

TA_DMCURENCRYPTBITS: "{0 | 40 | 56 | 128}"

The level of encryption in use on this connection. "0" means no encryption, while "40", "56", and "128" specify the encryption length (in bits). This attribute is valid only for gateways running BEA Tuxedo Release 7.1 or higher. For all other gateways, this value is set to "0".

Note: The link-level encryption value of 40 bits is provided for backward compatibility.

Limitations

The Domain gateway administration (GWADM) server and the domain gateway supporting the local domain access point specified in the TA_DMLACCESSPOINT attribute must be active in order to perform GET or SET operations on connections to that access point.

T_DM_EXPORT Class Definition

Overview

The T_DM_EXPORT class represents local resources that are exported to one or more remote domains through a local access point.

Attribute Table

DM_MIB(5): T_DM_EXPORT Class Definition Attribute Table

Attribute

Type

Permissions

Values

Default

TA_DMRESOURCENAME(r)(k)(*)

string

rw-r--r--

string[1..15]

N/A

TA_DMLACCESSPOINT(k)(*)

string

rw-r--r--

string[1..30]

* (meaning all)

TA_STATE(r)

string

rw-r--r--

GET: "VAL"

SET: "{NEW | INV}"

N/A

N/A

TA_DMACLNAME

string

rw-r--r--

string[1..15]

N/A

TA_DMCONV

string

rw-r--r--

"{Y | N}"

"N"

TA_DMRESOURCETYPE

string

rw-r--r--

"{SERVICE | QSPACE | QNAME}"

"SERVICE"

TA_DMREMOTENAME

string

rw-r--r--

string[1..30]

N/A

Attributes available from remote access points of TA_DMTYPE=SNAX|OSITP|TOPEND:

TA_DMINBUFTYPE

string

rw-r--r--

string[0..513]

N/A

TA_DMOUTBUFTYPE

string

rw-r--r--

string[0..513]

N/A

Attributes available from remote access points of TA_DMTYPE=TOPEND:

TA_DMTE_PRODUCT

string

rw-r--r--

string[1..32]


TA_DMTE_FUNCTION

string

rw-r--r--

string[1..8]


TA_DMTE_TARGET

string

rw-r--r--

string[1..8]

Spaces

TA_DMTE_QUALIFIER

long

rw-r--r--

0 <= num <= MAXLONG

0 (Zero)

TA_DMTE_RTQGROUP

string

rw-r--r--

string[1..32]


TA_DMTE_RTQNAME

string

rw-r--r--

string[1..8]


(r) - required when a new object is created
(k) - a key field for object retrieval
(*) - a required key field for all SET operations on the class

Attribute Semantics

TA_DMRESOURCENAME: string[1..15]

The local resource name for entries of resource type SERVICE (the service name), QSPACE (the queue space name), and QNAME (the queue name). For a SERVICE entry, the value of this attribute corresponds to the value of the TA_SERVICENAME attribute of an active T_SVCGRP object. This resource is exported to other domains with the same name or with the alias defined in the TA_DMREMOTENAME or TA_DMTE* attributes.

TA_DMLACCESSPOINT: string[1..30]

The local access point name. Setting this attribute to "*" means the resource is available at all local access points.

TA_STATE:

GET: "{VALid}"

A GET operation retrieves configuration information for the T_DM_EXPORT object. The following state indicates the meaning of a TA_STATE attribute value returned in response to a GET request. States not listed are not returned.

"VALid"

The object exists.

SET: "{NEW | INValid}"

A SET operation updates configuration information for the selected T_DM_EXPORT object. The following states indicate the meaning of a TA_STATE set in a SET request. States not listed may not be set.

"NEW"

A new object is created.

unset

Modify an existing object. This combination is not allowed in the "INValid" state. A successful return leaves the object state unchanged.

"INValid"

The object is deleted.

TA_DMACLNAME: string[1..15]

The name of a T_DM_ACL object to use for security on this local service. When access is permitted from TOPEND remote access points, this optional attribute may be specified if TA_DMRESOURCETYPE="SERVICE" or "QSPACE". This attribute is not permitted if TA_DMRESOURCETYPE="QNAME".

TA_DMCONV: "{Y | N}"

Specifies whether this local service is conversational or not. When access is permitted from TOPEND remote access points, this attribute must be set to "N" for entries of TA_DMRESOURCETYPE="QSPACE" or "QNAME".

TA_DMRESOURCETYPE: "{SERVICE | QSPACE | QNAME}"

Specifies whether this entry is for a "SERVICE", "QSPACE", or "QNAME". The default is "SERVICE".

TA_DMREMOTENAME: string[1..30]

For entries of type "SERVICE" or "QSPACE", this attribute specifies the name exported through non-TOPEND remote access points.

Attributes available from remote access points of TA_DMTYPE=SNAX|OSITP|TOPEND

TA_DMINBUFTYPE: string[0..513]

type[:subtype]-Input buffer type, optionally followed by subtype. If this attribute is present, it defines the buffer type [and subtype] accepted. This attribute should be defined for entries of TA_DMRESOURCETYPE="SERVICE" when access is permitted from remote access points using OSITP with the UDT application context, or when using SNAX. When access is permitted from TOPEND remote access points, this optional attribute may be specified if TA_DMRESOURCETYPE="SERVICE" or "QNAME". This attribute is not permitted if TA_DMRESOURCETYPE="QSPACE".

For BEA TOP END service and queue name entries, the valid values for type are: FML32, CARRAY, and X_OCTET.

TA_DMOUTBUFTYPE: string[0..513]

type[:subtype]- Output buffer type, optionally followed by subtype. If this attribute is present, it defines the buffer type [and subtype] output by the service. This attribute should be defined for entries of TA_DMRESOURCETYPE="SERVICE" when access is permitted from remote access points using OSITP with the UDT application context, or when using SNAX. When access is permitted from TOPEND remote access points, this optional attribute may be specified if TA_DMRESOURCETYPE="SERVICE". This attribute is not permitted if TA_DMRESOURCETYPE="QSPACE" or "QNAME".

For BEA TOP END service and queue name entries, the valid values for type are: FML32, CARRAY, and X_OCTET.

Attributes available from remote access points of TA_DMTYPE=TOPEND

TA_DMTE_PRODUCT: string[1..32]

The BEA TOP END product name. When access is permitted from TOPEND remote access points, this attribute must be specified if TA_DMRESOURCETYPE="SERVICE" and "QNAME". This attribute is not permitted if TA_DMRESOURCETYPE="QSPACE".

TA_DMTE_FUNCTION: string[1..8]

The BEA TOP END function name. When access is permitted from TOPEND remote access points, this attribute must be specified if TA_DMRESOURCETYPE="SERVICE" or "QNAME". This attribute is not permitted if TA_DMRESOURCETYPE="QSPACE".

TA_DMTE_TARGET: string[1..8]

The BEA TOP END Message Sensitive Routing (MSR) target. This attribute is optional for entries of TA_DMRESOURCETYPE="SERVICE", "QSPACE", or "QNAME" when access is permitted from TOPEND remote access points.

TA_DMTE_QUALIFIER: 0 <= num <= MAXLONG

The BEA TOP END function qualifier. This attribute is optional for entries of TA_DMRESOURCETYPE="SERVICE" or "QNAME" when access is permitted from TOPEND remote access points. This attribute is not permitted if TA_DMRESOURCETYPE="QSPACE".

TA_DMTE_RTQGROUP: string[1..32]

The BEA TOP END Recoverable Transaction Queuing (RTQ) queue group name. This attribute must be specified for TA_DMRESOURCETYPE="QSPACE" when access is permitted from TOPEND remote access points. This attribute is not permitted if TA_DMRESOURCETYPE="SERVICE" or "QNAME".

TA_DMTE_RTQNAME: string[1..8]

The BEA TOP END RTQ queue name. This attribute must be specified for TA_DMRESOURCETYPE="QSPACE" and access is permitted from TOPEND remote access points. This attribute is not permitted if TA_DMRESOURCETYPE="SERVICE" or "QNAME".

Limitations

On SET operations that add or update an instance of this class, and where a specific local domain access point is specified in the TA_DMLACCESSPOINT attribute, the access point must exist in the T_DM_LOCAL class. If it does not, a "not defined" error is returned for the TA_DMLACCESSPOINT attribute and the operation fails.

T_DM_IMPORT Class Definition

Overview

The T_DM_IMPORT class represents remote resources that are imported through one or more remote domain access points and made available to the local domain through one or more local domain access points.

Attribute Table

DM_MIB(5): T_DM_IMPORT Class Definition Attribute Table

Attribute

Type

Permissions

Values

Default

TA_DMRESOURCENAME(r)(k)(*)

string

rw-r--r--

string[1..15]


TA_DMLACCESSPOINT(k)(*)

string

rw-r--r--

string[1..30]

*
(meaning all)

TA_DMRACCESSPOINTLIST(k)(*)

string

rw-r--r--

string[1..92]

*
(meaning all)

TA_STATE(r)

string

rwxr-xr--

GET: "VAL"

SET: "{NEW | INV}"

N/A

N/A

TA_DMAUTOTRAN

string

rw-r--r--

"{Y | N}"

"N"

TA_DMCONV

string

rw-r--r--

"{Y | N}"

"N"

TA_DMLOAD

short

rw-r--r--

1 <= num <= 32,767

50

TA_DMPRIO

short

rw-r--r--

1 <= num <= 100

50

TA_DMRESOURCETYPE

string

rw-r--r--

"{SERVICE | QSPACE | QNAME}"

"SERVICE"

TA_DMREMOTENAME

string

rw-r--r--

string[1..30]

N/A

TA_DMROUTINGNAME

string

rw-r--r--

string[1..15]

N/A

TA_DMTRANTIME

long

rw-r--r--

0 <= num <= 32,767

30

Attributes available from remote access points of TA_DMTYPE=SNAX|OSITP|TOPEND:

TA_DMINBUFTYPE

string

rw-r--r--

string[0..256]

N/A

TA_DMOUTBUFTYPE

string

rw-r--r--

string[0..256]

N/A

Attributes available from remote access points of TA_DMTYPE=TOPEND:

TA_DMTE_PRODUCT

string

rw-r--r--

string[1..32]


TA_DMTE_FUNCTION

string

rw-r--r--

string[1..8]


TA_DMTE_TARGET

string

rw-r--r--

string[1..8]

Spaces

TA_DMTE_QUALIFIER

long

rw-r--r--

0 <= num <= MAXLONG

0 (Zero)

TA_DMTE_RTQGROUP

string

rw-r--r--

string[1..32]


TA_DMTE_RTQNAME

string

rw-r--r--

string[1..8]


(r) - required when a new object is created
(k) - a key field for object retrieval
(*) - a required key field for all SET operations on the class

Attribute Semantics

TA_DMRESOURCENAME: string[1..15]

The remote resource name used for entries of resource type SERVICE (the service name), QSPACE (the queue space name), and QNAME (the queue name). This resource is imported from remote domains with the same name or with the alias defined in the TA_DMREMOTENAME or TA_DMTE* attributes.

TA_DMLACCESSPOINT: string[1..30]

The name of the local domain access point through which this imported resource should be made available. If this attribute is set to "*", the resource is made available through all local domain access points.

TA_DMRACCESSPOINTLIST: string[1..92]

Identifies the remote domain access point through which this resource should be imported. TA_DMRACCESSPOINTLIST is a comma-separated failover domain list; it can contain up to three remote domain access points of up to 30 characters each. If this attribute is set to "*", the resource can be imported from all remote access points.

TA_STATE:

GET: "{VALid}"

A GET operation retrieves configuration information for the T_DM_IMPORT object. The following states indicate the meaning of a TA_STATE attribute value returned in response to a GET request. States not listed are not returned.

"VALid"

The object exists.

SET: "{NEW | INValid}"

A SET operation updates the configuration information for the selected T_DM_IMPORT object. The following states indicate the meaning of TA_STATE in a SET request. States not listed may not be set.

"NEW"

A new object is created. A state change is allowed in the state "INValid" and results in the state "ACTive".

unset

Modify an existing object. This combination is not allowed in the "INValid" state. A successful return leaves the object state unchanged.

"INValid"

The object is deleted. A state change is allowed in the state "ACTive" and results in the state "INValid".

TA_DMAUTOTRAN: "{Y | N}"

When a request is received for a resource that is not already within a transaction, this attribute automatically starts a transaction for this resource. The default is "N".

TA_DMCONV: "{Y | N}"

A boolean value ("Y" or "N") specifying whether the service is conversational. When access is permitted from TOPEND remote access points, this attribute must be set to "N" for entries of TA_DMRESOURCETYPE="QSPACE" or "QNAME".

TA_DMLOAD: 1 <= num <= 32,767

The service load.

TA_DMPRIO: 1 <= num <= 100

The dequeuing priority. Service requests with a higher priority are serviced first.

TA_DMRESOURCETYPE: "{SERVICE | QSPACE | QNAME}"

Specifies whether this entry is for a "SERVICE", "QSPACE", or "QNAME". The default is "SERVICE".

TA_DMREMOTENAME: string[1..30]

For entries of type "SERVICE" or "QSPACE", this attribute specifies the name imported through non-TOPEND remote access points.

TA_DMROUTINGNAME: string[1..15]

The name of a T_DM_ROUTING object to use for routing criteria for this "SERVICE" or "QSPACE".

TA_DMTRANTIME: 1 <= num <= 32,767

Transaction time value, in seconds, for transactions automatically started for this "SERVICE" or "QSPACE". Transactions are started automatically when a request not in transaction mode is received and the TA_DMAUTOTRAN attribute is set to "Y".

Limitation: Runtime updates to this attribute are not reflected in active requests.

Attributes available from remote access points of TA_DMTYPE=SNAX|OSITP|TOPEND

TA_DMINBUFTYPE: string[0..256]

type[:subtype]- Input buffer type, optionally followed by subtype. If this attribute is present, it defines the buffer type [and subtype] accepted. This attribute should be defined for entries of DMRESOURCETYPE="SERVICE" when access is permitted to remote access points using OSITP with the UDT application context, or when using SNAX. When access is permitted from TOPEND remote access points, this optional attribute may be specified if TA_DMRESOURCETYPE="SERVICE" or "QNAME". This attribute is not permitted if TA_DMRESOURCETYPE="QSPACE".

For BEA TOP END service and queue name entries, the valid values for type are: FML32, CARRAY, and X_OCTET.

TA_DMOUTBUFTYPE: string[0..256]

type[:subtype]- Output buffer type, optionally followed by subtype. If this attribute is present, it defines the buffer type [and subtype] output by the service. This attribute should be defined for entries of DMTYPE="SERVICE" when access is permitted to remote access points using OSITP with the UDT application context, or when using SNAX. When access is permitted from TOPEND remote access points, this optional attribute may be specified if TA_DMRESOURCETYPE="SERVICE". This attribute is not permitted if TA_DMRESOURCETYPE="QSPACE" or "QNAME".

For BEA TOP END service and queue name entries, the valid values for type are: FML32, CARRAY, and X_OCTET.

Attributes available from remote access points of TA_DMTYPE=TOPEND

TA_DMTE_PRODUCT: string[1..32]

The BEA TOP END product name. This attribute must be specified if TA_DMRESOURCETYPE="SERVICE" or "QNAME". It is not permitted if TA_DMRESOURCETYPE="QSPACE".

TA_DMTE_FUNCTION: string[1..8]

The BEA TOP END function name. This attribute must be specified if TA_DMRESOURCETYPE="SERVICE" or "QNAME". It is not permitted if TA_DMRESOURCETYPE="QSPACE".

TA_DMTE_TARGET: string[1..8]

The BEA TOP END Message Sensitive Routing (MSR) target. This attribute is optional attribute for entries of TA_DMRESOURCETYPE ="SERVICE", "QSPACE", or "QNAME".

TA_DMTE_QUALIFIER: 0 <= num <= MAXLONG

The BEA TOP END function qualifier. This attribute is optional for entries of TA_DMRESOURCETYPE="SERVICE" and "QNAME". It is not permitted for entries of TA_DMRESOURCETYPE="QSPACE".

TA_DMTE_RTQGROUP: string[1..32]

The BEA TOP END Recoverable Transaction Queuing (RTQ) queue group name. This attribute must be specified if TA_DMRESOURCETYPE="QSPACE". It is not permitted if TA_DMRESOURCETYPE="SERVICE" or "QNAME".

TA_DMTE_RTQNAME: string[1..8]

The BEA TOP END RTQ queue name. This attribute must be specified if TA_DMRESOURCETYPE="QSPACE". It is not permitted if TA_DMRESOURCETYPE="SERVICE" or "QNAME".

Limitations

None.

T_DM_LOCAL Class Definition

Overview

The T_DM_LOCAL class defines a local domain access point. A local domain access point is used to control access to local services exported to remote domains and to control access to remote services imported from remote domains.

Attribute Table

DM_MIB(5): T_DM_LOCAL Class Definition Attribute Table

Attribute

Type

Permissions

Values

Default

TA_DMACCESSPOINT(r)(k)(*)

string

rw-r--r--

string[1..30]

N/A

TA_DMACCESSPOINTID(r)

string

rw-r--r--

string[1..30]

N/A