Package org.glassfish.grizzly.utils
Class DebugPoint
- java.lang.Object
-
- org.glassfish.grizzly.utils.DebugPoint
-
public class DebugPoint extends java.lang.ObjectUtility class, which may stores the current execution position to help tracking threading issues.- Author:
- Alexey Stashok
-
-
Constructor Summary
Constructors Constructor Description DebugPoint(java.lang.Exception stackTrace, java.lang.String threadName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ExceptiongetStackTrace()java.lang.StringgetThreadName()java.lang.StringtoString()
-