protected class ClassLoaderLeakPreventor.ClearingThreadLocalProcessor extends ClassLoaderLeakPreventor.WarningThreadLocalProcessor
| Modifier | Constructor and Description |
|---|---|
protected |
ClearingThreadLocalProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processLeak(Thread thread,
Reference<?> entry,
ThreadLocal<?> threadLocal,
Object value,
String message)
After having detected potential ThreadLocal leak, this method is called.
|
processprotected void processLeak(Thread thread, Reference<?> entry, ThreadLocal<?> threadLocal, Object value, String message)
ClassLoaderLeakPreventor.WarningThreadLocalProcessorprocessLeak in class ClassLoaderLeakPreventor.WarningThreadLocalProcessorCopyright © 2016. All rights reserved.