|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.3) Part Number E13945-03 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WTCResourcesMBean
This interface provides access to the WTC resources configuration attributes. The methods defined herein are applicable for WTC configuration at the WLS domain level.
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."
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 |
---|
void setFldTbl16Classes(String[] fieldTable16Classes) throws InvalidAttributeValueException
Sets the value of the FldTbl16Classes attribute.
fieldTable16Classes
- The new fldTbl16Classes value
InvalidAttributeValueException
WTCResourcesMBean.getFldTbl16Classes()
String[] getFldTbl16Classes()
The names of FldTbl16Classes that are loaded via a class loader and added to a FldTbl array.
Value Requirements:
void setFldTbl32Classes(String[] fieldTable32Classes) throws InvalidAttributeValueException
Sets the value of the FldTbl32Classes attribute.
fieldTable32Classes
- The new fldTbl32Classes value
InvalidAttributeValueException
WTCResourcesMBean.getFldTbl32Classes()
String[] getFldTbl32Classes()
The names of FldTbl32Classes that are loaded via a class loader and added to a FldTbl array.
Value Requirements:
void setViewTbl16Classes(String[] viewTable16Classes) throws InvalidAttributeValueException
Sets the value of the ViewTbl16Classes attribute.
viewTable16Classes
- The new viewTbl16Classes value
InvalidAttributeValueException
WTCResourcesMBean.getViewTbl16Classes()
String[] getViewTbl16Classes()
The names of ViewTbl16Classes that are loaded via a class loader and added to a ViewTbl array.
Value Requirements:
void setViewTbl32Classes(String[] viewTable32Classes) throws InvalidAttributeValueException
Sets the value of the ViewTbl32Classes attribute.
viewTable32Classes
- The new viewTbl32Classes value
InvalidAttributeValueException
WTCResourcesMBean.getViewTbl32Classes()
String[] getViewTbl32Classes()
The names of ViewTbl32Classes that are loaded via a class loader and added to a ViewTbl array.
Value Requirements:
void setAppPassword(String appPasswd) throws InvalidAttributeValueException
Sets the value of the AppPassword attribute.
appPasswd
- The new appPassword value
InvalidAttributeValueException
WTCResourcesMBean.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.
void setAppPasswordIV(String appIV) throws InvalidAttributeValueException
Sets the value of the AppPasswordIV attribute.
appIV
- The new appPasswordIV value
InvalidAttributeValueException
WTCResourcesMBean.getAppPasswordIV()
String getAppPasswordIV()
The initialization vector used to encrypt the AppPassword.
Note: This value is returned from the
genpasswd
utility with the AppPassword.
void setTpUsrFile(String TpUsrFile) throws InvalidAttributeValueException
Sets the value of the TpUsrFile attribute.
TpUsrFile
- the TPUSR file for this remote domain
InvalidAttributeValueException
WTCResourcesMBean.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.
void setRemoteMBEncoding(String MBEncoding) throws InvalidAttributeValueException
Sets the default encoding name of sending MBSTRING data.
MBEncoding
- the default encoding name of sending MBSTRING data
InvalidAttributeValueException
WTCResourcesMBean.getRemoteMBEncoding()
String getRemoteMBEncoding()
The default encoding name of sending MBSTRING data.
void setMBEncodingMapFile(String MBEncMapFile) throws InvalidAttributeValueException
Sets the encoding name map file between Java and Tuxedo MBSTRING.
MBEncMapFile
- the encoding name map file between Java and Tuxedo MBSTRING
InvalidAttributeValueException
WTCResourcesMBean.getMBEncodingMapFile()
String getMBEncodingMapFile()
The encoding name map file between Java and Tuxedo MBSTRING.
|
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.3) Part Number E13945-03 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |