BEA Systems, Inc.

Uses of Interface
weblogic.management.WebLogicMBean

Packages that use WebLogicMBean
weblogic.cluster.singleton Provides interfaces to support WebLogic Clustering. 
weblogic.management Provides for the configuration, control and monitoring of a WebLogic Domain. 
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
 

Uses of WebLogicMBean in weblogic.cluster.singleton
 

Classes in weblogic.cluster.singleton that implement WebLogicMBean
 class MigrationDataRuntimeMBeanImpl
           
 

Uses of WebLogicMBean in weblogic.management
 

Methods in weblogic.management that return WebLogicMBean
 WebLogicMBean MBeanHome.createAdminMBean(String name, String type)
          Deprecated. Creates an Administration MBean with the specified name and type in the default JMX domain.
 WebLogicMBean MBeanHome.createAdminMBean(String name, String type, String domain)
          Deprecated. Creates an Administration MBean with the specified name, type, and domain.
 WebLogicMBean MBeanHome.createAdminMBean(String name, String type, String domain, weblogic.management.configuration.ConfigurationMBean parent)
          Deprecated. Creates an Administration MBean with the name, type, domain, and parent that you specify.
 WebLogicMBean MBeanHome.getMBean(ObjectName objectName)
          Deprecated. Returns a type-safe stub for the MBean whose complete JMX object name is contained in the ObjectName that you specify.
 WebLogicMBean MBeanHome.getMBean(String name, Class cls)
          Deprecated. Returns a type-safe stub for all MBeans in the default JMX domain that implement the class you specify.
 WebLogicMBean MBeanHome.getMBean(String name, String type)
          Deprecated. Returns a type-safe stub for the Administration MBean in the default JMX domain whose JMX object name matches the name and type values that you specify.
 WebLogicMBean MBeanHome.getMBean(String name, String type, String domain)
          Deprecated. Returns a type-safe interface for the Administration MBean whose JMX object name matches the name, type, and domain values that you specify.
 WebLogicMBean MBeanHome.getMBean(String name, String type, String domain, String location)
          Deprecated. Returns a type-safe interface for the Runtime MBean or Local Configuration MBean whose JMX object name matches the name, type, domain, and location values that you specify.
 WebLogicMBean WebLogicMBean.getParent()
          Return the immediate parent for this MBean
 

Methods in weblogic.management with parameters of type WebLogicMBean
 void MBeanHome.deleteMBean(WebLogicMBean mbean)
          Deprecated. Delete the specified MBean..
 void WebLogicMBean.setParent(WebLogicMBean parent)
          Change the parent for this MBean
 

Uses of WebLogicMBean in weblogic.management.runtime
 

Classes in weblogic.management.runtime that implement WebLogicMBean
 class weblogic.management.runtime.RuntimeMBeanDelegate
           
 


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