|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WTCtBridgeRedirectMBean
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.
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."
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 |
---|
void setDirection(String Direction) throws InvalidAttributeValueException
Sets the value of the Direction attribute.
Direction
- the name of this FML field table class
InvalidAttributeValueException
WTCtBridgeRedirectMBean.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:
JmsQ2TuxQ
- From JMS to TUXEDO /Q
TuxQ2JmsQ
- From TUXEDO /Q to JMS
JmsQ2TuxS
- From JMS to TUXEDO Service reply to JMS
JmsQ2JmsQ
- From JMS to JMS
void setTranslateFML(String TranslateFML) throws InvalidAttributeValueException
Sets the value of the TranslateFML attribute.
TranslateFML
- the mode for translating FML if desired.
InvalidAttributeValueException
WTCtBridgeRedirectMBean.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.
void setMetaDataFile(String MetaDataFile) throws InvalidAttributeValueException
Sets the value of the MetaDataFile attribute.
MetaDataFile
- the URL for use with the WLXT translate FML mode
InvalidAttributeValueException
WTCtBridgeRedirectMBean.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.
void setReplyQ(String ReplyQ) throws InvalidAttributeValueException
Sets the value of the ReplyQ attribute.
ReplyQ
- the URL for use with the WLXT translate FML mode
InvalidAttributeValueException
WTCtBridgeRedirectMBean.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.
void setSourceAccessPoint(String SourceAccessPoint) throws InvalidAttributeValueException
Sets the value of the SourceAccessPoint attribute.
SourceAccessPoint
- local or remote TuxDom name
InvalidAttributeValueException
WTCtBridgeRedirectMBean.getSourceAccessPoint()
String getSourceAccessPoint()
The name of the local or remote access point where the source is located.
void setSourceQspace(String SourceQspace) throws InvalidAttributeValueException
Sets the value of the SourceQspace attribute.
SourceQspace
- Tuxedo Qspace for the source
InvalidAttributeValueException
WTCtBridgeRedirectMBean.getSourceQspace()
String getSourceQspace()
The name of the Qspace for a source location.
void setSourceName(String SourceName) throws InvalidAttributeValueException
Sets the value of the SourceName attribute.
SourceName
- name of the JMS or TUXEDO queue for the source
InvalidAttributeValueException
WTCtBridgeRedirectMBean.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.
void setTargetAccessPoint(String TargetAccessPoint) throws InvalidAttributeValueException
Sets the value of the TargetAccessPoint attribute.
TargetAccessPoint
- local or remote TuxDom name
InvalidAttributeValueException
WTCtBridgeRedirectMBean.getTargetAccessPoint()
String getTargetAccessPoint()
The name of the local or remote access point where the target is located.
void setTargetQspace(String TargetQspace) throws InvalidAttributeValueException
Sets the value of the TargetQspace attribute.
TargetQspace
- Tuxedo Qspace for the target
InvalidAttributeValueException
WTCtBridgeRedirectMBean.getTargetQspace()
String getTargetQspace()
The name of the Qspace for a target location.
void setTargetName(String TargetName) throws InvalidAttributeValueException
Sets the value of the TargetName attribute.
TargetName
- name of the JMS or TUXEDO queue for the target
InvalidAttributeValueException
WTCtBridgeRedirectMBean.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.
|
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 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |