|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||