BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.configuration
Interface WTCtBridgeRedirectMBean


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.

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Fields inherited from class weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID
 
Method Summary
 java.lang.String getDirection()
          Gets the direction attribute of the WTCtBridgeRedirectMBean object
 java.lang.String getMetaDataFile()
          Gets the metaDataFile attribute of the WTCtBridgeRedirectMBean object
 java.lang.String getReplyQ()
          Gets the replyQ attribute of the WTCtBridgeRedirectMBean object
 java.lang.String getSourceAccessPoint()
          Gets the sourceAccessPoint attribute of the WTCtBridgeRedirectMBean object
 java.lang.String getSourceName()
          Gets the sourceName attribute of the WTCtBridgeRedirectMBean object
 java.lang.String getSourceQspace()
          Gets the sourceQspace attribute of the WTCtBridgeRedirectMBean object
 java.lang.String getTargetAccessPoint()
          Gets the targetAccessPoint attribute of the WTCtBridgeRedirectMBean object
 java.lang.String getTargetName()
          Gets the targetName attribute of the WTCtBridgeRedirectMBean object
 java.lang.String getTargetQspace()
          Gets the targetQspace attribute of the WTCtBridgeRedirectMBean object
 java.lang.String getTranslateFML()
          Gets the translateFML attribute of the WTCtBridgeRedirectMBean object
 void setDirection(java.lang.String Direction)
          Defines the direction of data flow.
 void setMetaDataFile(java.lang.String MetaDataFile)
          Defines the name of the metadataFile URL used to passed to the call WLXT.
 void setReplyQ(java.lang.String ReplyQ)
          Defines the name of the JMS queue used specifically for synchronous calls to a TUXEDO service.
 void setSourceAccessPoint(java.lang.String SourceAccessPoint)
          Defines the name of the local or remote access point where the source is located.
 void setSourceName(java.lang.String SourceName)
          Defines the name of a source queue or service.
 void setSourceQspace(java.lang.String SourceQspace)
          Defines the name of the Qspace for a source location.
 void setTargetAccessPoint(java.lang.String TargetAccessPoint)
          Defines the name of the local or remote access point where the target is located.
 void setTargetName(java.lang.String TargetName)
          Defines a target queue or service.
 void setTargetQspace(java.lang.String TargetQspace)
          Defines the name of the Qspace for a target location.
 void setTranslateFML(java.lang.String TranslateFML)
          Defines the type of XMl/FML translation.
 
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

setDirection

public void setDirection(java.lang.String Direction)
                  throws javax.management.InvalidAttributeValueException
Defines the direction of data flow. Each defined direction is handled by starting a new thread. At least one redirection must be specified in the tBridge configuration or the tBridge will fail to start and an error will be logged.

Redirection keywords:

Legal NULL: false
Legal Values: "JmsQ2TuxQ","TuxQ2JmsQ","JmsQ2TuxS","JmsQ2JmsQ"
Parameters:
Direction - the name of this FML field table class
Throws:
javax.management.InvalidAttributeValueException - Description of the Exception

getDirection

public java.lang.String getDirection()
Gets the direction attribute of the WTCtBridgeRedirectMBean object

Returns:
The direction value

setTranslateFML

public void setTranslateFML(java.lang.String TranslateFML)
                     throws javax.management.InvalidAttributeValueException
Defines the type of XMl/FML translation.

Note: WLXT is not supported for this release.

Default Value: "NO"
Legal Values: "NO","FLAT","WLXT"
Parameters:
TranslateFML - the mode for translating FML if desired.
Throws:
javax.management.InvalidAttributeValueException - Description of the Exception

getTranslateFML

public java.lang.String getTranslateFML()
Gets the translateFML attribute of the WTCtBridgeRedirectMBean object

Returns:
The translateFML value

setMetaDataFile

public void setMetaDataFile(java.lang.String MetaDataFile)
                     throws javax.management.InvalidAttributeValueException
Defines the name of the metadataFile URL used to passed to the call WLXT.

Note: Not supported for this release.

