com.ibm.ras

Interface RASITraceLogger

All Superinterfaces:
RASILogger, RASIMaskChangeGenerator, RASIObject, java.io.Serializable
All known implementing classes:
RASTraceLogger, WsJrasTraceLogger

Deprecated. As of WAS 6.0, recommend using java.util.logging
  1. public interface RASITraceLogger
  2. extends RASILogger
RASITraceLogger defines a set of methods that must be implemented to create RAS trace data. See RASTraceLogger for information on the usage of these methods.
See Also:
RASILogger

Method Summary

Modifier and Type Method and Description
  1. void
entry(long type,java.lang.Object obj,java.lang.String methodName)
Deprecated. Traces entry into a non-static method.
  1. void
entry(long type,java.lang.Object obj,java.lang.String methodName,java.lang.Object parm1)
Deprecated. Traces entry into a non-static method.
  1. void
entry(long type,java.lang.Object obj,java.lang.String methodName,java.lang.Object[] parms)
Deprecated. Traces entry into a non-static method.
  1. void
entry(long type,java.lang.Object obj,java.lang.String methodName,java.lang.Object parm1,java.lang.Object parm2)
Deprecated. Traces entry into a non-static method.
  1. void
entry(long type,java.lang.String className,java.lang.String methodName)
Deprecated. Traces entry into a static method.
  1. void
entry(long type,java.lang.String className,java.lang.String methodName,java.lang.Object parm1)
Deprecated. Traces entry into a static method.
  1. void
entry(long type,java.lang.String className,java.lang.String methodName,java.lang.Object[] parms)
Deprecated. Traces entry into a static method.
  1. void
entry(long type,java.lang.String className,java.lang.String methodName,java.lang.Object parm1,java.lang.Object parm2)
Deprecated. Traces entry into a static method.
  1. void
exception(long type,java.lang.Object obj,java.lang.String methodName,java.lang.Exception exc)
Deprecated. Traces an Exception in a non-static method.
  1. void
exception(long type,java.lang.Object obj,java.lang.String methodName,java.lang.Throwable exc)
Deprecated. Traces an Exception in a non-static method.
  1. void
exception(long type,java.lang.String className,java.lang.String methodName,java.lang.Exception exc)
Deprecated. Traces an Exception in a static method.
  1. void
exception(long type,java.lang.String className,java.lang.String methodName,java.lang.Throwable exc)
Deprecated. Traces an Exception in a static method.
  1. void
exit(long type,java.lang.Object obj,java.lang.String methodName)
Deprecated. Traces exit from a non-static method.
  1. void
exit(long type,java.lang.Object obj,java.lang.String methodName,boolean retValue)
Deprecated. Traces exit from a non-static method.
  1. void
exit(long type,java.lang.Object obj,java.lang.String methodName,byte retValue)
Deprecated. Traces exit from a non-static method.
  1. void
exit(long type,java.lang.Object obj,java.lang.String methodName,char retValue)
Deprecated. Traces exit from a non-static method.
  1. void
exit(long type,java.lang.Object obj,java.lang.String methodName,double retValue)
Deprecated. Traces exit from a non-static method.
  1. void
exit(long type,java.lang.Object obj,java.lang.String methodName,float retValue)
Deprecated. Traces exit from a non-static method.
  1. void
exit(long type,java.lang.Object obj,java.lang.String methodName,int retValue)
Deprecated. Traces exit from a non-static method.
  1. void
exit(long type,java.lang.Object obj,java.lang.String methodName,long retValue)
Deprecated. Traces exit from a non-static method.
  1. void
exit(long type,java.lang.Object obj,java.lang.String methodName,java.lang.Object retValue)
Deprecated. Traces exit from a non-static method.
  1. void
exit(long type,java.lang.Object obj,java.lang.String methodName,short retValue)
Deprecated. Traces exit from a non-static method.
  1. void
exit(long type,java.lang.String className,java.lang.String methodName)
Deprecated. Traces exit from a static method.
  1. void
exit(long type,java.lang.String className,java.lang.String methodName,boolean retValue)
Deprecated. Traces exit from a static method.
  1. void
exit(long type,java.lang.String className,java.lang.String methodName,byte retValue)
Deprecated. Traces exit from a static method.
  1. void
exit(long type,java.lang.String className,java.lang.String methodName,char retValue)
Deprecated. Traces exit from a static method.
  1. void
exit(long type,java.lang.String className,java.lang.String methodName,double retValue)
Deprecated. Traces exit from a static method.
  1. void
exit(long type,java.lang.String className,java.lang.String methodName,float retValue)
Deprecated. Traces exit from a static method.
  1. void
