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 classConstructorTCCLClassLoaderSourceClassLoaderSourceimplementation that returns thethread context classloader (TCCL)in effect when this class' constructor is invoked.classMyClassLoaderClassLoaderSourceClassLoaderSourceimplementation 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 ClassLoaderSourceBasicThreadPool. classLoaderSourceSource for the thread contrext classloader to assign to threadsMethods in org.jboss.util.threadpool that return ClassLoaderSource Modifier and Type Method Description ClassLoaderSourceBasicThreadPool. getClassLoaderSource()ClassLoaderSourceBasicThreadPoolMBean. getClassLoaderSource()Gets the source of the classloader that will be set as thethread context classloaderfor pool threads.Methods in org.jboss.util.threadpool with parameters of type ClassLoaderSource Modifier and Type Method Description voidBasicThreadPool. setClassLoaderSource(ClassLoaderSource classLoaderSource)voidBasicThreadPoolMBean. setClassLoaderSource(ClassLoaderSource classLoaderSource)Sets the source of the classloader that will be set as thethread context classloaderfor pool threads.
-