Methods Summary |
---|
public com.sun.jmx.mbeanserver.MBeanInstantiator | getMBeanInstantiator()Return the MBeanInstantiator associated to this MBeanServer.
|
public javax.management.MBeanServerDelegate | getMBeanServerDelegate()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.
|
public com.sun.jmx.interceptor.MBeanServerInterceptor | getMBeanServerInterceptor()Return the MBeanServerInterceptor.
|
public MetaData | getMetaData()Return the MetaData associated to this MBeanServer.
|
public boolean | interceptorsEnabled()Tell whether {@link MBeanServerInterceptor}s are enabled on this
object.
|
public void | setMBeanServerInterceptor(com.sun.jmx.interceptor.MBeanServerInterceptor interceptor)Set the MBeanServerInterceptor.
|