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


Uses of Interface
weblogic.management.configuration.BridgeDestinationCommonMBean

Packages that use BridgeDestinationCommonMBean
weblogic.management.configuration   

 

Uses of BridgeDestinationCommonMBean in weblogic.management.configuration

 

Subinterfaces of BridgeDestinationCommonMBean in weblogic.management.configuration
 interface BridgeDestinationMBean
          Deprecated. 9.0.0.0 Replaced with nothing (upgrade to JMSBridgeDestination if it maps to a JMS destination).
 interface JMSBridgeDestinationMBean
          This MBean represents a messaging bridge destination for a JMS messaging product.

 

Methods in weblogic.management.configuration that return BridgeDestinationCommonMBean
abstract  BridgeDestinationCommonMBean MessagingBridgeMBean.getSourceDestination()
          The source destination from which this messaging bridge instance reads messages.
abstract  BridgeDestinationCommonMBean MessagingBridgeMBean.getTargetDestination()
          The target destination where a messaging bridge instance sends the messages it receives from the source destination.

 

Methods in weblogic.management.configuration with parameters of type BridgeDestinationCommonMBean
abstract  void MessagingBridgeMBean.setSourceDestination(BridgeDestinationCommonMBean sourceDestination)
          Sets the value of the SourceDestination attribute.
abstract  void MessagingBridgeMBean.setTargetDestination(BridgeDestinationCommonMBean targetDestination)
          Sets the value of the TargetDestination attribute.

 


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