Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.management.configuration
Interface WTCResourcesMBean

All Superinterfaces:
ConfigurationMBean, DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, SettableBean, WebLogicMBean

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.

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, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
 

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, 2013, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02