Parameters:
MetaDataFile - the URL for use with the WLXT translate FML mode
Throws:
javax.management.InvalidAttributeValueException - Description of the Exception

getMetaDataFile

public java.lang.String getMetaDataFile()
Gets the metaDataFile attribute of the WTCtBridgeRedirectMBean object

Returns:
The metaDataFile value

setReplyQ

public void setReplyQ(java.lang.String ReplyQ)
               throws javax.management.InvalidAttributeValueException
Defines the name of the JMS queue used specifically for synchronous calls to a TUXEDO service. The response is returned to the JMS ReplyQ.

Parameters:
ReplyQ - the URL for use with the WLXT translate FML mode
Throws:
javax.management.InvalidAttributeValueException - Description of the Exception

getReplyQ

public java.lang.String getReplyQ()
Gets the replyQ attribute of the WTCtBridgeRedirectMBean object

Returns:
The replyQ value

setSourceAccessPoint

public void setSourceAccessPoint(java.lang.String SourceAccessPoint)
                          throws javax.management.InvalidAttributeValueException
Defines the name of the local or remote access point where the source is located.

Parameters:
SourceAccessPoint - local or remote TuxDom name
Throws:
javax.management.InvalidAttributeValueException - Description of the Exception

getSourceAccessPoint

public java.lang.String getSourceAccessPoint()
Gets the sourceAccessPoint attribute of the WTCtBridgeRedirectMBean object

Returns:
The sourceAccessPoint value

setSourceQspace

public void setSourceQspace(java.lang.String SourceQspace)
                     throws javax.management.InvalidAttributeValueException
Defines the name of the Qspace for a source location.

Parameters:
SourceQspace - Tuxedo Qspace for the source
Throws:
javax.management.InvalidAttributeValueException - Description of the Exception

getSourceQspace

public java.lang.String getSourceQspace()
Gets the sourceQspace attribute of the WTCtBridgeRedirectMBean object

Returns:
The sourceQspace value

setSourceName

public void setSourceName(java.lang.String SourceName)
                   throws javax.management.InvalidAttributeValueException
Defines the name of a source queue or service. Specify a JMS queue name, a TUXEDO queue name, or the name of a TUXEDO service.

Legal NULL: false
Parameters:
SourceName - name of the JMS or TUXEDO queue for the source
Throws:
javax.management.InvalidAttributeValueException - Description of the Exception

getSourceName

public java.lang.String getSourceName()
Gets the sourceName attribute of the WTCtBridgeRedirectMBean object

Returns:
The sourceName value

setTargetAccessPoint

public void setTargetAccessPoint(java.lang.String TargetAccessPoint)
                          throws javax.management.InvalidAttributeValueException
Defines the name of the local or remote access point where the target is located.

Parameters:
TargetAccessPoint - local or remote TuxDom name
Throws:
javax.management.InvalidAttributeValueException - Description of the Exception

getTargetAccessPoint

public java.lang.String getTargetAccessPoint()
Gets the targetAccessPoint attribute of the WTCtBridgeRedirectMBean object

Returns:
The targetAccessPoint value

setTargetQspace

public void setTargetQspace(java.lang.String TargetQspace)
                     throws javax.management.InvalidAttributeValueException
Defines the name of the Qspace for a target location.

Parameters:
TargetQspace - Tuxedo Qspace for the target
Throws:
javax.management.InvalidAttributeValueException - Description of the Exception

getTargetQspace

public java.lang.String getTargetQspace()
Gets the targetQspace attribute of the WTCtBridgeRedirectMBean object

Returns:
The targetQspace value

setTargetName

public void setTargetName(java.lang.String TargetName)
                   throws javax.management.InvalidAttributeValueException
Defines a target queue or service. Specify a JMS queue name, a TUXEDO queue name, or the name of a TUXEDO service.

Legal NULL: false
Parameters:
TargetName - name of the JMS or TUXEDO queue for the target
Throws:
javax.management.InvalidAttributeValueException - Description of the Exception

getTargetName

public java.lang.String getTargetName()
Gets the targetName attribute of the WTCtBridgeRedirectMBean object

Returns:
The targetName value

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