exit(long type,java.lang.String className,java.lang.String methodName,int retValue)
Deprecated. Traces exit from a static method.
  1. void
exit(long type,java.lang.String className,java.lang.String methodName,long retValue)
Deprecated. Traces exit from a static method.
  1. void
exit(long type,java.lang.String className,java.lang.String methodName,java.lang.Object retValue)
Deprecated. Traces exit from a static method.
  1. void
exit(long type,java.lang.String className,java.lang.String methodName,short retValue)
Deprecated. Traces exit from a static method.
  1. void
stackTrace(long type,java.lang.Object obj,java.lang.String methodName)
Deprecated. Traces the call stack in a non-static method.
  1. void
stackTrace(long type,java.lang.Object obj,java.lang.String methodName,java.lang.String text)
Deprecated. Traces the call stack in a non-static method.
  1. void
stackTrace(long type,java.lang.String className,java.lang.String methodName)
Deprecated. Traces the call stack in a static method.
  1. void
stackTrace(long type,java.lang.String className,java.lang.String methodName,java.lang.String text)
Deprecated. Traces the call stack in a static method.
  1. void
trace(long type,java.lang.Object obj,java.lang.String methodName,byte[] data)
Deprecated. Traces an array of bytes in a non-static method.
  1. void
trace(long type,java.lang.Object obj,java.lang.String methodName,java.lang.String text)
Deprecated. Traces data in a non-static method.
  1. void
trace(long type,java.lang.Object obj,java.lang.String methodName,java.lang.String text,java.lang.Object parm1)
Deprecated. Traces data in a non-static method.
  1. void
trace(long type,java.lang.Object obj,java.lang.String methodName,java.lang.String text,java.lang.Object[] parms)
Deprecated. Traces data in a non-static method.
  1. void
trace(long type,java.lang.Object obj,java.lang.String methodName,java.lang.String text,java.lang.Object parm1,java.lang.Object parm2)
Deprecated. Traces data in a non-static method.
  1. void
trace(long type,java.lang.String className,java.lang.String methodName,byte[] data)
Deprecated. Traces an array of bytes in a non-static method.
  1. void
trace(long type,java.lang.String className,java.lang.String methodName,java.lang.String text)
Deprecated. Traces data in a static method.
  1. void
trace(long type,java.lang.String className,java.lang.String methodName,java.lang.String text,java.lang.Object parm1)
Deprecated. Traces data in a static method.
  1. void
trace(long type,java.lang.String className,java.lang.String methodName,java.lang.String text,java.lang.Object[] parms)
Deprecated. Traces data in a static method.
  1. void
trace(long type,java.lang.String className,java.lang.String methodName,java.lang.String text,java.lang.Object parm1,java.lang.Object parm2)
Deprecated. Traces data in a static method.
Methods inherited from interface com.ibm.ras.RASILogger
addHandler, fireRASEvent, getClient, getConfig, getHandlers, getServer, isLoggable, isLogging, isSynchronous, removeHandler, setClient, setConfig, setLogging, setServer, setSynchronous
Methods inherited from interface com.ibm.ras.RASIMaskChangeGenerator
addMaskChangeListener, addMessageEventClass, addTraceEventClass, fireMaskChangedEvent, getMaskChangeListeners, getMessageEventClasses, getMessageMask, getTraceEventClasses, getTraceMask, removeMaskChangeListener, removeMessageEventClass, removeTraceEventClass, setMessageMask, setTraceMask
Methods inherited from interface com.ibm.ras.RASIObject
getDescription, getGroup, getName, setDescription, setName

Method Detail

entry

  1. void entry(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName)
Deprecated.
Traces entry into a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.

entry

  1. void entry(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. java.lang.Object parm1)
Deprecated.
Traces entry into a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
parm1 - An element to be displayed as trace data.

entry

  1. void entry(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. java.lang.Object parm1,
  5. java.lang.Object parm2)
Deprecated.
Traces entry into a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
parm1 - An element to be displayed as trace data.
parm2 - An element to be displayed as trace data.

entry

  1. void entry(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. java.lang.Object[] parms)
Deprecated.
Traces entry into a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
parms - An array of parameters passed to the method.

entry

  1. void entry(long type,
  2. java.lang.String className,
  3. java.lang.String methodName)
Deprecated.
Traces entry into a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.

entry

  1. void entry(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. java.lang.Object parm1)
Deprecated.
Traces entry into a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
parm1 - An element to be displayed as trace data.

entry

  1. void entry(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. java.lang.Object parm1,
  5. java.lang.Object parm2)
Deprecated.
Traces entry into a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
parm1 - An element to be displayed as trace data.
parm2 - An element to be displayed as trace data.

entry

  1. void entry(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. java.lang.Object[] parms)
