org.apache.activemq.util
public class ThreadTracker extends java.lang.Object
public void someMethod() {
ThreadTracker.track("someMethod");
...
}
and at some stage call result
to get a LOG
output of the callers with an associated call countConstructor and Description |
---|
ThreadTracker() |
public ThreadTracker()
Copyright © 2005-2014. All Rights Reserved.