Uses of Class
com.jrockit.memleak.LimitedNumber

Packages that use LimitedNumber
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 LimitedNumber in com.jrockit.memleak
 

Fields in com.jrockit.memleak declared as LimitedNumber
static LimitedNumber LimitedNumber.AT_LEAST_ZERO
          Convenience constant for zero, limited.
static LimitedNumber LimitedNumber.EXACTLY_ZERO
          Convenience constant for zero, not limited.
 

Methods in com.jrockit.memleak that return LimitedNumber
 LimitedNumber IObjectInfo.getKeepAliveSize(long stopAt, Policy policy)
          Get the total size of all objects held on to by this object (the transitive closure).
 

Methods in com.jrockit.memleak that return types with arguments of type LimitedNumber
 IResult<LimitedNumber> IMemLeak.getKeepAliveSizeOf(IObjectSpecifier objectSpec, long stopAt)
          Get the total size of all objects held on to by this object (the transitive closure).
 

Uses of LimitedNumber in com.jrockit.memleak.mlp
 

Methods in com.jrockit.memleak.mlp that return types with arguments of type LimitedNumber
 IResult<LimitedNumber> MemLeakR28.getKeepAliveSizeOf(IObjectSpecifier objectSpec, long stopAt)
           
 IResult<LimitedNumber> MemLeakR26.getKeepAliveSizeOf(IObjectSpecifier objectSpec, long stopAt)
           
 

Uses of LimitedNumber in com.jrockit.memleak.util
 

Methods in com.jrockit.memleak.util that return LimitedNumber
 LimitedNumber DummyObjectInfo.getKeepAliveSize(long stopAt, Policy policy)
           
 

Methods in com.jrockit.memleak.util that return types with arguments of type LimitedNumber
 IResult<LimitedNumber> MemLeakAdapter.getKeepAliveSizeOf(IObjectSpecifier objectSpec, long stopAt)
           
 

Uses of LimitedNumber in com.jrockit.memleak.value
 

Methods in com.jrockit.memleak.value that return LimitedNumber
 LimitedNumber AbstractObjectInfo.getKeepAliveSize(long stopAt, Policy policy)
           
 



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