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)
           
static void record()
           
static void report(OutputStream write)
           
static void report(PrintStream stream)
           
static void reset()
           
 
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

record

public static void record()

report

public static void report(OutputStream write)

report

public static void report(PrintStream stream)

mark

public static void mark()

print

public void print(PrintStream out)

reset

public static void reset()

link

public void link(List<StackTraceElement> elements)


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