Uses of Interface
com.jrockit.memleak.IMemleakValueFactory

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

Uses of IMemleakValueFactory in com.jrockit.memleak.mlp
 

Classes in com.jrockit.memleak.mlp that implement IMemleakValueFactory
 class InfoCachingFactory
           
 class NameMappingCacheFactory
           
 

Fields in com.jrockit.memleak.mlp declared as IMemleakValueFactory
protected  IMemleakValueFactory AbstractMemLeak.factory
          The value factory
 

Constructors in com.jrockit.memleak.mlp with parameters of type IMemleakValueFactory
InfoCachingFactory(IMemleakValueFactory delegate)
          Create a factory delegating everything to delegate, but caching created IObjectInfos and IClassInfos.
 

Uses of IMemleakValueFactory in com.jrockit.memleak.util
 

Classes in com.jrockit.memleak.util that implement IMemleakValueFactory
 class DelegatingValueFactory
          A value factory merely delegating to another implementation of IMemleakValueFactory.
 

Fields in com.jrockit.memleak.util declared as IMemleakValueFactory
protected  IMemleakValueFactory DelegatingValueFactory.delegate
          Value factory to delegate to.
 

Constructors in com.jrockit.memleak.util with parameters of type IMemleakValueFactory
DelegatingValueFactory(IMemleakValueFactory delegate)
          Create a factory delegating everything to delegate.
 

Uses of IMemleakValueFactory in com.jrockit.memleak.value
 

Classes in com.jrockit.memleak.value that implement IMemleakValueFactory
 class ValueFactory
           
 



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