org.apache.geronimo.kernel.util
Class ClassLoaderRegistry

java.lang.Object
  extended by org.apache.geronimo.kernel.util.ClassLoaderRegistry

public class ClassLoaderRegistry
extends Object


Constructor Summary
ClassLoaderRegistry()
           
 
Method Summary
static boolean add(ClassLoader cloader)
           
static boolean contains(ClassLoader cloader)
           
static List getList()
           
static boolean remove(ClassLoader cloader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoaderRegistry

public ClassLoaderRegistry()
Method Detail

getList

public static List getList()

add

public static boolean add(ClassLoader cloader)

contains

public static boolean contains(ClassLoader cloader)

remove

public static boolean remove(ClassLoader cloader)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.