Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.configuration
Interface WTCServerMBean

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

public interface WTCServerMBean
extends DeploymentMBean

This MBean defines a WTC Server.

Since:
7.0.0.0

Field Summary

 

Fields inherited from interface weblogic.management.configuration.DeploymentMBean
DEFAULT_ORDER, MAX_ORDER, MIN_ORDER

 

Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY

 

Method Summary
abstract  WTCExportMBean createWTCExport(String name)
          Factory method to create a WTCExportMBean object
abstract  WTCImportMBean createWTCImport(String name)
          Factory method to create a WTCImportMBean object
abstract  WTCLocalTuxDomMBean createWTCLocalTuxDom(String name)
          Factory method to create a WTCLocalTuxDomMBean object
abstract  WTCPasswordMBean createWTCPassword(String name)
          Factory method to create a WTCPasswordMBean object
abstract  WTCRemoteTuxDomMBean createWTCRemoteTuxDom(String name)
          Factory method to create a WTCRemoteTuxDomMBean object
abstract  WTCResourcesMBean createWTCResources(String name)
          Factory method to create a WTCResourcesMBean object
abstract  WTCtBridgeGlobalMBean createWTCtBridgeGlobal()
          Factory method to create a WTCtBridgeGlobalMBean object
abstract  WTCtBridgeRedirectMBean createWTCtBridgeRedirect(String name)
          Factory method to create a WTCtBridgeRedirectMBean object
abstract  void destroyWTCExport(WTCExportMBean expName)
          Removes a WTCExportMBean from this WTCServer
abstract  void destroyWTCImport(WTCImportMBean impName)
          Removes a WTCImportMBean from this WTCServer
abstract  void destroyWTCLocalTuxDom(WTCLocalTuxDomMBean locTuxDomName)
          Removes a WTCLocalTuxDomMBean from this WTCServer
abstract  void destroyWTCPassword(WTCPasswordMBean passwdName)
          Removes a WTCPasswordMBean from this WTCServer
abstract  void destroyWTCRemoteTuxDom(WTCRemoteTuxDomMBean remTuxDomName)
          Removes a WTCRemoteTuxDomMBean from this WTCServer
abstract  void destroyWTCResources(WTCResourcesMBean toDestroy)
          Removes this WTCResourcesMBean from this WTCServer
abstract  void destroyWTCtBridgeGlobal()
          Removes this WTCtBridgeGlobalMBean from this WTCServer
abstract  void destroyWTCtBridgeRedirect(WTCtBridgeRedirectMBean tBredirect)
          Removes a WTCtBridgeRedirectMBean from this WTCServer
abstract  WTCExportMBean[] getExports()
          Deprecated. 9.0.0.0
abstract  WTCImportMBean[] getImports()
          Deprecated. 9.0.0.0
abstract  WTCLocalTuxDomMBean[] getLocalTuxDoms()
          Deprecated. 9.0.0.0
abstract  WTCPasswordMBean[] getPasswords()
          Deprecated. 9.0.0.0
abstract  WTCRemoteTuxDomMBean[] getRemoteTuxDoms()
          Deprecated. 9.0.0.0
abstract  WTCResourcesMBean getResource()
          Deprecated.  
abstract  WTCResourcesMBean getResources()
          Deprecated. 9.0.0.0
abstract  WTCtBridgeGlobalMBean gettBridgeGlobal()
          Deprecated.  
abstract  WTCtBridgeRedirectMBean[] gettBridgeRedirects()
          Deprecated. 9.0.0.0
abstract  WTCExportMBean[] getWTCExports()
          Provides information on services exported by a local Tuxedo access point.
abstract  WTCImportMBean[] getWTCImports()
          Provides information on services imported and available on remote domains.
abstract  WTCLocalTuxDomMBean[] getWTCLocalTuxDoms()
          The local Tuxedo domains defined for this WTC Server.
abstract  WTCPasswordMBean[] getWTCPasswords()
          Specifies the configuration information for inter-domain authentication.
abstract  WTCRemoteTuxDomMBean[] getWTCRemoteTuxDoms()
          The remote Tuxedo domains defined for this WTC Server.
abstract  WTCResourcesMBean getWTCResources()
          Specifies global field table classes, view table classes, and application passwords for domains.
abstract  WTCtBridgeGlobalMBean getWTCtBridgeGlobal()
          Specifies global configuration information for the transfer of messages between WebLogic Server and Tuxedo.
abstract  WTCtBridgeRedirectMBean[] getWTCtBridgeRedirects()
          gets all WTCtBridgeRedirect objects
abstract  WTCExportMBean lookupWTCExport(String name)
           
abstract  WTCImportMBean lookupWTCImport(String name)
           
abstract  WTCLocalTuxDomMBean lookupWTCLocalTuxDom(String name)
           
