org.terracotta.modules.ehcache.store
Class ThreadContextAwareClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by org.terracotta.modules.ehcache.store.ThreadContextAwareClassLoader

public class ThreadContextAwareClassLoader
extends ClassLoader


Constructor Summary
ThreadContextAwareClassLoader(ClassLoader parent)
           
 
Method Summary
 Class<?> loadClass(String name)
           
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, 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

ThreadContextAwareClassLoader

public ThreadContextAwareClassLoader(ClassLoader parent)
Method Detail

loadClass

public Class<?> loadClass(String name)
                   throws ClassNotFoundException
Overrides:
loadClass in class ClassLoader
Throws:
ClassNotFoundException


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.