| Modifier and Type | Class and Description |
|---|---|
protected class |
ClassLoaderLeakPreventor.ClearingThreadLocalProcessor
ThreadLocalProcessor that not only detects and warns about potential leaks, but also tries to clear them
|
protected class |
ClassLoaderLeakPreventor.WarningThreadLocalProcessor
ThreadLocalProcessor that detects and warns about potential leaks
|
| Modifier and Type | Method and Description |
|---|---|
protected ClassLoaderLeakPreventor.ThreadLocalProcessor |
ClassLoaderLeakPreventor.getThreadLocalProcessor()
Get
ClassLoaderLeakPreventor.ThreadLocalProcessor to be used. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassLoaderLeakPreventor.forEachThreadLocalInCurrentThread(ClassLoaderLeakPreventor.ThreadLocalProcessor threadLocalProcessor)
Loop ThreadLocals and inheritable ThreadLocals in current Thread
and for each found, invoke the callback interface
|
protected void |
ClassLoaderLeakPreventor.forEachThreadLocalInThread(Thread thread,
ClassLoaderLeakPreventor.ThreadLocalProcessor threadLocalProcessor) |
protected void |
ClassLoaderLeakPreventor.processThreadLocalMap(Thread thread,
ClassLoaderLeakPreventor.ThreadLocalProcessor threadLocalProcessor,
Object threadLocalMap) |
Copyright © 2016. All rights reserved.