Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

WTCResources

 


Description

This interface provides access to the WTC resources configuration attributes. The methods defined herein are applicable for WTC configuration at the WLS domain level.

 


Syntax

<WTCResources
AppPassword="String"
AppPasswordIV="String"
FldTbl16Classes="list of Strings"
FldTbl32Classes="list of Strings"
Name="String"
Notes="String"
TpUsrFile="String"
ViewTbl16Classes="list of Strings"
ViewTbl32Classes="list of Strings"
/>

 


Parent Elements

 


Attributes

Table 81-1 WTCResources attributes

Attribute

Description

Range of Values and Default

AppPassword

Defines the application password as returned from the genpasswd utility. This Tuxedo application password is the encrypted password used to authenticate connections.

Admin Console field label: App Password

Required: no

AppPasswordIV

Defines the initialization vector used to encrypt the AppPassword. It is returned from the genpasswd utility with the AppPassword.

Admin Console field label: App Password IV

Required: no

FldTbl16Classes

Defines the names of FldTbl16Classes which are loaded via a class loader and added to a FldTbl array.


  • Used fully qualified names of the desired classes.

  • Use a comma-separated list to enter multiple classes.

Admin Console field label: FldTbl classes

Required: no

FldTbl32Classes

Defines the names of FldTbl32Classes which are loaded via a class loader and added to a FldTbl array.


  • Used fully qualified names of the desired classes.

  • Use a comma-separated list to enter multiple classes.

Admin Console field label: FldTbl32 classes

Required: no

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Required: no

TpUsrFile

Defines the full path to TPUSR file containing Tuxedo UID/GID information. This file is generated by the Tuxedo tpusradd utility on the remote Tuxedo domain.

Admin Console field label: TpUsr File Path

Required: no

ViewTbl16Classes

Defines the names of ViewTbl16Classes which are loaded via a class loader and added to a ViewTbl array.


  • Used fully qualified names of the desired classes.

  • Use a comma-separated list to enter multiple classes.

Admin Console field label: ViewTbl classes

Required: no

ViewTbl32Classes

Defines the names of ViewTbl32Classes which are loaded via a class loader and added to a ViewTbl array.


  • Used fully qualified names of the desired classes.

  • Use a comma-separated list to enter multiple classes.

Admin Console field label: ViewTbl32 classes

Required: no

 

Skip navigation bar  Back to Top Previous Next