MBeanServerConnection

Interface MBeanServerConnection

All Known Subinterfaces:
MBeanServer, MBeanServerForwarder
public interface MBeanServerConnection

This interface represents a way to talk to an MBean server, whether local or remote. The MBeanServer interface, representing a local MBean server, extends this interface.

Since:
1.5

Methods

createMBean

ObjectInstance createMBean(String className,
                           ObjectName name)
                    throws ReflectionException,
                           InstanceAlread