JBoss Common Classes 2.2.17.GA-redhat-2

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-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.