| Package | Description | 
|---|---|
| weblogic.management.configuration | 
 Contains classes and interfaces for configuring a WebLogic 
Server domain. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MessagingBridgeMBean.setSourceDestination(BridgeDestinationCommonMBean sourceDestination)
Sets the value of the  
SourceDestination
 attribute. | 
void | 
MessagingBridgeMBean.setTargetDestination(BridgeDestinationCommonMBean targetDestination)
Sets the value of the  
TargetDestination
 attribute. |