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 WTCtBridgeRedirectMBean

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

public interface WTCtBridgeRedirectMBean
extends ConfigurationMBean

This interface provides access to the WTC tBridge Redirect configuration attributes. The methods defined herein are applicable for tBridge configuration at the WLS domain level.

Since:
7.0.0.0

Field Summary

 

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

 

Method Summary
abstract  String getDirection()
          The direction of data flow.
abstract  String getMetaDataFile()
          The name of the metadata file URL used to pass the call to the XML-to-non-XML WebLogic XML Translator (WLXT).
abstract  String getReplyQ()
          The name of the JMS queue used specifically for synchronous calls to a Tuxedo service.
abstract  String getSourceAccessPoint()
          The name of the local or remote access point where the source is located.
abstract  String getSourceName()
          The name of a source queue or service.
abstract  String getSourceQspace()
          The name of the Qspace for a source location.
abstract  String getTargetAccessPoint()
          The name of the local or remote access point where the target is located.
abstract  String getTargetName()
          The name of the target queue or service.
abstract  String getTargetQspace()
          The name of the Qspace for a target location.
abstract  String getTranslateFML()
          The type of XML/FML translation.
abstract  void setDirection(String Direction)
          Sets the value of the Direction attribute.
abstract  void setMetaDataFile(String MetaDataFile)
          Sets the value of the MetaDataFile attribute.
abstract  void setReplyQ(String ReplyQ)
          Sets the value of the ReplyQ attribute.
abstract  void setSourceAccessPoint(String SourceAccessPoint)
          Sets the value of the SourceAccessPoint attribute.
abstract  void setSourceName(String SourceName)
          Sets the value of the SourceName attribute.
abstract  void setSourceQspace(String SourceQspace)
          Sets the value of the SourceQspace attribute.
abstract  void setTargetAccessPoint(String TargetAccessPoint)
          Sets the value of the TargetAccessPoint attribute.
abstract  void setTargetName(String TargetName)
          Sets the value of the TargetName attribute.
abstract  void setTargetQspace(String TargetQspace)
          Sets the value of the TargetQspace attribute.
abstract  void setTranslateFML(String TranslateFML)
          Sets the value of the TranslateFML attribute.

 

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

setDirection

void setDirection(String Direction)
                  throws InvalidAttributeValueException

Sets the value of the Direction attribute.

Parameters:
Direction - the name of this FML field table class
Throws:
InvalidAttributeValueException
See Also:
WTCtBridgeRedirectMBean.getDirection()

getDirection

String getDirection()

The direction of data flow. At least one redirection must be specified or the Tuxedo queuing bridge will fail to start and an error will be logged.

Each defined direction is handled by starting a new thread.

Redirection keywords:

Returns:
The direction value

setTranslateFML

void setTranslateFML(String TranslateFML)
                     throws InvalidAttributeValueException

Sets the value of the TranslateFML attribute.

Parameters:
TranslateFML - the mode for translating FML if desired.
Throws:
InvalidAttributeValueException
See Also:
WTCtBridgeRedirectMBean.getTranslateFML()

getTranslateFML

String getTranslateFML()

The type of XML/FML translation.

NO indicates that no data translation is performed. FLAT indicates that the message payload is transformed using the WebLogic Tuxedo Connector translator. WLXT indicates that translation is performed by the XML-to-non-XML WebLogic XML Translator (WLXT).

Note: WLXT is not supported for this release.

Returns:
The translateFML value

setMetaDataFile

void setMetaDataFile(String MetaDataFile)
                     throws InvalidAttributeValueException

Sets the value of the MetaDataFile attribute.

Parameters:
MetaDataFile - the URL for use with the WLXT translate FML mode
Throws:
InvalidAttributeValueException
See Also:
WTCtBridgeRedirectMBean.getMetaDataFile()

getMetaDataFile

String getMetaDataFile()

The name of the metadata file URL used to pass the call to the XML-to-non-XML WebLogic XML Translator (WLXT).

Note: Not supported for this release.

Returns:
The metaDataFile value

setReplyQ

void setReplyQ(String ReplyQ)
               throws InvalidAttributeValueException

Sets the value of the ReplyQ attribute.

Parameters:
ReplyQ - the URL for use with the WLXT translate FML mode
Throws:
InvalidAttributeValueException
See Also:
WTCtBridgeRedirectMBean.getReplyQ()

getReplyQ

String getReplyQ()

The name of the JMS queue used specifically for synchronous calls to a Tuxedo service. The response is returned to the JMS ReplyQ.

Returns:
The replyQ value

setSourceAccessPoint

void setSourceAccessPoint(String SourceAccessPoint)
                          throws InvalidAttributeValueException

Sets the value of the SourceAccessPoint attribute.

Parameters:
SourceAccessPoint - local or remote TuxDom name
Throws:
InvalidAttributeValueException
See Also:
WTCtBridgeRedirectMBean.getSourceAccessPoint()

getSourceAccessPoint

String getSourceAccessPoint()

The name of the local or remote access point where the source is located.

Returns:
The sourceAccessPoint value

setSourceQspace

void setSourceQspace(String SourceQspace)
                     throws InvalidAttributeValueException

Sets the value of the SourceQspace attribute.

Parameters:
SourceQspace - Tuxedo Qspace for the source
Throws:
InvalidAttributeValueException
See Also:
WTCtBridgeRedirectMBean.getSourceQspace()

getSourceQspace

String getSourceQspace()

The name of the Qspace for a source location.

Returns:
The sourceQspace value

setSourceName

void setSourceName(String SourceName)
                   throws InvalidAttributeValueException

Sets the value of the SourceName attribute.

Parameters:
SourceName - name of the JMS or TUXEDO queue for the source
Throws:
InvalidAttributeValueException
See Also:
WTCtBridgeRedirectMBean.getSourceName()

getSourceName

String getSourceName()

The name of a source queue or service. Specifies a JMS queue name, a Tuxedo queue name, or the name of a Tuxedo service.

Returns:
The sourceName value

setTargetAccessPoint

void setTargetAccessPoint(String TargetAccessPoint)
                          throws InvalidAttributeValueException

Sets the value of the TargetAccessPoint attribute.

Parameters:
TargetAccessPoint - local or remote TuxDom name
Throws:
InvalidAttributeValueException
See Also:
WTCtBridgeRedirectMBean.getTargetAccessPoint()

getTargetAccessPoint

String getTargetAccessPoint()

The name of the local or remote access point where the target is located.

Returns:
The targetAccessPoint value

setTargetQspace

void setTargetQspace(String TargetQspace)
                     throws InvalidAttributeValueException

Sets the value of the TargetQspace attribute.

Parameters:
TargetQspace - Tuxedo Qspace for the target
Throws:
InvalidAttributeValueException
See Also:
WTCtBridgeRedirectMBean.getTargetQspace()

getTargetQspace

String getTargetQspace()

The name of the Qspace for a target location.

Returns:
The targetQspace value

setTargetName

void setTargetName(String TargetName)
                   throws InvalidAttributeValueException

Sets the value of the TargetName attribute.

Parameters:
TargetName - name of the JMS or TUXEDO queue for the target
Throws:
InvalidAttributeValueException
See Also:
WTCtBridgeRedirectMBean.getTargetName()

getTargetName

String getTargetName()

The name of the target queue or service. Specifies a JMS queue name, a Tuxedo queue name, or the name of a Tuxedo service.

Returns:
The targetName value

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