com.jrockit.memleak.mlp
Class MemLeakR28.GetClassesR28

java.lang.Object
  extended by com.jrockit.memleak.mlp.AbstractMemLeak.ReqProcessor<int[]>
      extended by com.jrockit.memleak.mlp.MemLeakR28.GetClassesR28
All Implemented Interfaces:
java.util.concurrent.Future<int[]>
Enclosing class:
MemLeakR28

public class MemLeakR28.GetClassesR28
extends AbstractMemLeak.ReqProcessor<int[]>

Author:
mpersson

Field Summary
 
Fields inherited from class com.jrockit.memleak.mlp.AbstractMemLeak.ReqProcessor
req
 
Constructor Summary
MemLeakR28.GetClassesR28(java.lang.String refType)
           
 
Method Summary
protected  int[] parseResponse(java.io.DataInputStream dis)
           
 
Methods inherited from class com.jrockit.memleak.mlp.AbstractMemLeak.ReqProcessor
cancel, get, get, isCancelled, isDone, send, sendIfSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemLeakR28.GetClassesR28

public MemLeakR28.GetClassesR28(java.lang.String refType)
                         throws java.io.IOException
Parameters:
refType -
Throws:
java.io.IOException
Method Detail

parseResponse

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


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