Lines Matching defs: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
447 * @exception IllegalStateException MLet MBean is not registered with an MBeanServer.
476 * @exception IllegalStateException MLet MBean is not registered
484 throw new IllegalStateException("This MLet MBean is not " +
559 // If we are using the base MLet implementation then it will be
587 // CODE or OBJECT section of the MLet tag
745 * &lt;defaultDomain&gt;:type=MLet
761 // If no name is specified return a default name for the MLet
802 * <p>Save this MLet's contents to the given {@link ObjectOutput}.
821 throw new UnsupportedOperationException("MLet.writeExternal");
825 * <p>Restore this MLet's contents from the given {@link ObjectInput}.
847 throw new UnsupportedOperationException("MLet.readExternal");
858 * the class is not found in this MLet's URLs. The given
861 * found in this MLet's URLs.</p>
911 * Called by {@link MLet#findClass(java.lang.String)}.
931 "Class " + name + " loaded through MLet classloader");
1184 * codebase, and jarfile have been extracted from the MLet file,