Uses of Interface
org.jboss.util.loading.ClassLoaderSource
-
Packages that use ClassLoaderSource Package Description 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 Modifier and Type Class Description class
ConstructorTCCLClassLoaderSource
ClassLoaderSource
implementation that returns thethread 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
Fields in org.jboss.util.threadpool declared as ClassLoaderSource Modifier and Type Field Description private ClassLoaderSource
BasicThreadPool. classLoaderSource
Source for the thread contrext classloader to assign to threadsMethods in org.jboss.util.threadpool that return ClassLoaderSource Modifier and Type Method Description ClassLoaderSource
BasicThreadPool. getClassLoaderSource()
ClassLoaderSource
BasicThreadPoolMBean. getClassLoaderSource()
Gets the source of the classloader that will be set as thethread context classloader
for pool threads.Methods in org.jboss.util.threadpool with parameters of type ClassLoaderSource Modifier and Type Method Description void
BasicThreadPool. setClassLoaderSource(ClassLoaderSource classLoaderSource)
void
BasicThreadPoolMBean. setClassLoaderSource(ClassLoaderSource classLoaderSource)
Sets the source of the classloader that will be set as thethread context classloader
for pool threads.
-