| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This MBean defines a WTC Server.
| Fields inherited from class weblogic.management.configuration.DeploymentMBean | 
| CACHING_STUB_SVUID,  
DEFAULT_ORDER,  
MAX_ORDER,  
MIN_ORDER | 
| Fields inherited from class weblogic.management.configuration.ConfigurationMBean | 
| CACHING_STUB_SVUID,  
DEFAULT_EMPTY_BYTE_ARRAY | 
| Method Summary | |
|  boolean | addExport(WTCExportMBean exportTuxService)Add an export service mbean to the WTC Server. | 
|  boolean | addImport(WTCImportMBean importTuxService)Add an import service mbean to the WTC Server. | 
|  boolean | addLocalTuxDom(WTCLocalTuxDomMBean localTuxDomain)Add a local Tuxedo domain to the WTC Server. | 
|  boolean | addPassword(WTCPasswordMBean tuxDomPassword)Add a Tuxedo domain passwords mbeans to the WTC Server. | 
|  boolean | addRemoteTuxDom(WTCRemoteTuxDomMBean remoteTuxDomain)Add a remote Tuxedo domain to the WTC Server. | 
|  boolean | addtBridgeRedirect(WTCtBridgeRedirectMBean tBredirect)Add a tBridge Redirect mbean to the WTC Server. | 
|  WTCExportMBean[] | getExports()Get all the export service mbeans defined for the WTC Server. | 
|  WTCImportMBean[] | getImports()Get all the import service mbeans defined for the WTC Server. | 
|  WTCLocalTuxDomMBean[] | getLocalTuxDoms()Get all the loal Tuxedo domains defined for the WTC Server. | 
|  WTCPasswordMBean[] | getPasswords()Get all the Tuxedo domain passwords mbeans defined for the WTC Server. | 
|  WTCRemoteTuxDomMBean[] | getRemoteTuxDoms()Get all the remote Tuxedo domains defined for the WTC Server. | 
|  WTCResourcesMBean | getResource()Get the Tuxedo domain resources mbean defined for the WTC Server. | 
|  WTCtBridgeGlobalMBean | gettBridgeGlobal()Get the tBridge Global mbean defined for the WTC Server. | 
|  WTCtBridgeRedirectMBean[] | gettBridgeRedirects()Get the tBridge Redirect mbean defined for the WTC Server. | 
|  boolean | removeExport(WTCExportMBean exportTuxService)Remove an export service mbean from the WTC Server. | 
|  boolean | removeImport(WTCImportMBean importTuxService)Remove an import service mbean from the WTC Server. | 
|  boolean | removeLocalTuxDom(WTCLocalTuxDomMBean localTuxDomain)Remove a local Tuxedo domain from the WTC Server. | 
|  boolean | removePassword(WTCPasswordMBean tuxDomPassword)Remove a Tuxedo domain password mbeans from the WTC Server. | 
|  boolean | removeRemoteTuxDom(WTCRemoteTuxDomMBean remoteTuxDomain)Remove a remote Tuxedo domain from the WTC Server. | 
|  boolean | removetBridgeRedirect(WTCtBridgeRedirectMBean tBredirect)Remove a tBridge Redirect mbean to the WTC Server. | 
|  void | setExports(WTCExportMBean[] exportTuxServices)Set all the export service mbeans defined for the WTC Server. | 
|  void | setImports(WTCImportMBean[] importTuxServices)Set all the import service mbeans defined for the WTC Server. | 
|  void | setLocalTuxDoms(WTCLocalTuxDomMBean[] localTuxDomains)Set all the local Tuxedo domains defined for the WTC Server. | 
|  void | setPasswords(WTCPasswordMBean[] tuxDomPasswords)Set all the Tuxedo domain passwords mbeans defined for the WTC Server. | 
|  void | setRemoteTuxDoms(WTCRemoteTuxDomMBean[] remoteTuxDomains)Set all the remote Tuxedo domains defined for the WTC Server. | 
|  void | setResource(WTCResourcesMBean tuxDomResource)Set the Tuxedo domain resources mbean defined for the WTC Server. | 
|  void | settBridgeGlobal(WTCtBridgeGlobalMBean tBridgeGlobal)Set the tBridge Global mbean defined for the WTC Server. | 
|  void | settBridgeRedirects(WTCtBridgeRedirectMBean[] tBridgeRedirects)Set the tBridge Redirect mbean defined for the WTC Server. | 
| Methods inherited from interface weblogic.management.configuration.DeploymentMBean | 
| addTarget, 
getDeploymentOrder, 
getTargets, 
removeTarget, 
setDeploymentOrder, 
setTargets | 
| Methods inherited from interface weblogic.management.configuration.ConfigurationMBean | 
| freezeCurrentValue, 
getNotes, 
restoreDefaultValue, 
setComments, 
setDefaultedMBean, 
setNotes, 
setPersistenceEnabled | 
| 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, 
preRegister | 
| Methods inherited from interface javax.management.NotificationBroadcaster | 
| addNotificationListener, 
getNotificationInfo, 
removeNotificationListener | 
| Method Detail | 
public WTCLocalTuxDomMBean[] getLocalTuxDoms()
public void setLocalTuxDoms(WTCLocalTuxDomMBean[] localTuxDomains)
                     throws javax.management.InvalidAttributeValueException
