Uses of Package
com.jrockit.memleak.util

Packages that use com.jrockit.memleak.util
com.jrockit.memleak.mlp   
com.jrockit.memleak.util   
com.jrockit.memleak.value   
 

Classes in com.jrockit.memleak.util used by com.jrockit.memleak.mlp
DelegatingValueFactory
          A value factory merely delegating to another implementation of IMemleakValueFactory.
IInfoCacheControl
          Cache control for caching IObjectInfos and IClassInfos.
IModifyOnce
          An interface that may optionally be implemented by classes returned from a IMemleakValueFactory, for setting properties that were not known at creation time.
MemLeakAdapter
          Adapter to simplify implementation of IMemLeak.
 

Classes in com.jrockit.memleak.util used by com.jrockit.memleak.util
DummyClassInfo
          Dummy implementation of IClassInfo.
DummyObjectInfo
          Dummy implementation of IObjectInfo.
IDummy
          Marker interface used to designate implementations that doesn't provide real state from an underlying model, but merely exist to avoid passing and checking for null everywhere.
TypeName
           
ValueProperty
          An enum of properties in value objects that may be set if not set already.
 

Classes in com.jrockit.memleak.util used by com.jrockit.memleak.value
IClassInfoHolder
          An interface for anything holding a IClassInfo.
IModifyOnce
          An interface that may optionally be implemented by classes returned from a IMemleakValueFactory, for setting properties that were not known at creation time.
IObjectInfoHolder
          An interface for anything holding an IObjectInfo.
ValueProperty
          An enum of properties in value objects that may be set if not set already.
 



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