Deprecated.
Traces entry into a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
parms - An array of parameters passed to the method.

exit

  1. void exit(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName)
Deprecated.
Traces exit from a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.

exit

  1. void exit(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. byte retValue)
Deprecated.
Traces exit from a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. short retValue)
Deprecated.
Traces exit from a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. int retValue)
Deprecated.
Traces exit from a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. long retValue)
Deprecated.
Traces exit from a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. float retValue)
Deprecated.
Traces exit from a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. double retValue)
Deprecated.
Traces exit from a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. char retValue)
Deprecated.
Traces exit from a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. boolean retValue)
Deprecated.
Traces exit from a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. java.lang.Object retValue)
Deprecated.
Traces exit from a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.String className,
  3. java.lang.String methodName)
Deprecated.
Traces exit from a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.

exit

  1. void exit(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. byte retValue)
Deprecated.
Traces exit from a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. short retValue)
Deprecated.
Traces exit from a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. int retValue)
Deprecated.
Traces exit from a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. long retValue)
Deprecated.
Traces exit from a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. float retValue)
Deprecated.
Traces exit from a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. double retValue)
Deprecated.
Traces exit from a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. char retValue)
Deprecated.
Traces exit from a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. boolean retValue)
Deprecated.
Traces exit from a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
retValue - The returned value.

exit

  1. void exit(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. java.lang.Object retValue)
Deprecated.
Traces exit from a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
retValue - The returned value.

trace

  1. void trace(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. java.lang.String text)
Deprecated.
Traces data in a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
text - The trace text.

trace

  1. void trace(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. java.lang.String text,
  5. java.lang.Object parm1)
Deprecated.
Traces data in a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
text - The trace text.
parm1 - An element to be displayed as trace data.

trace

  1. void trace(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. java.lang.String text,
  5. java.lang.Object parm1,
  6. java.lang.Object parm2)
Deprecated.
Traces data in a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
text - The trace text.
parm1 - An element to be displayed as trace data.
parm2 - An element to be displayed as trace data.

trace

  1. void trace(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. java.lang.String text,
  5. java.lang.Object[] parms)
Deprecated.
Traces data in a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
text - The trace text.
parms - An array of elements to be displayed as trace data.

trace

  1. void trace(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. java.lang.String text)
Deprecated.
Traces data in a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
text - The trace text.

trace

  1. void trace(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. java.lang.String text,
  5. java.lang.Object parm1)
Deprecated.
Traces data in a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
text - The trace text.
parm1 - An element to be displayed as trace data.

trace

  1. void trace(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. java.lang.String text,
  5. java.lang.Object parm1,
  6. java.lang.Object parm2)
Deprecated.
Traces data in a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
text - The trace text.
parm1 - An element to be displayed as trace data.
parm2 - An element to be displayed as trace data.

trace

  1. void trace(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. java.lang.String text,
  5. java.lang.Object[] parms)
Deprecated.
Traces data in a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
text - The trace text.
parms - An array of elements to be displayed as trace data.

trace

  1. void trace(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. byte[] data)
Deprecated.
Traces an array of bytes in a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
data - The array of bytes to be traced.

trace

  1. void trace(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. byte[] data)
Deprecated.
Traces an array of bytes in a non-static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
data - The array of bytes to be traced.

exception

  1. void exception(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. java.lang.Exception exc)
Deprecated.
Traces an Exception in a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.

exception

  1. void exception(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. java.lang.Exception exc)
Deprecated.
Traces an Exception in a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.

exception

  1. void exception(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. java.lang.Throwable exc)
Deprecated.
Traces an Exception in a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.

exception

  1. void exception(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. java.lang.Throwable exc)
Deprecated.
Traces an Exception in a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.

stackTrace

  1. void stackTrace(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName)
Deprecated.
Traces the call stack in a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.

stackTrace

  1. void stackTrace(long type,
  2. java.lang.Object obj,
  3. java.lang.String methodName,
  4. java.lang.String text)
Deprecated.
Traces the call stack in a non-static method.
Parameters:
type - The type of the trace point.
obj - The traced object ("this").
methodName - The name of the traced method.
text - A message to be displayed with the stack trace.

stackTrace

  1. void stackTrace(long type,
  2. java.lang.String className,
  3. java.lang.String methodName)
Deprecated.
Traces the call stack in a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.

stackTrace

  1. void stackTrace(long type,
  2. java.lang.String className,
  3. java.lang.String methodName,
  4. java.lang.String text)
Deprecated.
Traces the call stack in a static method.
Parameters:
type - The type of the trace point.
className - The name of the traced class.
methodName - The name of the traced method.
text - A message to be displayed with the stack trace.