BEA Systems, Inc.


weblogic.management.configuration
Interface WTCResourcesMBean


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.


Fields inherited from class weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID
 
Method Summary
 java.lang.String getAppPassword()
           
 java.lang.String getAppPasswordIV()
           
 java.lang.String[] getFldTbl16Classes()
           
 java.lang.String[] getFldTbl32Classes()
           
 java.lang.String[] getViewTbl16Classes()
           
 java.lang.String[] getViewTbl32Classes()
           
 void setAppPassword(java.lang.String appPasswd)
          Defines the application password as returned from the genpasswd utility.
 void setAppPasswordIV(java.lang.String appIV)
          Defines the initialization vector used to encrypt the AppPassword.
 void setFldTbl16Classes(java.lang.String[] fieldTable16Classes)
          Defines the names of FldTbl16Classes which are loaded via a class loader and added to a FldTbl array.
 void setFldTbl32Classes(java.lang.String[] fieldTable32Classes)
          Defines the names of FldTbl32Classes which are loaded via a class loader and added to a FldTbl array.
 void setViewTbl16Classes(java.lang.String[] viewTable16Classes)
          Defines the names of ViewTbl16Classes which are loaded via a class loader and added to a ViewTbl array.
 void setViewTbl32Classes(java.lang.String[] viewTable32Classes)
          Defines the names of ViewTbl32Classes which are loaded via a class loader and added to a ViewTbl array.
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
addLinkMbeanAttribute, getNotes, isPersistenceEnabled, setNotes
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, 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
 

Method Detail

setFldTbl16Classes

public void setFldTbl16Classes(java.lang.String[] fieldTable16Classes)
                        throws javax.management.InvalidAttributeValueException
Defines the names of FldTbl16Classes which are loaded via a class loader and added to a FldTbl array.

Parameters:
FldTbl16Classes - the names of the FML field table classes

getFldTbl16Classes

public java.lang.String[] getFldTbl16Classes()


setFldTbl32Classes

public void setFldTbl32Classes(java.lang.String[] fieldTable32Classes)
                        throws javax.management.InvalidAttributeValueException
Defines the names of FldTbl32Classes which are loaded via a class loader and added to a FldTbl array.

Parameters:
FldTbl32Classes - the names of the FML32 field table classes

getFldTbl32Classes

public java.lang.String[] getFldTbl32Classes()


setViewTbl16Classes

public void setViewTbl16Classes(java.lang.String[] viewTable16Classes)
                         throws javax.management.InvalidAttributeValueException
Defines the names of ViewTbl16Classes which are loaded via a class loader and added to a ViewTbl array.

Parameters:
ViewTbl16Classes - the names of the VIEW table classes

getViewTbl16Classes

public java.lang.String[] getViewTbl16Classes()


setViewTbl32Classes

public void setViewTbl32Classes(java.lang.String[] viewTable32Classes)
                         throws javax.management.InvalidAttributeValueException
Defines the names of ViewTbl32Classes which are loaded via a class loader and added to a ViewTbl array.

Parameters:
ViewTbl32Classes - the names of the VIEW32 table classes

getViewTbl32Classes

public java.lang.String[] getViewTbl32Classes()


setAppPassword

public void setAppPassword(java.lang.String appPasswd)
                    throws javax.management.InvalidAttributeValueException
Defines the application password as returned from the genpasswd utility. This Tuxedo application password is the encrypted password used to authenticate connections.

Parameters:
AppPasswd - the encrypted application password string

getAppPassword

public java.lang.String getAppPassword()


setAppPasswordIV

public void setAppPasswordIV(java.lang.String appIV)
                      throws javax.management.InvalidAttributeValueException
Defines the initialization vector used to encrypt the AppPassword. It is returned from the genpasswd utility with the AppPassword.

Parameters:
AppPasswdIV - initialization vector used to encrypt global password

getAppPasswordIV

public java.lang.String getAppPasswordIV()


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference