com.ibm.dtfj.analyzer.util
Interface ObjectObserver

All Known Implementing Classes:
WorkHeap

public interface ObjectObserver

An interface to define the interaction of an observer with the ObjectIterator class.


Method Summary
 void processObject(java.lang.Object context, com.ibm.dtfj.java.JavaObject obj)
          Do something with the object that is being provided.
 

Method Detail

processObject

void processObject(java.lang.Object context,
                   com.ibm.dtfj.java.JavaObject obj)
Do something with the object that is being provided. The context will relate to the analysis being done and may for example be the heap containing the object.

Parameters:
context - the context - possibly the object heap
obj - the object itself


© Copyright IBM Corp. 2007, 2008 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.