|
BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
MBeanHome interface.)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"
on http://www.oracle.com/technology/documentation/index.html.
| 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 |
| 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 |
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener |
| Method Detail |
public String getAppPassword()
The application password as returned from the
genpasswd utility.
Note: This Tuxedo application password is the encrypted password used to authenticate connections.
public String getAppPasswordIV()
The initialization vector used to encrypt the AppPassword.
Note: This value is returned from the
genpasswd utility with the AppPassword.
public String[] getFldTbl16Classes()
The names of FldTbl16Classes that are loaded via a class loader and added to a FldTbl array.
Value Requirements:
public String[] getFldTbl32Classes()
The names of FldTbl32Classes that are loaded via a class loader and added to a FldTbl array.
Value Requirements:
public String getMBEncodingMapFile()
The encoding name map file between Java and Tuxedo MBSTRING.
public String getRemoteMBEncoding()
The default encoding name of sending MBSTRING data.
public 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.
public String[] getViewTbl16Classes()
The names of ViewTbl16Classes that are loaded via a class loader and added to a ViewTbl array.
Value Requirements:
public String[] getViewTbl32Classes()
The names of ViewTbl32Classes that are loaded via a class loader and added to a ViewTbl array.
Value Requirements:
public void setAppPassword(String appPasswd)
throws InvalidAttributeValueException
Sets the value of the AppPassword attribute.
appPasswd - The new appPassword value
InvalidAttributeValueExceptiongetAppPassword()
public void setAppPasswordIV(String appIV)
throws InvalidAttributeValueException
Sets the value of the AppPasswordIV attribute.
appIV - The new appPasswordIV value
InvalidAttributeValueExceptiongetAppPasswordIV()
public void setFldTbl16Classes(String[] fieldTable16Classes)
throws InvalidAttributeValueException
Sets the value of the FldTbl16Classes attribute.
fieldTable16Classes - The new fldTbl16Classes value
InvalidAttributeValueExceptiongetFldTbl16Classes()
public void setFldTbl32Classes(String[] fieldTable32Classes)
throws InvalidAttributeValueException
Sets the value of the FldTbl32Classes attribute.
fieldTable32Classes - The new fldTbl32Classes value
InvalidAttributeValueExceptiongetFldTbl32Classes()
public 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
InvalidAttributeValueExceptiongetMBEncodingMapFile()
public void setRemoteMBEncoding(String MBEncoding)
throws InvalidAttributeValueException
Sets the default encoding name of sending MBSTRING data.
MBEncoding - the default encoding name of sending MBSTRING data
InvalidAttributeValueExceptiongetRemoteMBEncoding()
public void setTpUsrFile(String TpUsrFile)
throws InvalidAttributeValueException
Sets the value of the TpUsrFile attribute.
TpUsrFile - the TPUSR file for this remote domain
InvalidAttributeValueExceptiongetTpUsrFile()
public void setViewTbl16Classes(String[] viewTable16Classes)
throws InvalidAttributeValueException
Sets the value of the ViewTbl16Classes attribute.
viewTable16Classes - The new viewTbl16Classes value
InvalidAttributeValueExceptiongetViewTbl16Classes()
public void setViewTbl32Classes(String[] viewTable32Classes)
throws InvalidAttributeValueException
Sets the value of the ViewTbl32Classes attribute.
viewTable32Classes - The new viewTbl32Classes value
InvalidAttributeValueExceptiongetViewTbl32Classes()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||