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
DebugPoint
public DebugPoint(Exception stackTrace,
String threadName)
getStackTrace
public Exception getStackTrace()
getThreadName
public String getThreadName()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 Oracle Corporation. All Rights Reserved.