public interface SunJmxMBeanServer implements MBeanServerInterceptor, MBeanServer
Extends the MBeanServer and MBeanServerInterceptor interface to
provide methods for getting the MetaData and MBeanServerInstantiator
objects associated with an MBeanServer.
Return the MBeanServerDelegate representing the MBeanServer.
Notifications can be sent from the MBean server delegate using
the method {@link MBeanServerDelegate#sendNotification}
in the returned object.