public class KeepAliveTimerCacheCleanUp extends Object implements ClassLoaderPreMortemCleanUp, MustBeAfter<ClassLoaderPreMortemCleanUp>
| Constructor and Description |
|---|
KeepAliveTimerCacheCleanUp() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp(ClassLoaderLeakPreventor preventor)
Perform cleanup actions needed to make provided
ClassLoaderLeakPreventor.classLoader
ready for garbage collection. |
Class<? extends ClassLoaderPreMortemCleanUp>[] |
mustBeBeforeMe()
Needs to be done after
StopThreadsCleanUp, since in there the Keep-Alive-Timer may be stopped. |
public Class<? extends ClassLoaderPreMortemCleanUp>[] mustBeBeforeMe()
StopThreadsCleanUp, since in there the Keep-Alive-Timer may be stopped.mustBeBeforeMe in interface MustBeAfter<ClassLoaderPreMortemCleanUp>public void cleanUp(ClassLoaderLeakPreventor preventor)
ClassLoaderPreMortemCleanUpClassLoaderLeakPreventor.classLoader
ready for garbage collection.cleanUp in interface ClassLoaderPreMortemCleanUpCopyright © 2019. All rights reserved.