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

Packages that use JMSSystemResourceMBean
weblogic.jms.extensions WebLogic Server extensions to JMS. 
weblogic.management.configuration   

 

Uses of JMSSystemResourceMBean in weblogic.jms.extensions

 

Methods in weblogic.jms.extensions that return JMSSystemResourceMBean
abstract  JMSSystemResourceMBean IJMSModuleHelper.findJMSSystemResource(String resourceName)
          Finder for a JMSSystemResourceMBean in the given scope
static JMSSystemResourceMBean JMSModuleHelper.findJMSSystemResource(Context ctx, String resourceName)
          Finder for a JMSSystemResourceMBean in a given WebLogic Domain

 

Uses of JMSSystemResourceMBean in weblogic.management.configuration

 

Subinterfaces of JMSSystemResourceMBean in weblogic.management.configuration
 interface JMSInteropModuleMBean
          This bean defines a system-level JMS resource.

 

Methods in weblogic.management.configuration that return JMSSystemResourceMBean
abstract  JMSSystemResourceMBean DomainMBean.createJMSSystemResource(String name)
          Create a new JMS system resource.
abstract  JMSSystemResourceMBean DomainMBean.createJMSSystemResource(String name, String descriptorFileName)
          Create a new JMS system resource whose descriptor is stored in the given fileName relative to DOMAIN_DIR/config.
abstract  JMSSystemResourceMBean ResourceGroupTemplateMBean.createJMSSystemResource(String name)
          Create a new JMS system resource.
abstract  JMSSystemResourceMBean ResourceGroupTemplateMBean.createJMSSystemResource(String name, String descriptorFileName)
          Create a new JMS system resource.
abstract  JMSSystemResourceMBean[] DomainMBean.getJMSSystemResources()
          Returns the JMSSystemResourceMBeans that have been defined for this domain.
abstract  JMSSystemResourceMBean[] ResourceGroupTemplateMBean.getJMSSystemResources()
          The JMSSystemResourceMBeans that have been defined for this resource group template.
abstract  JMSSystemResourceMBean DomainMBean.lookupJMSSystemResource(String name)
          Find a JMSSystem resource with the given name
abstract  JMSSystemResourceMBean ResourceGroupTemplateMBean.lookupJMSSystemResource(String name)
          Find a JMSSystem resource with the given name

 

Methods in weblogic.management.configuration with parameters of type JMSSystemResourceMBean
abstract  void DomainMBean.destroyJMSSystemResource(JMSSystemResourceMBean bean)
          Destroy the given system resource bean and delete the descriptor file that it refers to.
abstract  void ResourceGroupTemplateMBean.destroyJMSSystemResource(JMSSystemResourceMBean bean)
          Destroy the given system resource bean and delete the descriptor file that it refers to.

 


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