localTuxDomains - The new localTuxDoms value
public boolean addLocalTuxDom(WTCLocalTuxDomMBean localTuxDomain)
                       throws javax.management.InvalidAttributeValueException,
                              DistributedManagementException
localTuxDomain - the Tuxedo domain to add to the WTC Server
public boolean removeLocalTuxDom(WTCLocalTuxDomMBean localTuxDomain)
                          throws javax.management.InvalidAttributeValueException,
                                 DistributedManagementException
localTuxDomain - the Tuxedo domain to remove from the WTC Serverpublic WTCRemoteTuxDomMBean[] getRemoteTuxDoms()
public void setRemoteTuxDoms(WTCRemoteTuxDomMBean[] remoteTuxDomains)
                      throws javax.management.InvalidAttributeValueException
remoteTuxDomains - The new remoteTuxDoms value
public boolean addRemoteTuxDom(WTCRemoteTuxDomMBean remoteTuxDomain)
                        throws javax.management.InvalidAttributeValueException,
                               DistributedManagementException
remoteTuxDomain - the Tuxedo domain to add to the WTC Server
public boolean removeRemoteTuxDom(WTCRemoteTuxDomMBean remoteTuxDomain)
                           throws javax.management.InvalidAttributeValueException,
                                  DistributedManagementException
remoteTuxDomain - the Tuxedo domain to remove from the WTC Serverpublic WTCExportMBean[] getExports()
public void setExports(WTCExportMBean[] exportTuxServices)
                throws javax.management.InvalidAttributeValueException
exportTuxServices - The new exports value
public boolean addExport(WTCExportMBean exportTuxService)
                  throws javax.management.InvalidAttributeValueException,
                         DistributedManagementException
exportTuxService - The feature to be added to the Export attribute
public boolean removeExport(WTCExportMBean exportTuxService)
                     throws javax.management.InvalidAttributeValueException,
                            DistributedManagementException
exportTuxService -  public WTCImportMBean[] getImports()
public void setImports(WTCImportMBean[] importTuxServices)
                throws javax.management.InvalidAttributeValueException
importTuxServices - The new imports value
public boolean addImport(WTCImportMBean importTuxService)
                  throws javax.management.InvalidAttributeValueException,
                         DistributedManagementException
importTuxService - The feature to be added to the Import attribute
public boolean removeImport(WTCImportMBean importTuxService)
                     throws javax.management.InvalidAttributeValueException,
                            DistributedManagementException
importTuxService -  public WTCPasswordMBean[] getPasswords()
public void setPasswords(WTCPasswordMBean[] tuxDomPasswords)
                  throws javax.management.InvalidAttributeValueException
tuxDomPasswords - The new passwords value
public boolean addPassword(WTCPasswordMBean tuxDomPassword)
                    throws javax.management.InvalidAttributeValueException,
                           DistributedManagementException
tuxDomPassword - The feature to be added to the Password attribute
public boolean removePassword(WTCPasswordMBean tuxDomPassword)
                       throws javax.management.InvalidAttributeValueException,
                              DistributedManagementException
tuxDomPassword -  public WTCResourcesMBean getResource()
public void setResource(WTCResourcesMBean tuxDomResource)
                 throws javax.management.InvalidAttributeValueException
tuxDomResource - The new resource valuepublic WTCtBridgeGlobalMBean gettBridgeGlobal()
public void settBridgeGlobal(WTCtBridgeGlobalMBean tBridgeGlobal)
                      throws javax.management.InvalidAttributeValueException
tBridgeGlobal -  public WTCtBridgeRedirectMBean[] gettBridgeRedirects()
public void settBridgeRedirects(WTCtBridgeRedirectMBean[] tBridgeRedirects)
                         throws javax.management.InvalidAttributeValueException
tBridgeRedirects -  
public boolean addtBridgeRedirect(WTCtBridgeRedirectMBean tBredirect)
                           throws javax.management.InvalidAttributeValueException,
                                  DistributedManagementException
tBredirect - the tbridge redirect mbean to add to the WTC Server
public boolean removetBridgeRedirect(WTCtBridgeRedirectMBean tBredirect)
                              throws javax.management.InvalidAttributeValueException,
                                     DistributedManagementException
tBredirect - the tbridge redirect mbean to remove from the WTC Server| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||