Interface: javax.management.MBeanServerConnection

  • public interface MBeanServerConnection
This interface represents a way to talk to an MBean server, whether local or remote. The javax.management.MBeanServer interface, representing a local MBean server, extends this interface.
Since:
@since 1.5

Methods