javax.management.MBeanServer, javax.management.MBeanServerConnection, java.rmi.Remote@Deprecated
public interface RemoteMBeanServer
extends javax.management.MBeanServer, java.rmi.Remote
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.
| Modifier and Type | Field | Description | 
|---|---|---|
| static java.lang.String | JNDI_NAME | Deprecated. The JNDI name for this interface. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MBeanHome | getMBeanHome() | Deprecated. Returns the local  MBeanHomeinterface. | 
addNotificationListener, addNotificationListener, createMBean, createMBean, createMBean, createMBean, deserialize, deserialize, deserialize, getAttribute, getAttributes, getClassLoader, getClassLoaderFor, getClassLoaderRepository, getDefaultDomain, getDomains, getMBeanCount, getMBeanInfo, getObjectInstance, instantiate, instantiate, instantiate, instantiate, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, registerMBean, removeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBeanstatic final java.lang.String JNDI_NAME
MBeanHome getMBeanHome() throws java.rmi.RemoteException
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.java.rmi.RemoteException