abstract  WTCPasswordMBean lookupWTCPassword(String name)
           
abstract  WTCRemoteTuxDomMBean lookupWTCRemoteTuxDom(String name)
           
abstract  WTCtBridgeRedirectMBean lookupWTCtBridgeRedirect(String name)
           
abstract  void setResource(WTCResourcesMBean tuxDomResource)
          Deprecated.  
abstract  void settBridgeGlobal(WTCtBridgeGlobalMBean tBridgeGlobal)
          Deprecated.  

 

Methods inherited from interface weblogic.management.configuration.DeploymentMBean
addTarget, getDeploymentOrder, getTargets, removeTarget, setDeploymentOrder, setTargets

 

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

getWTCLocalTuxDoms

WTCLocalTuxDomMBean[] getWTCLocalTuxDoms()

The local Tuxedo domains defined for this WTC Server.

Returns:
The localTuxDoms value

createWTCLocalTuxDom

WTCLocalTuxDomMBean createWTCLocalTuxDom(String name)

Factory method to create a WTCLocalTuxDomMBean object

Parameters:
name -
Returns:
WTCLocalTuxDomMBean object

destroyWTCLocalTuxDom

void destroyWTCLocalTuxDom(WTCLocalTuxDomMBean locTuxDomName)

Removes a WTCLocalTuxDomMBean from this WTCServer

Parameters:
locTuxDomName -

lookupWTCLocalTuxDom

WTCLocalTuxDomMBean lookupWTCLocalTuxDom(String name)
Parameters:
name -
Returns:
WTCLocalTuxDomMBean object

getLocalTuxDoms

WTCLocalTuxDomMBean[] getLocalTuxDoms()
Deprecated. 9.0.0.0

getWTCRemoteTuxDoms

WTCRemoteTuxDomMBean[] getWTCRemoteTuxDoms()

The remote Tuxedo domains defined for this WTC Server.

Returns:
The remoteTuxDoms value

createWTCRemoteTuxDom

WTCRemoteTuxDomMBean createWTCRemoteTuxDom(String name)

Factory method to create a WTCRemoteTuxDomMBean object

Parameters:
name -
Returns:
WTCRemoteTuxDomMBean object

destroyWTCRemoteTuxDom

void destroyWTCRemoteTuxDom(WTCRemoteTuxDomMBean remTuxDomName)

Removes a WTCRemoteTuxDomMBean from this WTCServer

Parameters:
remTuxDomName -

lookupWTCRemoteTuxDom

WTCRemoteTuxDomMBean lookupWTCRemoteTuxDom(String name)
Parameters:
name -
Returns:
WTCRemoteTuxDomMBean object

getRemoteTuxDoms

WTCRemoteTuxDomMBean[] getRemoteTuxDoms()
Deprecated. 9.0.0.0

getWTCExports

WTCExportMBean[] getWTCExports()

Provides information on services exported by a local Tuxedo access point. Defines your Exported Services when configured using the Administration Console.

Returns:
The exports value

createWTCExport

WTCExportMBean createWTCExport(String name)

Factory method to create a WTCExportMBean object

Parameters:
name -
Returns:
WTCExportMBean object

destroyWTCExport

void destroyWTCExport(WTCExportMBean expName)

Removes a WTCExportMBean from this WTCServer

Parameters:
expName -

lookupWTCExport

WTCExportMBean lookupWTCExport(String name)
Parameters:
name -
Returns:
WTCExportMBean object

getExports

WTCExportMBean[] getExports()
Deprecated. 9.0.0.0

getWTCImports

WTCImportMBean[] getWTCImports()

Provides information on services imported and available on remote domains. Defines your Imported Services when configured using the Administration Console.

Returns:
The imports value

createWTCImport

WTCImportMBean createWTCImport(String name)

Factory method to create a WTCImportMBean object

Parameters:
name -
Returns:
WTCImportMBean object

destroyWTCImport

void destroyWTCImport(WTCImportMBean impName)

Removes a WTCImportMBean from this WTCServer

Parameters:
impName -

lookupWTCImport

WTCImportMBean lookupWTCImport(String name)
Parameters:
name -
Returns:
WTCImportMBean object

getImports

WTCImportMBean[] getImports()
Deprecated. 9.0.0.0

getWTCPasswords

WTCPasswordMBean[] getWTCPasswords()

Specifies the configuration information for inter-domain authentication. Defines your Passwords when configured using the Administration Console.

Returns:
The passwords value

createWTCPassword

WTCPasswordMBean createWTCPassword(String name)

Factory method to create a WTCPasswordMBean object

Parameters:
name -
Returns:
WTCPasswordMBean object

destroyWTCPassword

void destroyWTCPassword(WTCPasswordMBean passwdName)

Removes a WTCPasswordMBean from this WTCServer

Parameters:
passwdName -

lookupWTCPassword

WTCPasswordMBean lookupWTCPassword(String name)
Parameters:
name -
Returns:
WTCPasswordMBean object

getPasswords

WTCPasswordMBean[] getPasswords()
Deprecated. 9.0.0.0

getWTCResources

WTCResourcesMBean getWTCResources()

Specifies global field table classes, view table classes, and application passwords for domains. Defines your Resources when configured using the Administration Console.

Returns:
The resource value
See Also:
WTCServerMBean.createWTCResources(java.lang.String)

getResources

WTCResourcesMBean getResources()
Deprecated. 9.0.0.0

createWTCResources

WTCResourcesMBean createWTCResources(String name)
                                     throws InstanceAlreadyExistsException

Factory method to create a WTCResourcesMBean object

Parameters:
name -
Returns:
WTCResourcesMBean object
Throws:
InstanceAlreadyExistsException - if Resource exists
See Also:
WTCServerMBean.destroyWTCResources(weblogic.management.configuration.WTCResourcesMBean)

destroyWTCResources

void destroyWTCResources(WTCResourcesMBean toDestroy)

Removes this WTCResourcesMBean from this WTCServer

Parameters:
toDestroy -

getWTCtBridgeGlobal

WTCtBridgeGlobalMBean getWTCtBridgeGlobal()

Specifies global configuration information for the transfer of messages between WebLogic Server and Tuxedo. Defines your Tuxedo Queuing Bridge when configured using the Administration Console.

See Also:
WTCServerMBean.createWTCtBridgeGlobal()

createWTCtBridgeGlobal

WTCtBridgeGlobalMBean createWTCtBridgeGlobal()
                                             throws InstanceAlreadyExistsException

Factory method to create a WTCtBridgeGlobalMBean object

Returns:
WTCtBridgeGlobalMBean object
Throws:
InstanceAlreadyExistsException - if tBridgeGlobal exists

destroyWTCtBridgeGlobal

void destroyWTCtBridgeGlobal()

Removes this WTCtBridgeGlobalMBean from this WTCServer


getResource

WTCResourcesMBean getResource()
Deprecated. 

Specifies global field table classes, view table classes, and application passwords for domains. Defines your Resources when configured using the Administration Console.

Returns:
The resource value
See Also:
WTCServerMBean.createWTCResources(java.lang.String)

setResource

void setResource(WTCResourcesMBean tuxDomResource)
                 throws InvalidAttributeValueException
Deprecated. 

Sets the value of the Resource attribute.

This method has been deprecated. New configurations should use the "createResource" method.

Parameters:
tuxDomResource - The new resource value
Throws:
InvalidAttributeValueException

gettBridgeGlobal

WTCtBridgeGlobalMBean gettBridgeGlobal()
Deprecated. 

Specifies global configuration information for the transfer of messages between WebLogic Server and Tuxedo. Defines your Tuxedo Queuing Bridge when configured using the Administration Console.

See Also:
WTCServerMBean.createWTCtBridgeGlobal()

settBridgeGlobal

void settBridgeGlobal(WTCtBridgeGlobalMBean tBridgeGlobal)
                      throws InvalidAttributeValueException
Deprecated. 

Sets the value of the tBridgeGlobal attribute.

This method has been deprecated. New configurations should use the "createtBridgeGlobal" method.

Parameters:
tBridgeGlobal -
Throws:
InvalidAttributeValueException
See Also:
WTCServerMBean.getWTCtBridgeGlobal()

gettBridgeRedirects

WTCtBridgeRedirectMBean[] gettBridgeRedirects()
Deprecated. 9.0.0.0

Specifies the source, target, direction, and transport of messages between WebLogic Server and Tuxedo. Defines your Tuxedo Queuing Bridge Redirects when configured using the Administration Console.


getWTCtBridgeRedirects

WTCtBridgeRedirectMBean[] getWTCtBridgeRedirects()
gets all WTCtBridgeRedirect objects

createWTCtBridgeRedirect

WTCtBridgeRedirectMBean createWTCtBridgeRedirect(String name)

Factory method to create a WTCtBridgeRedirectMBean object

Parameters:
name -
Returns:
WTCtBridgeRedirectMBean object

destroyWTCtBridgeRedirect

void destroyWTCtBridgeRedirect(WTCtBridgeRedirectMBean tBredirect)

Removes a WTCtBridgeRedirectMBean from this WTCServer

Parameters:
tBredirect -

lookupWTCtBridgeRedirect

WTCtBridgeRedirectMBean lookupWTCtBridgeRedirect(String name)
Parameters:
name -
Returns:
WTCtBridgeRedirectMBean object

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09