Uses of Interface
com.jrockit.memleak.IAccessibleInfo

Packages that use IAccessibleInfo
com.jrockit.memleak Provides classes and interfaces for obtaining memory leak information from a Oracle JRockit virtual machine 
com.jrockit.memleak.mlp   
com.jrockit.memleak.util   
com.jrockit.memleak.value   
 

Uses of IAccessibleInfo in com.jrockit.memleak
 

Subinterfaces of IAccessibleInfo in com.jrockit.memleak
 interface IClassInfo
          Representation of a class, including its name, ID, class loader ID, and various other meta data that cannot reasonably change during the lifetime of a JVM.
 interface IFieldInfo
          Information about a field in a class.
 interface IMemberInfo
          Information about a member (field or method) of a class.
 interface IMethodInfo
          Information about a method in a class.
 interface IStaticField
          Represents a static field in a class.
 

Uses of IAccessibleInfo in com.jrockit.memleak.mlp
 

Classes in com.jrockit.memleak.mlp that implement IAccessibleInfo
static class NameMappingCacheFactory.ClassInfoR26
          FIXME: Due to the horribly named IModifyOnce interface, this subclass isn't really needed anymore.
 

Uses of IAccessibleInfo in com.jrockit.memleak.util
 

Classes in com.jrockit.memleak.util that implement IAccessibleInfo
 class DummyClassInfo
          Dummy implementation of IClassInfo.
 

Uses of IAccessibleInfo in com.jrockit.memleak.value
 

Classes in com.jrockit.memleak.value that implement IAccessibleInfo
 class ClassInfo
          Representation of a class, including its name, ID, and class loader info.
 class FieldInfo
          Value class representing an instance field in a class.
 class MethodInfo
          Default IMethodInfo implementation.
 class StaticField
          Represents a static field in a class.
 



Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.