|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.utils.TraceUtils
public class TraceUtils
INTERNAL: Useful tracing methods. This class can be used to validate calls that enter and leave methods. The specified method name plus the current thread is used as key. A counter is maintained for methods that have been entered.
| Constructor Summary | |
|---|---|
TraceUtils()
|
|
| Method Summary | |
|---|---|
static void |
enter(java.lang.String method)
|
static java.util.Map |
getSyncMap()
|
static void |
leave(java.lang.String method)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TraceUtils()
| Method Detail |
|---|
public static java.util.Map getSyncMap()
public static void enter(java.lang.String method)
public static void leave(java.lang.String method)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||