JBoss Common Classes 2.2.17.GA

org.jboss.util.loading
Interface ClassLoaderSource

All Known Implementing Classes:
ConstructorTCCLClassLoaderSource, MyClassLoaderClassLoaderSource

public interface ClassLoaderSource

Interface for objects that provide a reference to a classloader.

Author:
Brian Stansberry
See Also:
BasicThreadPool.setClassLoaderSource(ClassLoaderSource)

Method Summary
 ClassLoader getClassLoader()
          Gets the classloader provided by this object.
 

Method Detail

getClassLoader

ClassLoader getClassLoader()
Gets the classloader provided by this object.

Returns:
the classloader, or null if none is available

JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.