| javax.management.loading.MLet javax.management.loading.PrivateMLet
PrivateMLet | public class PrivateMLet extends MLet implements PrivateClassLoader(Code) | | An MLet that is not registered in the MBeanServer's ClassLoaderRepository (since it implements
the tag interface PrivateClassLoader).
version: $Revision: 1.3 $ since: JMX 1.2 |
PrivateMLet | public PrivateMLet(URL[] urls, boolean delegateToCLR)(Code) | | Creates a new PrivateMLet
Parameters: urls - The URLs from where loading classes and resources Parameters: delegateToCLR - True if the MLet should delegate to the MBeanServer's ClassLoaderRepositoryin case the class or resource cannot be found by this MLet, false otherwise |
PrivateMLet | public PrivateMLet(URL[] urls, ClassLoader parent, boolean delegateToCLR)(Code) | | Creates a new PrivateMLet
Parameters: urls - The URLs from where loading classes and resources Parameters: parent - The parent classloader Parameters: delegateToCLR - True if the MLet should delegate to the MBeanServer's ClassLoaderRepositoryin case the class or resource cannot be found by this MLet, false otherwise |
PrivateMLet | public PrivateMLet(URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory, boolean delegateToCLR)(Code) | | Creates a new PrivateMLet
Parameters: urls - The URLs from where loading classes and resources Parameters: parent - The parent classloader Parameters: factory - The URL stream handler factory to handle custom URL schemes Parameters: delegateToCLR - True if the MLet should delegate to the MBeanServer's ClassLoaderRepositoryin case the class or resource cannot be found by this MLet, false otherwise |
|
|