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

/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DJmxMBeanServer.java100 private final MBeanInstantiator instantiator; field in class:JmxMBeanServer
135 * @exception IllegalArgumentException if the instantiator is null.
167 * @exception IllegalArgumentException if the instantiator is null.
183 * @param instantiator The MBeanInstantiator that will be used to
194 MBeanInstantiator instantiator,
196 this(domain,outer,delegate,instantiator,interceptors,true);
208 * @param instantiator The MBeanInstantiator that will be used to
222 MBeanInstantiator instantiator,
226 if (instantiator == null) {
229 instantiator
192 JmxMBeanServer(String domain, MBeanServer outer, MBeanServerDelegate delegate, MBeanInstantiator instantiator, boolean interceptors) argument
220 JmxMBeanServer(String domain, MBeanServer outer, MBeanServerDelegate delegate, MBeanInstantiator instantiator, boolean interceptors, boolean fairLock) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java117 private final transient MBeanInstantiator instantiator; field in class:DefaultMBeanServerInterceptor
156 * @param instantiator The MBeanInstantiator that will be used to
162 MBeanInstantiator instantiator,
168 if (instantiator == null) throw new
175 this.instantiator = instantiator;
268 instantiator.findClassWithDefaultLoaderRepository(className);
277 theClass = instantiator.findClass(className,
290 theClass = instantiator.findClass(className, loaderName);
301 Object moi= instantiator
160 DefaultMBeanServerInterceptor(MBeanServer outer, MBeanServerDelegate delegate, MBeanInstantiator instantiator, Repository repository) argument
[all...]

Completed in 974 milliseconds