| java.lang.Object com.tc.util.ActivityMonitor
ActivityMonitor | public class ActivityMonitor (Code) | | This class can be used while debugging to record some activity based on a key and later can be used to inpect the
activity when something goes wrong. Do note that this class can bloat up the memory and take up a lot of resources.
SoftREferences are used to avoid "OutOfMemory" Errors.
|
ActivityMonitor | public ActivityMonitor()(Code) | | |
ActivityMonitor | public ActivityMonitor(String name, boolean softref)(Code) | | |
clear | public void clear()(Code) | | |
printActivityFor | public void printActivityFor(Object id)(Code) | | |
|
|