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

Packages that use MessagingBridgeMBean
weblogic.management.configuration   

 

Uses of MessagingBridgeMBean in weblogic.management.configuration

 

Methods in weblogic.management.configuration that return MessagingBridgeMBean
abstract  MessagingBridgeMBean DomainMBean.createMessagingBridge(String name)
          Factory for creating MessagingBridges
abstract  MessagingBridgeMBean ResourceGroupTemplateMBean.createMessagingBridge(String name)
          Creates a MessagingBridge with specified name.
abstract  MessagingBridgeMBean[] DomainMBean.getMessagingBridges()
          Returns the MessagingBridgeMBean representing the messaging bridges that have been configured to be part of this domain.
abstract  MessagingBridgeMBean[] ResourceGroupTemplateMBean.getMessagingBridges()
          The MessagingBridgeMBean representing the messaging bridges that have been configured to be part of this resource group template.
abstract  MessagingBridgeMBean DomainMBean.lookupMessagingBridge(String name)
           
abstract  MessagingBridgeMBean ResourceGroupTemplateMBean.lookupMessagingBridge(String name)
          Finds a MessagingBridgeMBean with the specified name.

 

Methods in weblogic.management.configuration with parameters of type MessagingBridgeMBean
abstract  void DomainMBean.destroyMessagingBridge(MessagingBridgeMBean bridge)
          deletes MessagingBridge object
abstract  void ResourceGroupTemplateMBean.destroyMessagingBridge(MessagingBridgeMBean bridge)
          Deletes specified MessagingBridge object.

 


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