com.sun.rtsjx
Class DisabledStackTrace

java.lang.Object
  extended by com.sun.rtsjx.DisabledStackTrace

public class DisabledStackTrace
extends java.lang.Object

Dummy class used in place of real stack traces.

Getting real stack traces can lead to determinism issues. This has been turned off by default. The only real thread stack that can be returned is that of the thread asking for the stack trace.


Constructor Summary
DisabledStackTrace()
           
 
Method Summary
static void canBeEnabledWithRealtimeDebugBean()
          Dummy method that will appear in the stack trace.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisabledStackTrace

public DisabledStackTrace()
Method Detail

canBeEnabledWithRealtimeDebugBean

public static void canBeEnabledWithRealtimeDebugBean()
Dummy method that will appear in the stack trace.