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

Packages that use JMSSystemResourceMBean
weblogic.management.configuration   
 

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
 JMSSystemResourceMBean[] DomainMBean.getJMSSystemResources()
          Returns the JMSSystemResourceMBeans that have been defined for this domain.
 JMSSystemResourceMBean DomainMBean.createJMSSystemResource(String name)
          Create a new JMS system resource.
 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.
 JMSSystemResourceMBean DomainMBean.lookupJMSSystemResource(String name)
          Find a JMSSystem resource with the given name
 

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


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