Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.hivemind.service.impl
Class ClassFactoryClassLoader  view ClassFactoryClassLoader download ClassFactoryClassLoader.java

java.lang.Object
  extended byjava.lang.ClassLoader
      extended byorg.apache.hivemind.service.impl.ClassFactoryClassLoader

class ClassFactoryClassLoader
extends java.lang.ClassLoader

ClassLoader used to properly instantiate newly created classes.


Nested Class Summary
 
Nested classes inherited from class java.lang.ClassLoader
 
Field Summary
private  java.util.List _loaders
           
 
Fields inherited from class java.lang.ClassLoader
 
Constructor Summary
(package private) ClassFactoryClassLoader()
           
 
Method Summary
 void addDelegateLoader(java.lang.ClassLoader loader)
          Adds a delegate class loader to the list of delegate class loaders.
protected  java.lang.Class findClass(java.lang.String name)
          Searches each of the delegate class loaders for the given class.
 
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
 

Field Detail

_loaders

private java.util.List _loaders
Constructor Detail

ClassFactoryClassLoader

ClassFactoryClassLoader()
Method Detail

addDelegateLoader

public void addDelegateLoader(java.lang.ClassLoader loader)
Adds a delegate class loader to the list of delegate class loaders.


findClass

protected java.lang.Class findClass(java.lang.String name)
                             throws java.lang.ClassNotFoundException
Searches each of the delegate class loaders for the given class.