Package | Description |
---|---|
org.jboss.util.loading | |
org.jboss.util.threadpool |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
ClassLoaderSource |
BasicThreadPoolMBean.getClassLoaderSource()
Gets the source of the classloader that will be set as the
thread context classloader
for pool threads. |
ClassLoaderSource |
BasicThreadPool.getClassLoaderSource() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.