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 © 2004 BEA Systems, Inc. All Rights Reserved.

Fields inherited from class weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID, DEFAULT_EMPTY_BYTE_ARRAY
 
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)
          The metadataFile URL used to pass the call to the 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:

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

getDirection

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

A dynamic MBean attribute
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.

A dynamic MBean attribute
Default Value: "NO"
Legal Values: "NO","FLAT","WLXT"
Parameters:
TranslateFML - the mode for translating FML if desired.
Throws:
javax.management.InvalidAttributeValueException -  

getTranslateFML

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

A dynamic MBean attribute
Returns:
The translateFML value

setMetaDataFile

public void setMetaDataFile(java.lang.String MetaDataFile)
                     throws javax.management.InvalidAttributeValueException
The metadataFile URL used to pass the call to the WLXT.

Note: Not supported for this release.

A dynamic MBean attribute
Parameters:
MetaDataFile - the URL for use with the WLXT translate FML mode
Throws:
javax.management.InvalidAttributeValueException -  

getMetaDataFile

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

A dynamic MBean attribute
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.

A dynamic MBean attribute
Parameters:
ReplyQ - the URL for use with the WLXT translate FML mode
Throws:
javax.management.InvalidAttributeValueException -  

getReplyQ

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

A dynamic MBean attribute
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.

A dynamic MBean attribute
Parameters:
SourceAccessPoint - local or remote TuxDom name
Throws:
javax.management.InvalidAttributeValueException -  

getSourceAccessPoint

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

A dynamic MBean attribute
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.

A dynamic MBean attribute
Parameters:
SourceQspace - Tuxedo Qspace for the source
Throws:
javax.management.InvalidAttributeValueException -  

getSourceQspace

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

A dynamic MBean attribute
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.

A dynamic MBean attribute
Legal NULL: false
Parameters:
SourceName - name of the JMS or TUXEDO queue for the source
Throws:
javax.management.InvalidAttributeValueException -  

getSourceName

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

A dynamic MBean attribute
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.

A dynamic MBean attribute
Parameters:
TargetAccessPoint - local or remote TuxDom name
Throws:
javax.management.InvalidAttributeValueException -  

getTargetAccessPoint

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

A dynamic MBean attribute
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.

A dynamic MBean attribute
Parameters:
TargetQspace - Tuxedo Qspace for the target
Throws:
javax.management.InvalidAttributeValueException -  

getTargetQspace

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

A dynamic MBean attribute
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.

A dynamic MBean attribute
Legal NULL: false
Parameters:
TargetName - name of the JMS or TUXEDO queue for the target
Throws:
javax.management.InvalidAttributeValueException -  

getTargetName

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

A dynamic MBean attribute
Returns:
The targetName value

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