org.glassfish.grizzly.utils
Class DebugPoint

java.lang.Object
  extended by 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
DebugPoint(Exception stackTrace, String threadName)
           
 
Method Summary
 Exception getStackTrace()
           
 String getThreadName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DebugPoint

public DebugPoint(Exception stackTrace,
                  String threadName)
Method Detail

getStackTrace

public Exception getStackTrace()

getThreadName

public String getThreadName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.