BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


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
 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.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.