BEA Systems, Inc.

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

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


Uses of Interface
weblogic.management.configuration.MessagingBridgeMBean

Packages that use MessagingBridgeMBean
weblogic.management.configuration   
 

Uses of MessagingBridgeMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return MessagingBridgeMBean
 MessagingBridgeMBean[] DomainMBean.getMessagingBridges()
          Returns the MessagingBridgeMBean representing the messaging bridges that have been configured to be part of this domain.
 MessagingBridgeMBean DomainMBean.createMessagingBridge(String name)
          Factory for creating MessagingBridges
 MessagingBridgeMBean DomainMBean.lookupMessagingBridge(String name)
           
 

Methods in weblogic.management.configuration with parameters of type MessagingBridgeMBean
 void DomainMBean.destroyMessagingBridge(MessagingBridgeMBean bridge)
          deletes MessagingBridge object
static void BridgeLegalHelper.validateBridgeDestinations(MessagingBridgeMBean bridge)
          This method validates whether the source and target destinations of a messaging bridge are the same.
 


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