org.glassfish.grizzly.utils
Class DebugPoint
java.lang.Object
org.glassfish.grizzly.utils.DebugPoint
public class DebugPoint
- extends java.lang.Object
Utility class, which may stores the current execution position to help
tracking threading issues.
- Author:
- Alexey Stashok
|
Constructor Summary |
DebugPoint(java.lang.Exception stackTrace,
java.lang.String threadName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DebugPoint
public DebugPoint(java.lang.Exception stackTrace,
java.lang.String threadName)
getStackTrace
public java.lang.Exception getStackTrace()
getThreadName
public java.lang.String getThreadName()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2012 Oracle Corporation. All Rights Reserved.