Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.6)

Part Number E13945-06

weblogic.management.configuration
Interface WTCtBridgeRedirectMBean

All Superinterfaces:
ConfigurationMBean

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.

Deprecation of MBeanHome and Type-Safe Interfaces

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."

Since:
7.0.0.0
Access limited to the following security roles:
Deployer

Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 String getDirection()
          The direction of data flow.
 String getMetaDataFile()
          The name of the metadata file URL used to pass the call to the XML-to-non-XML WebLogic XML Translator (WLXT).
 String getReplyQ()
          The name of the JMS queue used specifically for synchronous calls to a Tuxedo service.
 String getSourceAccessPoint()
          The name of the local or remote access point where the source is located.
 String getSourceName()
          The name of a source queue or service.
 String getSourceQspace()
          The name of the Qspace for a source location.
 String getTargetAccessPoint()
          The name of the local or remote access point where the target is located.
 String getTargetName()
          The name of the target queue or service.
 String getTargetQspace()
          The name of the Qspace for a target location.
 String getTranslateFML()
          The type of XML/FML translation.
 void setDirection(String Direction)
          Sets the value of the Direction attribute.
 void setMetaDataFile(String MetaDataFile)
          Sets the value of the MetaDataFile attribute.
 void setReplyQ(String ReplyQ)
          Sets the value of the ReplyQ attribute.
 void setSourceAccessPoint(String SourceAccessPoint)
          Sets the value of the SourceAccessPoint attribute.
 void setSourceName(String SourceName)
          Sets the value of the SourceName attribute.
 void setSourceQspace(String SourceQspace)
          Sets the value of the SourceQspace attribute.
 void setTargetAccessPoint(String TargetAccessPoint)
          Sets the value of the TargetAccessPoint attribute.
 void setTargetName(String TargetName)
          Sets the value of the TargetName attribute.
 void setTargetQspace(String TargetQspace)
          Sets the value of the TargetQspace attribute.
 void setTranslateFML(String TranslateFML)
          Sets the value of the TranslateFML attribute.
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
 

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()
This method can NOT set a null value.
Default Value:
"JmsQ2TuxQ"
Valid Values:
"JmsQ2TuxQ","TuxQ2JmsQ","JmsQ2TuxS","JmsQ2JmsQ"

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()
Default Value:
"NO"
Valid Values:
"NO","FLAT","WLXT"

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()
This method can NOT set a null value.
Default Value:
"mySource"

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()
This method can NOT set a null value.
Default Value:
"myTarget"

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

Copyright 1996, 2011, 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
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.6)

Part Number E13945-06