| java.lang.Object org.cougaar.core.blackboard.ObjectTracker
ObjectTracker | class ObjectTracker (Code) | | A generic object tracker which is currently used to identify
CollectionSubscription s that could be converted into
DeltaSubscription s.
This could be repackaged into "org.cougaar.util".
|
Inner Class :public static class Entry implements Comparable | |
flattenMap | public static List flattenMap(Map m, String[] ignored_classes)(Code) | | Flatten a "getUsed()" map to just the active stack_element and counter.
Parameters: m - "getUsed()" map Parameters: ignored_classes - optional low-level stack classnames to ignore a list of Entry objects for each lowest-level stack_element |
getObjects | public Map getObjects()(Code) | | map from StackElements to Integer count |
startThread | public void startThread(long period, String[] ignored_classes)(Code) | | Periodically prints the object table to stdout.
|
|
|