H A D | MLet.java | 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 class in inherits:java.net.URLClassLoader,MLetMBean,MBeanRegistration,Externalizable 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() { method in class:MLet 268 * Constructs a new MLet for the specified URLs using the default 276 public MLet(URL[] urls) { method in class:MLet 281 * Constructs a new MLet fo 291 public MLet(URL[] urls, ClassLoader parent) { method in class:MLet 307 public MLet(URL[] urls, method in class:MLet 325 public MLet(URL[] urls, boolean delegateToCLR) { method in class:MLet 344 public MLet(URL[] urls, ClassLoader parent, boolean delegateToCLR) { method in class:MLet 364 public MLet(URL[] urls, method in class:MLet [all...] |