|
BEA Systems, Inc. | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebLogicMBean | |
weblogic.management | Provides for the configuration, control and monitoring of a WebLogic Domain. |
Uses of WebLogicMBean in weblogic.management |
Methods in weblogic.management that return WebLogicMBean | |
WebLogicMBean |
WebLogicMBean.getParent()
Return the immediate parent for this MBean |
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,
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 |
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)
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,
Class cls)
Deprecated. Returns a type-safe stub for all MBeans in the default JMX domain that implement the class you specify. |
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.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)
Deprecated. Creates an Administration MBean with the specified name and type in the default JMX domain. |
Methods in weblogic.management with parameters of type WebLogicMBean | |
void |
WebLogicMBean.setParent(WebLogicMBean parent)
Change the parent for this MBean |
void |
MBeanHome.deleteMBean(WebLogicMBean mbean)
Deprecated. Delete the specified MBean.. |
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |