WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

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"
ViewTbl16Classes="list of Strings"
ViewTbl32Classes="list of Strings"
/>

 


Parent Elements

 


Attributes

Table 75-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

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

 

Back to Top Previous Next