| java.lang.Object org.netbeans.lib.profiler.classfile.SameNameClassGroup
SameNameClassGroup | public class SameNameClassGroup (Code) | | A container for a group of classes/placeholders with the same name and different classloaders,
plus the functionality to browse this group and check for compatible classes.
author: Tomas Hurka author: Misha Dmitirev |
SameNameClassGroup | public SameNameClassGroup()(Code) | | |
checkForCompatibility | public static BaseClassInfo checkForCompatibility(BaseClassInfo clazz, int classLoaderId)(Code) | | Check if class clazz with its existing loader is compatible with loader classLoaderId - that is,
loader classLoaderId will return this class if asked for the class with this name.
|
findCompatibleClass | public BaseClassInfo findCompatibleClass(int classLoaderId)(Code) | | Find a class compatible with the given loader (see definition in checkFroCompatibility()) in this group.
|
|
|