BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management
Interface RemoteMBeanServer


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

A remove version of a standard MBeanServer.

Author:
Copyright © 2002 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.

Returns:
The mBeanHome value
Throws:
java.rmi.RemoteException - Description of the Exception

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