JBoss Common Classes 2.2.17.GA

Uses of Interface
org.jboss.util.loading.ClassLoaderSource

Packages that use ClassLoaderSource
org.jboss.util.loading   
org.jboss.util.threadpool   
 

Uses of ClassLoaderSource in org.jboss.util.loading
 

Classes in org.jboss.util.loading that implement ClassLoaderSource
 class ConstructorTCCLClassLoaderSource
          ClassLoaderSource implementation that returns the thread context classloader (TCCL) in effect when this class' constructor is invoked.
 class MyClassLoaderClassLoaderSource
          ClassLoaderSource implementation that returns the ClassLoader that loaded this class.
 

Uses of ClassLoaderSource in org.jboss.util.threadpool
 

Methods in org.jboss.util.threadpool that return ClassLoaderSource
 ClassLoaderSource BasicThreadPoolMBean.getClassLoaderSource()
          Gets the source of the classloader that will be set as the thread context classloader for pool threads.
 ClassLoaderSource BasicThreadPool.getClassLoaderSource()
           
 

Methods in org.jboss.util.threadpool with parameters of type ClassLoaderSource
 void BasicThreadPoolMBean.setClassLoaderSource(ClassLoaderSource classLoaderSource)
          Sets the source of the classloader that will be set as the thread context classloader for pool threads.
 void BasicThreadPool.setClassLoaderSource(ClassLoaderSource classLoaderSource)
           
 


JBoss Common Classes 2.2.17.GA

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