com.jrockit.memleak.mlp
Class MemLeakR28.LargestArrayR28

java.lang.Object
  extended by com.jrockit.memleak.mlp.AbstractMemLeak.DelayedTruncatable<IArraySizeInfo>
      extended by com.jrockit.memleak.mlp.MemLeakR28.LargestArrayR28
All Implemented Interfaces:
IResult<IArraySizeInfo[]>, ITruncatable<IArraySizeInfo>
Enclosing class:
MemLeakR28

public class MemLeakR28.LargestArrayR28
extends AbstractMemLeak.DelayedTruncatable<IArraySizeInfo>

Author:
mpersson

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.jrockit.memleak.ITruncatable
ITruncatable.Reason
 
Field Summary
 
Fields inherited from class com.jrockit.memleak.mlp.AbstractMemLeak.DelayedTruncatable
req
 
Constructor Summary
MemLeakR28.LargestArrayR28(ITypeSpecifier type)
           
 
Method Summary
protected  IArraySizeInfo[] parseResponse(java.io.DataInputStream dis)
           
 
Methods inherited from class com.jrockit.memleak.mlp.AbstractMemLeak.DelayedTruncatable
get, getChangeTime, getEmptyResult, getException, getTruncationReason, isDone, isDone, isTruncated, send, sendIfSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemLeakR28.LargestArrayR28

public MemLeakR28.LargestArrayR28(ITypeSpecifier type)
                           throws NotAnArrayException
Parameters:
type -
Throws:
NotAnArrayException
Method Detail

parseResponse

protected IArraySizeInfo[] parseResponse(java.io.DataInputStream dis)
                                  throws java.io.IOException,
                                         GarbageCollectedException,
                                         SpiException
Specified by:
parseResponse in class AbstractMemLeak.DelayedTruncatable<IArraySizeInfo>
Returns:
T
Throws:
java.io.IOException
GarbageCollectedException
SpiException


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