
public class ResourceAdapterClassLoader extends ClassLoader
| Constructor and Description |
|---|
ResourceAdapterClassLoader(ClassLoader cl,
WorkClassLoader wcl)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
findClass(String name)
Find a class
|
Class<?> |
loadClass(String name) |
String |
toString() |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic ResourceAdapterClassLoader(ClassLoader cl, WorkClassLoader wcl)
cl - The class loader for the resource adapterwcl - The work class loaderpublic Class<?> loadClass(String name) throws ClassNotFoundException
loadClass in class ClassLoaderClassNotFoundExceptionpublic Class<?> findClass(String name) throws ClassNotFoundException
findClass in class ClassLoadername - The fully qualified class nameClassNotFoundException - If the class could not be foundCopyright © 2013 IronJacamar (http://www.ironjacamar.org)