Closeable
, Externalizable
, Serializable
, AutoCloseable
, MLetMBean
, PrivateClassLoader
, MBeanRegistration
@Deprecated(since="20", forRemoval=true) public class PrivateMLet extends MLet implements PrivateClassLoader
ClassLoaderRepository
. This class acts exactly like its parent class, MLet
, with one exception. When a PrivateMLet is registered in an MBean server, it is not added to that MBean server's ClassLoaderRepository
. This is true because this class implements the interface PrivateClassLoader
.Constructor | Description |
---|---|
PrivateMLet |
Deprecated, for removal: This API element is subject to removal in a future version. Constructs a new PrivateMLet for the specified URLs using the default delegation parent ClassLoader. |
PrivateMLet |
Deprecated, for removal: This API element is subject to removal in a future version. Constructs a new PrivateMLet for the given URLs. |
PrivateMLet |
Deprecated, for removal: This API element is subject to removal in a future version. Constructs a new PrivateMLet for the specified URLs, parent class loader, and URLStreamHandlerFactory. |
addURL, addURL, check, findClass, findLibrary, getLibraryDirectory, getMBeansFromURL, getMBeansFromURL, getURLs, loadClass, postDeregister, postRegister, preDeregister, preRegister, readExternal, setLibraryDirectory, writeExternal
close, definePackage, findResource, findResources, getPermissions, getResourceAsStream, newInstance, newInstance
defineClass, defineClass
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLoadedClass, findResource, findSystemClass, getClassLoadingLock, getDefinedPackage, getDefinedPackages, getName, getPackage, getPackages, getParent, getPlatformClassLoader, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, getUnnamedModule, isRegisteredAsParallelCapable, loadClass, loadClass, registerAsParallelCapable, resolveClass, resources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResource, getResourceAsStream, getResources
public PrivateMLet(URL[] urls, boolean delegateToCLR)
urls
- The URLs from which to load classes and resources.delegateToCLR
- True if, when a class is not found in either the parent ClassLoader or the URLs, the MLet should delegate to its containing MBeanServer's ClassLoaderRepository
.public PrivateMLet(URL[] urls, ClassLoader parent, boolean delegateToCLR)
urls
- The URLs from which to load classes and resources.parent
- The parent class loader for delegation.delegateToCLR
- True if, when a class is not found in either the parent ClassLoader or the URLs, the MLet should delegate to its containing MBeanServer's ClassLoaderRepository
.public PrivateMLet(URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory, boolean delegateToCLR)
urls
- The URLs from which to load classes and resources.parent
- The parent class loader for delegation.factory
- The URLStreamHandlerFactory to use when creating URLs.delegateToCLR
- True if, when a class is not found in either the parent ClassLoader or the URLs, the MLet should delegate to its containing MBeanServer's ClassLoaderRepository
.
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.management/javax/management/loading/PrivateMLet.html