org.apache.openejb.util
Class Debug.Trace

java.lang.Object
  extended by org.apache.openejb.util.Debug.Trace
Enclosing class:
Debug

public static class Debug.Trace
extends Object


Nested Class Summary
static class Debug.Trace.Node
           
 
Constructor Summary
Debug.Trace()
           
 
Method Summary
 void link(List<StackTraceElement> elements)
           
static void mark()
           
 void print(PrintStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug.Trace

public Debug.Trace()
Method Detail

mark

public static void mark()

print

public void print(PrintStream out)

link

public void link(List<StackTraceElement> elements)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.