mx4j.tools.connector
Interface RemoteMBeanServer
- MBeanServerConnection
public interface RemoteMBeanServer
A restricted MBeanServer interface to be used by RMI clients.
For now is exactly equal to MBeanServer, but
- instantiate returns the MBean without registering it, has no sense remotely
- deserialize makes no sense used remotely and should be removed
This interface is simply a marker interface extended from MBeanServerConnection to identify
remote MBeanServer.
Version:
addNotificationListener, createMBean, createMBean, getAttribute, getAttributes, getDefaultDomain, getMBeanCount, getMBeanInfo, getObjectInstance, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, removeNotificationListener, setAttribute, setAttributes, unregisterMBean |
Copyright © 2001-2003 MX4J Team. All Rights Reserved.