Searched refs:MBeanInstantiator (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DSunJmxMBeanServer.java43 * Return the MBeanInstantiator associated to this MBeanServer.
49 public MBeanInstantiator getMBeanInstantiator();
H A DMBeanInstantiator.java59 * Implements the MBeanInstantiator interface. Provides methods for
66 public class MBeanInstantiator { class
70 MBeanInstantiator(ModifiableClassLoaderRepository clr) { method in class:MBeanInstantiator
191 MBeanInstantiator.class.getName(),
200 MBeanInstantiator.class.getName(),
647 loader = MBeanInstantiator.class.getClassLoader();
672 (loader==null?MBeanInstantiator.class.getClassLoader():loader);
701 MBeanInstantiator.class.getName(),
710 MBeanInstantiator.class.getName(),
H A DJmxMBeanServer.java100 private final MBeanInstantiator instantiator;
183 * @param instantiator The MBeanInstantiator that will be used to
194 MBeanInstantiator instantiator,
208 * @param instantiator The MBeanInstantiator that will be used to
222 MBeanInstantiator instantiator,
229 instantiator = new MBeanInstantiator(clr);
232 final MBeanInstantiator fInstantiator = instantiator;
270 * Return the MBeanInstantiator associated to this MBeanServer.
276 public MBeanInstantiator getMBeanInstantiator() {
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java33 import com.sun.jmx.mbeanserver.MBeanInstantiator;
115 /** The MBeanInstantiator object used by the
117 private final transient MBeanInstantiator instantiator;
156 * @param instantiator The MBeanInstantiator that will be used to
162 MBeanInstantiator instantiator,
169 IllegalArgumentException("MBeanInstantiator cannot be null");

Completed in 317 milliseconds