BEA Systems, Inc.


weblogic.management
Interface RemoteMBeanServer


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

Contains methods for instantiating, registering, and deleting MBeans from a remote JVM. WebLogic Server provides this interface to support standard JMX interaction with MBeans on server instances from remote JVMs.

WebLogic Server provides another interface for interacting with MBeans, MBeanHome, but MBeanHome is not a standard JMX interface. Any code that uses MBeanHome might not function in other J2EE application servers.

To look up this RemoteMBeanServer interface, use MBeanHome.


Field Summary
static java.lang.String JNDI_NAME
          The JNDI name for this interface.
 
Method Summary
 MBeanHome getMBeanHome()
          Returns the local MBeanHome interface.
 
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 this interface.
Method Detail

getMBeanHome

public MBeanHome getMBeanHome()
                       throws java.rmi.RemoteException
Returns the local MBeanHome interface. You can use the MBeanHome interface to look up the Local Configuration MBeans and Runtime MBeans that are registered on the current server instance. You can also use MBeanHome to retrieve strongly typed stubs for the MBeans on the current server instance.


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

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference