Lines Matching refs:MLet
166 * <p><STRONG>Note - </STRONG> The <CODE>MLet</CODE> class loader uses the {@link javax.management.MBeanServerFactory#getClassLoaderRepository(javax.management.MBeanServer)}
171 public class MLet extends java.net.URLClassLoader
204 * The object name of the MLet Service.
210 * The URLs of the MLet Service.
216 * What ClassLoaderRepository, if any, to use if this MLet
261 * Constructs a new MLet using the default delegation parent ClassLoader.
263 public MLet() {
268 * Constructs a new MLet for the specified URLs using the default
276 public MLet(URL[] urls) {
281 * Constructs a new MLet for the given URLs. The URLs will be
291 public MLet(URL[] urls, ClassLoader parent) {
296 * Constructs a new MLet for the specified URLs, parent class
307 public MLet(URL[] urls,
314 * Constructs a new MLet for the specified URLs using the default
321 * either the parent ClassLoader or the URLs, the MLet should delegate
325 public MLet(URL[] urls, boolean delegateToCLR) {
331 * Constructs a new MLet for the given URLs. The URLs will be
340 * either the parent ClassLoader or the URLs, the MLet should delegate
344 public MLet(URL[] urls, ClassLoader parent, boolean delegateToCLR) {
350 * Constructs a new MLet for the specified URLs, parent class
360 * either the parent ClassLoader or the URLs, the MLet should delegate
364 public MLet(URL[] urls,
381 // stop the user from creating an MLet just because they
416 MLET_LOGGER.logp(Level.FINEST, MLet.class.getName(),
448 * @exception IllegalStateException MLet MBean is not registered with an MBeanServer.
477 * @exception IllegalStateException MLet MBean is not registered
487 throw new IllegalStateException("This MLet MBean is not " +
492 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(),
499 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(),
511 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth, msg);
519 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth, msg);
551 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(),
560 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
565 // If we are using the base MLet implementation then it will be
573 MLET_LOGGER.logp(Level.FINEST, MLet.class.getName(),
593 // CODE or OBJECT section of the MLet tag
602 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth, msg);
610 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth, msg);
647 MLet.class.getName(),
671 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
676 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
681 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
686 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
691 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
696 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
701 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
706 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
711 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
716 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
760 * <defaultDomain>:type=MLet
776 // If no name is specified return a default name for the MLet
817 * <p>Save this MLet's contents to the given {@link ObjectOutput}.
836 throw new UnsupportedOperationException("MLet.writeExternal");
840 * <p>Restore this MLet's contents from the given {@link ObjectInput}.
862 throw new UnsupportedOperationException("MLet.readExternal");
873 * the class is not found in this MLet's URLs. The given
876 * found in this MLet's URLs.</p>
926 * Called by {@link MLet#findClass(java.lang.String)}.
940 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), "findClass", name);
945 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(),
947 "Class " + name + " loaded through MLet classloader");
952 MLET_LOGGER.logp(Level.FINEST, MLet.class.getName(),
963 MLET_LOGGER.logp(Level.FINEST, MLet.class.getName(),
971 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(),
979 MLET_LOGGER.logp(Level.FINEST, MLet.class.getName(),
986 MLET_LOGGER.logp(Level.FINEST, MLet.class.getName(),
1045 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
1055 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
1061 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
1077 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
1084 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
1095 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
1097 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(), mth,
1130 MLET_LOGGER.logp(Level.FINEST, MLet.class.getName(),
1139 MLET_LOGGER.logp(Level.FINEST, MLet.class.getName(),
1143 MLET_LOGGER.logp(Level.FINEST, MLet.class.getName(),
1186 MLET_LOGGER.logp(Level.FINEST, MLet.class.getName(),
1206 * codebase, and jarfile have been extracted from the MLet file,
1252 MLET_LOGGER.logp(Level.FINER, MLet.class.getName(),
1264 MLET_LOGGER.logp(Level.FINEST, MLet.class.getName(),
1271 MLET_LOGGER.logp(Level.FINEST, MLet.class.getName(),
1279 MLET_LOGGER.logp(Level.FINEST, MLet.class.getName(),
1303 MLET_LOGGER.logp(Level.FINEST, MLet.class.getName(),