public class ThreadGroupCleanUp extends Object implements ClassLoaderPreMortemCleanUp, MustBeAfter
ThreadGroups that are loaded by the protected classloader| Constructor and Description |
|---|
ThreadGroupCleanUp() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp(ClassLoaderLeakPreventor preventor)
Perform cleanup actions needed to make provided
ClassLoaderLeakPreventor.classLoader
ready for garbage collection. |
Class[] |
mustBeBeforeMe()
Returns an array of classes that, if part of they or any subclass of them are part of the list of
PreClassLoaderInitiators/ClassLoaderPreMortemCleanUps, needs to be prior to this element in the list. |
public Class[] mustBeBeforeMe()
MustBeAfterPreClassLoaderInitiators/ClassLoaderPreMortemCleanUps, needs to be prior to this element in the list.mustBeBeforeMe in interface MustBeAfterpublic void cleanUp(ClassLoaderLeakPreventor preventor)
ClassLoaderPreMortemCleanUpClassLoaderLeakPreventor.classLoader
ready for garbage collection.cleanUp in interface ClassLoaderPreMortemCleanUpCopyright © 2019. All rights reserved.