BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management
Interface RemoteMBeanServer


public interface RemoteMBeanServer
extends javax.management.MBeanServer, java.rmi.Remote

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Field Summary
static java.lang.String JNDI_NAME
          The JNDI name for the mbean home.
 
Method Summary
 MBeanHome getMBeanHome()
          Returns an MBean home capable of providing strongly typed proxies to the MBeans in this server.
 
Methods inherited from interface javax.management.MBeanServer
addNotificationListener, addNotificationListener, createMBean, createMBean, createMBean, createMBean, deserialize, deserialize, deserialize, getAttribute, getAttributes, getDefaultDomain, getMBeanCount, getMBeanInfo, getObjectInstance, instantiate, instantiate, instantiate, instantiate, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, registerMBean, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBean
 

Field Detail

JNDI_NAME

public static final java.lang.String JNDI_NAME
The JNDI name for the mbean home.
Method Detail

getMBeanHome

public MBeanHome getMBeanHome()
                       throws java.rmi.RemoteException
Returns an MBean home capable of providing strongly typed proxies to the MBeans in this server.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.