Uses of Interface
com.jrockit.memleak.TrendAnalysisCallback

Packages that use TrendAnalysisCallback
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   
 

Uses of TrendAnalysisCallback in com.jrockit.memleak
 

Methods in com.jrockit.memleak with parameters of type TrendAnalysisCallback
 void IMemLeak.setTrendAnalysisCallback(TrendAnalysisCallback cb)
          Sets the callback that will be called, with the latest trend analysis, for each Garbage Collect that occurs when trend analysis is enabled.
 

Uses of TrendAnalysisCallback in com.jrockit.memleak.mlp
 

Methods in com.jrockit.memleak.mlp that return TrendAnalysisCallback
 TrendAnalysisCallback AbstractMemLeak.AsyncCallbackThread.getTrendCallback()
          Returns the callback that will be called, with the latest trendanalysis, for each Garbage Collect that occurs when trend analysis is enabled.
 

Methods in com.jrockit.memleak.mlp with parameters of type TrendAnalysisCallback
 void AbstractMemLeak.setTrendAnalysisCallback(TrendAnalysisCallback cb)
           
 void AbstractMemLeak.AsyncCallbackThread.setTrendCallback(TrendAnalysisCallback tac)
          Sets the callback that will be called, with the latest trendanalysis, for each Garbage Collect that occurs when trend analysis is enabled.
 

Uses of TrendAnalysisCallback in com.jrockit.memleak.util
 

Methods in com.jrockit.memleak.util with parameters of type TrendAnalysisCallback
 void MemLeakAdapter.setTrendAnalysisCallback(TrendAnalysisCallback cb)
           
 



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