Searched refs:DefaultMBeanServerInterceptor (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java113 public class DefaultMBeanServerInterceptor implements MBeanServerInterceptor { class in inherits:MBeanServerInterceptor
116 * DefaultMBeanServerInterceptor */
120 * DefaultMBeanServerInterceptor */
124 * DefaultMBeanServerInterceptor */
127 /** The Repository object used by the DefaultMBeanServerInterceptor */
146 * Creates a DefaultMBeanServerInterceptor with the specified
160 public DefaultMBeanServerInterceptor(MBeanServer outer, method in class:DefaultMBeanServerInterceptor
263 DefaultMBeanServerInterceptor.class.getName(),
272 DefaultMBeanServerInterceptor.class.getName(),
284 DefaultMBeanServerInterceptor
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DJmxMBeanServer.java28 import com.sun.jmx.interceptor.DefaultMBeanServerInterceptor;
252 new DefaultMBeanServerInterceptor(outer, delegate, instantiator,

Completed in 34 milliseconds