API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.loading. ClassLoaderRepository View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 ClassLoaderRepository
Subinterfaces
Description
public interface ClassLoaderRepository
  Instances of this interface are used to keep the list of ClassLoaders registered in an MBean Server.
See also:    MBeanServerFactory
Methods
Hide/Show inherited methods
public Class<Object> loadClass (String className) throws ClassNotFoundException
  Load the given class name through the list of class loaders.
public Class<Object> loadClassBefore (ClassLoader stop, String className) throws ClassNotFoundException
  Load the given class name through the list of class loaders, stopping at the given one.
public Class<Object> loadClassWithout (ClassLoader exclude, String className) throws ClassNotFoundException
  Load the given class name through the list of class loaders, excluding the given one.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar