Class LibraryClassLoader
java.lang.Object
org.glassfish.pfl.dynamic.copyobject.spi.LibraryClassLoader
Based on feedback from bug report 4452016, all class loading
in the ORB is isolated here. It is acceptable to use
Class.forName only when one is certain that the desired class
should come from the core JDK.
Note that this class must not depend on generated log wrappers!
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LibraryClassLoader
public LibraryClassLoader()
-
-
Method Details
-
loadClass
- Throws:
ClassNotFoundException
-
getClassLoader
-