eaLib API Docs
Last Modified : January 7 2002

mss.ea.core
Class Trace

java.lang.Object
  |
  +--mss.ea.core.Trace

Deprecated. completely replaced by functionality in Log

public class Trace
extends java.lang.Object

Tracing of events and states.

Since:
0.1
Version:
0.1 (07-24-2001)
Author:
Andreas Rummler

Field Summary
static boolean isTracing
          Deprecated. Flag to indicate, whether the tracer is active or not.
 
Constructor Summary
Trace()
          Deprecated.  
 
Method Summary
static void entry(java.lang.Object sender, java.lang.String method)
          Deprecated. Traces the entry to a method.
static void entry(java.lang.Object sender, java.lang.String method, java.lang.Object param)
          Deprecated. Traces the entry to a method.
static void entry(java.lang.Object sender, java.lang.String method, java.lang.Object[] params)
          Deprecated. Traces the entry to a method.
static void exception(java.lang.Throwable throwable)
          Deprecated. Traces an exception.
static void exit(java.lang.Object sender, java.lang.String method)
          Deprecated. Traces the exit of a method.
static void exit(java.lang.Object sender, java.lang.String method, boolean retValue)
          Deprecated. Traces the exit of a method.
static void exit(java.lang.Object sender, java.lang.String method, byte retValue)
          Deprecated. Traces the exit of a method.
static void exit(java.lang.Object sender, java.lang.String method, char retValue)
          Deprecated. Traces the exit of a method.
static void exit(java.lang.Object sender, java.lang.String method, double retValue)
          Deprecated. Traces the exit of a method.
static void exit(java.lang.Object sender, java.lang.String method, float retValue)
          Deprecated. Traces the exit of a method.
static void exit(java.lang.Object sender, java.lang.String method, int retValue)
          Deprecated. Traces the exit of a method.
static void exit(java.lang.Object sender, java.lang.String method, long retValue)
          Deprecated. Traces the exit of a method.
static void exit(java.lang.Object sender, java.lang.String method, java.lang.Object retValue)
          Deprecated. Traces the exit of a method.
static void exit(java.lang.Object sender, java.lang.String method, short retValue)
          Deprecated. Traces the exit of a method.
static boolean isTracing()
          Deprecated. Indicates, whether the tracer is active.
static void stackTrace()
          Deprecated. Traces the state of the stack.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isTracing

public static boolean isTracing
Deprecated. 
Flag to indicate, whether the tracer is active or not.
Constructor Detail

Trace

public Trace()
Deprecated. 
Method Detail

isTracing

public static boolean isTracing()
Deprecated. 
Indicates, whether the tracer is active.
Returns:
true in case that tracer is active

entry

public static void entry(java.lang.Object sender,
                         java.lang.String method)
Deprecated. 
Traces the entry to a method.
Parameters:
sender - sender of the message
method - method that is entered

entry

public static void entry(java.lang.Object sender,
                         java.lang.String method,
                         java.lang.Object param)
Deprecated. 
Traces the entry to a method.
Parameters:
sender - sender of the message
method - method that is entered
param - method parameter

entry

public static void entry(java.lang.Object sender,
                         java.lang.String method,
                         java.lang.Object[] params)
Deprecated. 
Traces the entry to a method.
Parameters:
sender - sender of the message
method - method that is entered
params - method parameters

exception

public static void exception(java.lang.Throwable throwable)
Deprecated. 
Traces an exception.
Parameters:
throwable - exception to trace

exit

public static void exit(java.lang.Object sender,
                        java.lang.String method)
Deprecated. 
Traces the exit of a method.
Parameters:
sender - sender of the message
method - method that is exited

exit

public static void exit(java.lang.Object sender,
                        java.lang.String method,
                        boolean retValue)
Deprecated. 
Traces the exit of a method.
Parameters:
sender - sender of the message
method - method that is exited
retValue - return value

exit

public static void exit(java.lang.Object sender,
                        java.lang.String method,
                        byte retValue)
Deprecated. 
Traces the exit of a method.
Parameters:
sender - sender of the message
method - method that is exited
retValue - return value

exit

public static void exit(java.lang.Object sender,
                        java.lang.String method,
                        char retValue)
Deprecated. 
Traces the exit of a method.
Parameters:
sender - sender of the message
method - method that is exited
retValue - return value

exit

public static void exit(java.lang.Object sender,
                        java.lang.String method,
                        double retValue)
Deprecated. 
Traces the exit of a method.
Parameters:
sender - sender of the message
method - method that is exited
retValue - return value

exit

public static void exit(java.lang.Object sender,
                        java.lang.String method,
                        float retValue)
Deprecated. 
Traces the exit of a method.
Parameters:
sender - sender of the message
method - method that is exited
retValue - return value

exit

public static void exit(java.lang.Object sender,
                        java.lang.String method,
                        int retValue)
Deprecated. 
Traces the exit of a method.
Parameters:
sender - sender of the message
method - method that is exited
retValue - return value

exit

public static void exit(java.lang.Object sender,
                        java.lang.String method,
                        long retValue)
Deprecated. 
Traces the exit of a method.
Parameters:
sender - sender of the message
method - method that is exited
retValue - return value

exit

public static void exit(java.lang.Object sender,
                        java.lang.String method,
                        java.lang.Object retValue)
Deprecated. 
Traces the exit of a method.
Parameters:
sender - sender of the message
method - method that is exited
retValue - return value

exit

public static void exit(java.lang.Object sender,
                        java.lang.String method,
                        short retValue)
Deprecated. 
Traces the exit of a method.
Parameters:
sender - sender of the message
method - method that is exited
retValue - return value

stackTrace

public static void stackTrace()
Deprecated. 
Traces the state of the stack.

eaLib API Docs
Last Modified : January 7 2002

Copyright © 2000-2001 Technical University of Ilmenau, Department ESS