org.apache.geronimo.kernel.config
Class ConfigurationClassLoader

java.lang.Object
  extended byjava.lang.ClassLoader
      extended byjava.security.SecureClassLoader
          extended byjava.net.URLClassLoader
              extended byorg.apache.geronimo.kernel.config.ConfigurationClassLoader

public class ConfigurationClassLoader
extends URLClassLoader

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $

Constructor Summary
ConfigurationClassLoader(URI id, URL[] urls, ClassLoader parent)
           
 
Method Summary
 void destroy()
           
 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
 
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, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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()


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