com.jrockit.memleak
Interface AllocTraceCallback


public interface AllocTraceCallback

Callback interface for receiving allocation traces. Allocation traces can only be received for one type at a time.

See Also:
IMemLeak.setTrendAnalysisCallback(TrendAnalysisCallback)

Method Summary
 void receiveAllocTraces(ITrace[] traces)
          Interface called upon receiving allocation traces.
 

Method Detail

receiveAllocTraces

void receiveAllocTraces(ITrace[] traces)
Interface called upon receiving allocation traces.

Parameters:
traces - the array of traces.
See Also:
ITrace


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