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