|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Instances of this interface are used to keep the list of Class Loaders registered in a MBean Server. They provide the necessary methods to load classes using the registered Class Loaders.
| Method Summary | |
java.lang.Class |
loadClass(java.lang.String className)
Go through the list of class loaders and try to load the requested class. |
java.lang.Class |
loadClassWithout(java.lang.ClassLoader loader,
java.lang.String className)
Go through the list of class loaders but exclude the given class loader, then try to load the requested class. |
| Method Detail |
public java.lang.Class loadClass(java.lang.String className)
throws java.lang.ClassNotFoundException
className - The name of the class to be loaded.
java.lang.ClassNotFoundException
public java.lang.Class loadClassWithout(java.lang.ClassLoader loader,
java.lang.String className)
throws java.lang.ClassNotFoundException
loader - The class loader to be excluded.className - The name of the class to be loaded.
java.lang.ClassNotFoundException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||