Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Interface
weblogic.management.configuration.BridgeDestinationCommonMBean

Packages that use BridgeDestinationCommonMBean
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
 

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
 BridgeDestinationCommonMBean MessagingBridgeMBean.getSourceDestination()
          The source destination from which this messaging bridge instance reads messages.
 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
 void MessagingBridgeMBean.setSourceDestination(BridgeDestinationCommonMBean sourceDestination)
          Sets the value of the SourceDestination attribute.
 void MessagingBridgeMBean.setTargetDestination(BridgeDestinationCommonMBean targetDestination)
          Sets the value of the TargetDestination attribute.
 


Copyright 1996, 2014, 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.1.3)

Part Number E41849-02