com.bankframe.services.trace
Class EndToEndTrace

java.lang.Object
  extended by com.bankframe.services.trace.EndToEndTrace

public class EndToEndTrace
extends Object


Field Summary
static int DEFAULT_SAMPLE_SIZE
           
static String TRACE_ENABLED
           
static String TRACE_SAMPLE_SIZE
           
static String TRACE_SUBSYSTEM
           
 
Method Summary
static void report()
           
static void start(String timingPoint)
           
static void stop(String timingPoint)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRACE_SUBSYSTEM

public static final String TRACE_SUBSYSTEM
See Also:
Constant Field Values

TRACE_SAMPLE_SIZE

public static final String TRACE_SAMPLE_SIZE
See Also:
Constant Field Values

TRACE_ENABLED

public static final String TRACE_ENABLED
See Also:
Constant Field Values

DEFAULT_SAMPLE_SIZE

public static final int DEFAULT_SAMPLE_SIZE
See Also:
Constant Field Values
Method Detail

report

public static void report()

start

public static void start(String timingPoint)

stop

public static void stop(String timingPoint)


Copyright © 2005, 2007, Oracle. All rights reserved.