org.mule.registry
Class ClassLoaderFactory.JbiClassLoader

java.lang.Object
  extended byjava.lang.ClassLoader
      extended byjava.security.SecureClassLoader
          extended byjava.net.URLClassLoader
              extended byorg.mule.registry.ClassLoaderFactory.JbiClassLoader
Enclosing class:
ClassLoaderFactory

public static class ClassLoaderFactory.JbiClassLoader
extends URLClassLoader

ClassLoader for a component. This class loader is able to resolve class either by first looking at the parent ot itself.

Author:
Guillaume Nodet

Constructor Summary
ClassLoaderFactory.JbiClassLoader(URL[] urls, ClassLoader parent, boolean parentFirst)
           
 
Method Summary
protected  Class loadClass(String name, boolean resolve)
           
 
Methods inherited from class java.net.URLClassLoader
addURL, definePackage, findClass, findResource, findResources, getPermissions, getURLs, newInstance, newInstance
 
Methods inherited from class java.security.SecureClassLoader
defineClass
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, 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

ClassLoaderFactory.JbiClassLoader

public ClassLoaderFactory.JbiClassLoader(URL[] urls,
                                         ClassLoader parent,
                                         boolean parentFirst)
Method Detail

loadClass

protected Class loadClass(String name,
                          boolean resolve)
                   throws ClassNotFoundException
Throws:
ClassNotFoundException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.