com.jrockit.memleak.util
Interface IClassInfoHolder
- All Known Implementing Classes:
- AbstractObjectInfo, ArrayInfo, ArraySizeInfo, ClassObjectInfo, FieldInfo, Location, MethodInfo, ObjectInfo, StaticField, TypeHeapInfo
public interface IClassInfoHolder
An interface for anything holding a IClassInfo
. By implementing this
interface, an object may (in the context of Oracle JRockit Mission Control)
be adapted to IClassInfo and other possible type representations.
- Author:
- mpersson
getClassInfo
IClassInfo getClassInfo()
- Returns:
- a
IClassInfo
, never null.
Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.