org.apache.geronimo.kernel.config
Class ConfigurationClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by java.security.SecureClassLoader
          extended by java.net.URLClassLoader
              extended by org.apache.geronimo.kernel.config.ConfigurationClassLoader

public class ConfigurationClassLoader
extends URLClassLoader


Constructor Summary
ConfigurationClassLoader(URI id, URL[] urls, ClassLoader parent)
           
 
Method Summary
 void destroy()
           
protected  void finalize()
           
 URI getID()
           
 String toString()
           
 
Methods inherited from class java.net.URLClassLoader
addURL, definePackage, findClass, findResource, findResources, getPermissions, getURLs, newInstance, newInstance
 
Methods inherited from class java.security.SecureClassLoader
defineClass, defineClass
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, 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, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationClassLoader

public ConfigurationClassLoader(URI id,
                                URL[] urls,
                                ClassLoader parent)
Method Detail

getID

public URI getID()

destroy

public void destroy()

toString

public String toString()
Overrides:
toString in class Object

finalize

protected void finalize()
Overrides:
finalize in class Object


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.