com.sun.jmx.remote.opt.util
Class ClassLoaderWithRepository

java.lang.Object
  extended by java.lang.ClassLoader
      extended by com.sun.jmx.remote.opt.util.ClassLoaderWithRepository

public class ClassLoaderWithRepository
extends ClassLoader


Constructor Summary
ClassLoaderWithRepository(ClassLoaderRepository clr, ClassLoader cl2)
           
 
Method Summary
protected  Class findClass(String name)
           
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoaderWithRepository

public ClassLoaderWithRepository(ClassLoaderRepository clr,
                                 ClassLoader cl2)
Method Detail

findClass

protected Class findClass(String name)
                   throws ClassNotFoundException
Overrides:
findClass in class ClassLoader
Throws:
ClassNotFoundException


Copyright © 2014 Terracotta, Inc.. All rights reserved.