API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. DefaultLoaderRepository View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      DefaultLoaderRepository
Implements
Subclasses
Description
@Deprecated
public class DefaultLoaderRepository
  Keeps the list of Class Loaders registered in the MBean Server.
See also:   
Constructors
public DefaultLoaderRepository ()
Methods
Hide/Show inherited methods
publicstatic Class loadClass (String className) throws ClassNotFoundException
  Go through the list of class loaders and try to load the requested class.
publicstatic Class loadClassWithout (ClassLoader loader, String className) throws ClassNotFoundException
  Go through the list of class loaders but exclude the given class loader, then try to load the requested class.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar