Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.4)

Part Number E13945-04

weblogic.management.configuration
Interface WTCResourcesMBean

All Superinterfaces:
ConfigurationMBean

public interface WTCResourcesMBean
extends ConfigurationMBean

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

Deprecation of MBeanHome and Type-Safe Interfaces

This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see "Developing Manageable Applications with JMX."

Since:
7.0.0.0
Access limited to the following security roles:
Deployer

Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 String getAppPassword()
          The application password as returned from the genpasswd utility.
 String getAppPasswordIV()
          The initialization vector used to encrypt the AppPassword.
 String[] getFldTbl16Classes()
          The names of FldTbl16Classes that are loaded via a class loader and added to a FldTbl array.
 String[] getFldTbl32Classes()
          The names of FldTbl32Classes that are loaded via a class loader and added to a FldTbl array.
 String getMBEncodingMapFile()
          The encoding name map file between Java and Tuxedo MBSTRING.
 String getRemoteMBEncoding()
          The default encoding name of sending MBSTRING data.
 String getTpUsrFile()
          The full path to the TPUSR file, which contains Tuxedo UID/GID information.
 String[] getViewTbl16Classes()
          The names of ViewTbl16Classes that are loaded via a class loader and added to a ViewTbl array.
 String[] getViewTbl32Classes()
          The names of ViewTbl32Classes that are loaded via a class loader and added to a ViewTbl array.
 void setAppPassword(String appPasswd)
          Sets the value of the AppPassword attribute.
 void setAppPasswordIV(String appIV)
          Sets the value of the AppPasswordIV attribute.
 void setFldTbl16Classes(String[] fieldTable16Classes)
          Sets the value of the FldTbl16Classes attribute.
 void setFldTbl32Classes(String[] fieldTable32Classes)
          Sets the value of the FldTbl32Classes attribute.
 void setMBEncodingMapFile(String MBEncMapFile)
          Sets the encoding name map file between Java and Tuxedo MBSTRING.
 void setRemoteMBEncoding(String MBEncoding)
          Sets the default encoding name of sending MBSTRING data.
 void setTpUsrFile(String TpUsrFile)
          Sets the value of the TpUsrFile attribute.
 void setViewTbl16Classes(String[] viewTable16Classes)
          Sets the value of the ViewTbl16Classes attribute.
 void setViewTbl32Classes(String[] viewTable32Classes)
          Sets the value of the ViewTbl32Classes attribute.
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
 

Method Detail

setFldTbl16Classes

void setFldTbl16Classes(String[] fieldTable16Classes)
                        throws InvalidAttributeValueException

Sets the value of the FldTbl16Classes attribute.

Parameters:
fieldTable16Classes - The new fldTbl16Classes value
Throws:
InvalidAttributeValueException
See Also:
WTCResourcesMBean.getFldTbl16Classes()

getFldTbl16Classes

String[] getFldTbl16Classes()

The names of FldTbl16Classes that are loaded via a class loader and added to a FldTbl array.

Value Requirements:

Returns:
The fldTbl16Classes value

setFldTbl32Classes

void setFldTbl32Classes(String[] fieldTable32Classes)
                        throws InvalidAttributeValueException

Sets the value of the FldTbl32Classes attribute.

Parameters:
fieldTable32Classes - The new fldTbl32Classes value
Throws:
InvalidAttributeValueException
See Also:
WTCResourcesMBean.getFldTbl32Classes()

getFldTbl32Classes

String[] getFldTbl32Classes()

The names of FldTbl32Classes that are loaded via a class loader and added to a FldTbl array.

Value Requirements:

Returns:
The fldTbl32Classes value

setViewTbl16Classes

void setViewTbl16Classes(String[] viewTable16Classes)
                         throws InvalidAttributeValueException

Sets the value of the ViewTbl16Classes attribute.

Parameters:
viewTable16Classes - The new viewTbl16Classes value
Throws:
InvalidAttributeValueException
See Also:
WTCResourcesMBean.getViewTbl16Classes()

getViewTbl16Classes

String[] getViewTbl16Classes()

The names of ViewTbl16Classes that are loaded via a class loader and added to a ViewTbl array.

Value Requirements:

Returns:
The viewTbl16Classes value

setViewTbl32Classes

void setViewTbl32Classes(String[] viewTable32Classes)
                         throws InvalidAttributeValueException

Sets the value of the ViewTbl32Classes attribute.

Parameters:
viewTable32Classes - The new viewTbl32Classes value
Throws:
InvalidAttributeValueException
See Also:
WTCResourcesMBean.getViewTbl32Classes()

getViewTbl32Classes

String[] getViewTbl32Classes()

The names of ViewTbl32Classes that are loaded via a class loader and added to a ViewTbl array.

Value Requirements:

Returns:
The viewTbl32Classes value

setAppPassword

void setAppPassword(String appPasswd)
                    throws InvalidAttributeValueException

Sets the value of the AppPassword attribute.

Parameters:
appPasswd - The new appPassword value
Throws:
InvalidAttributeValueException
See Also:
WTCResourcesMBean.getAppPassword()

getAppPassword

String getAppPassword()

The application password as returned from the genpasswd utility.

Note: This Tuxedo application password is the encrypted password used to authenticate connections.

Returns:
The appPassword value

setAppPasswordIV

void setAppPasswordIV(String appIV)
                      throws InvalidAttributeValueException

Sets the value of the AppPasswordIV attribute.

Parameters:
appIV - The new appPasswordIV value
Throws:
InvalidAttributeValueException
See Also:
WTCResourcesMBean.getAppPasswordIV()

getAppPasswordIV

String getAppPasswordIV()

The initialization vector used to encrypt the AppPassword.

Note: This value is returned from the genpasswd utility with the AppPassword.

Returns:
The appPasswordIV value

setTpUsrFile

void setTpUsrFile(String TpUsrFile)
                  throws InvalidAttributeValueException

Sets the value of the TpUsrFile attribute.

Parameters:
TpUsrFile - the TPUSR file for this remote domain
Throws:
InvalidAttributeValueException
See Also:
WTCResourcesMBean.getTpUsrFile()

getTpUsrFile

String getTpUsrFile()

The full path to the TPUSR file, which contains Tuxedo UID/GID information.

Note: This file is generated by the Tuxedo tpusradd utility on the remote Tuxedo domain.

Returns:
The tpUsrFile value

setRemoteMBEncoding

void setRemoteMBEncoding(String MBEncoding)
                         throws InvalidAttributeValueException

Sets the default encoding name of sending MBSTRING data.

Parameters:
MBEncoding - the default encoding name of sending MBSTRING data
Throws:
InvalidAttributeValueException
See Also:
WTCResourcesMBean.getRemoteMBEncoding()

getRemoteMBEncoding

String getRemoteMBEncoding()

The default encoding name of sending MBSTRING data.

Returns:
The RemoteMBEncoding value

setMBEncodingMapFile

void setMBEncodingMapFile(String MBEncMapFile)
                          throws InvalidAttributeValueException

Sets the encoding name map file between Java and Tuxedo MBSTRING.

Parameters:
MBEncMapFile - the encoding name map file between Java and Tuxedo MBSTRING
Throws:
InvalidAttributeValueException
See Also:
WTCResourcesMBean.getMBEncodingMapFile()

getMBEncodingMapFile

String getMBEncodingMapFile()

The encoding name map file between Java and Tuxedo MBSTRING.

Returns:
The MBEncodingMapFile value

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.4)

Part Number E13945-04