Class WsJrasTraceLogger
- java.lang.Object
-
- com.ibm.ras.RASObject
-
- com.ibm.ras.RASMaskChangeGenerator
-
- com.ibm.ras.RASLogger
-
- com.ibm.ras.RASTraceLogger
-
- com.ibm.websphere.ras.WsJrasTraceLogger
-
- All Implemented Interfaces:
- com.ibm.CORBA.iiop.OrbTrcLogger, com.ibm.ejs.ras.TraceStateChangeListener, RASConstants, RASILogger, RASIMaskChangeGenerator, RASIMaskChangeListener, RASIObject, RASITraceEvent, RASITraceLogger, java.io.Serializable, java.lang.Cloneable, java.util.EventListener
Deprecated.As of WAS 6.0, recommend using java.util.logging
public class WsJrasTraceLogger extends RASTraceLogger implements RASITraceEvent, com.ibm.CORBA.iiop.OrbTrcLogger, com.ibm.ejs.ras.TraceStateChangeListener
TheWsJRasTraceLoggerclass extends theclass and implements theRASTraceLoggerinterface. Users must not directly create an instance of aRASITraceLoggerWsJRasTraceLogger. Instead, theclass must be used to obtain an instance.ManagerA
WsJrasTraceLoggercan be used to publish a diagnostic trace event to both the WebSphere run time as well as user-defined diagnostic trace event consumers. Diagnostic trace events published to the WebSphere run time are viewed and managed using the normal WebSphere diagnostic trace event viewing and management facilities. By default, diagnostic trace event logging is disabled when aWsJrasTraceLoggeris created.Four basic tracing methods are provided by the
interface. They areRASITraceLoggerentry, exit, traceandexception. When tracing in non-static methods, theentry, exit, traceandexceptionmethods that take a "this" (the object being traced) as the second parameter. This is a convenience to the programmer, as the class name can be derived from anyObject. For static methods, an object does not exist. Use theentry, exit, traceandexceptionmethods which takeString classNameas the second parameter.A base set of types that may be used in the
entry, exit, traceandexceptionmethods is defined in theclass. Users may define their own types by extending this class, but diagnostic trace events of user defined types are ignored by the WebSphere run time. In addition, the base types may be mapped to native types depending on the WebSphere platform. Consult the user documentation for WebSphere edition you are running on for a description of any such mappings. Note that theRASITraceEvententryandexitmethods always addRASITraceEvent.TYPE_ENTRY_EXITto whatever type is selected. It is not necessary to explicitly includeTYPE_ENTRY_EXIT.
-
-
Field Summary
-
Fields inherited from class com.ibm.ras.RASTraceLogger
ENTRY, EXIT
-
Fields inherited from class com.ibm.ras.RASLogger
handlerFailures, isLoggableMask, isLogging
-
Fields inherited from interface com.ibm.ras.RASITraceEvent
ALL_TRACE_MASK, DEFAULT_TRACE_MASK, TYPE_API, TYPE_CALLBACK, TYPE_ENTRY_EXIT, TYPE_ERROR_EXC, TYPE_FFDC, TYPE_LEVEL1, TYPE_LEVEL2, TYPE_LEVEL3, TYPE_MISC_DATA, TYPE_OBJ_CREATE, TYPE_OBJ_DELETE, TYPE_PERF, TYPE_PRIVATE, TYPE_PUBLIC, TYPE_STATIC, TYPE_SVC
-
Fields inherited from interface com.ibm.ras.RASConstants
KEY_CLASS_NAME, KEY_CLIENT, KEY_COMPONENT, KEY_DATE_FORMAT, KEY_DEFAULT_HANDLERS, KEY_DEFAULT_MESSAGE_HANDLERS, KEY_DEFAULT_TRACE_HANDLERS, KEY_DESCRIPTION, KEY_ENCODING, KEY_EXCEPTION, KEY_EXCEPTION_TRACE, KEY_FILE_NAME, KEY_FORMATTER_NAMES, KEY_GROUP, KEY_HANDLER_NAMES, KEY_HEX_DATA, KEY_IS_CIRCULAR, KEY_IS_LOGGING, KEY_IS_SYNC, KEY_LOGGER, KEY_LOGGING_CLASS, KEY_LOGGING_METHOD, KEY_MAX_FILE_SIZE, KEY_MAX_FILES, KEY_MAX_QUEUE_SIZE, KEY_MESSAGE_EVENT_CLASSES, KEY_MESSAGE_FILE, KEY_MESSAGE_MASK, KEY_NAME, KEY_ORGANIZATION, KEY_PRODUCT, KEY_RETRY_INTERVAL, KEY_SEPARATOR, KEY_SERVER, KEY_SOCKET_PORT, KEY_SOCKET_SERVER, KEY_SUPPRESSED_KEYS, KEY_THREAD_ID, KEY_TIME_FORMAT, KEY_TRACE_EVENT_CLASSES, KEY_TRACE_MASK, RAS_VERSION
-
-
Method Summary
Methods Modifier and Type Method and Description voidaddHandler(RASIHandler handler)Deprecated.Add aRASIHandlerobject to the list of Handlers to which this TraceLogger will forward events.voidaddMessageEventClass(java.lang.String name)Deprecated.Add the specified name of a message event class to the list of message event classes which this object uses.voidentry(long type, java.lang.Object obj, java.lang.String methodName)Deprecated.Trace entry into a non-static method.voidentry(long type, java.lang.Object obj, java.lang.String methodName, java.lang.Object parm1)Deprecated.Trace entry into a non-static method.voidentry(long type, java.lang.Object obj, java.lang.String methodName, java.lang.Object[] parms)Deprecated.Trace entry into a non-static method.voidentry(long type, java.lang.Object obj, java.lang.String methodName, java.lang.Object parm1, java.lang.Object parm2)Deprecated.Trace entry into a non-static method.voidentry(long type, java.lang.String className, java.lang.String methodName)Deprecated.Trace entry into a static method.voidentry(long type, java.lang.String className, java.lang.String methodName, java.lang.Object parm1)Deprecated.Trace entry into a static method.voidentry(long type, java.lang.String className, java.lang.String methodName, java.lang.Object[] parms)Deprecated.Trace entry into a static method.voidentry(long type, java.lang.String className, java.lang.String methodName, java.lang.Object parm1, java.lang.Object parm2)Deprecated.Trace entry into a static method.voidexception(long type, java.lang.Object obj, java.lang.String methodName, java.lang.Exception exc)Deprecated.Trace an exception.voidexception(long type, java.lang.Object obj, java.lang.String methodName, java.lang.Throwable throwable)Deprecated.Trace anExceptionin a non-static method.voidexception(long type, java.lang.String className, java.lang.String methodName, java.lang.Exception exc)Deprecated.Trace an exception.voidexception(long type, java.lang.String className, java.lang.String methodName, java.lang.Throwable throwable)Deprecated.Trace anExceptionin a static method.voidexit(long type, java.lang.Object obj, java.lang.String methodName)Deprecated.Trace exit from a non-static method.voidexit(long type, java.lang.Object obj, java.lang.String methodName, boolean retValue)Deprecated.Trace exit from a non-static method.voidexit(long type, java.lang.Object obj, java.lang.String methodName, byte retValue)Deprecated.Trace exit from a non-static method.voidexit(long type, java.lang.Object obj, java.lang.String methodName, char retValue)Deprecated.Trace exit from a non-static method.voidexit(long type, java.lang.Object obj, java.lang.String methodName, double retValue)Deprecated.Trace exit from a non-static method.voidexit(long type, java.lang.Object obj, java.lang.String methodName, float retValue)Deprecated.Trace exit from a non-static method.voidexit(long type, java.lang.Object obj, java.lang.String methodName, int retValue)Deprecated.Trace exit from a non-static method.voidexit(long type, java.lang.Object obj, java.lang.String methodName, long retValue)Deprecated.Trace exit from a non-static method.voidexit(long type, java.lang.Object obj, java.lang.String methodName, java.lang.Object retValue)Deprecated.Trace exit from a non-static method.voidexit(long type, java.lang.Object obj, java.lang.String methodName, short retValue)Deprecated.Trace exit from a non-static method.voidexit(long type, java.lang.String className, java.lang.String methodName)Deprecated.Trace exit from a static method.voidexit(long type, java.lang.String className, java.lang.String methodName, boolean retValue)Deprecated.Trace exit from a static method.voidexit(long type, java.lang.String className, java.lang.String methodName, byte retValue)Deprecated.Trace exit from a static method.voidexit(long type, java.lang.String className, java.lang.String methodName, char retValue)Deprecated.Trace exit from a static method.voidexit(long type, java.lang.String className, java.lang.String methodName, double retValue)Deprecated.Trace exit from a static method.voidexit(long type, java.lang.String className, java.lang.String methodName, float retValue)Deprecated.Trace exit from a static method.voidexit(long type, java.lang.String className, java.lang.String methodName, int retValue)Deprecated.Trace exit from a static method.voidexit(long type, java.lang.String className, java.lang.String methodName, long retValue)Deprecated.Trace exit from a static method.voidexit(long type, java.lang.String className, java.lang.String methodName, java.lang.Object retValue)Deprecated.Trace exit from a static method.voidexit(long type, java.lang.String className, java.lang.String methodName, short retValue)Deprecated.Trace exit from a static method.java.lang.StringgetGroup()Deprecated.Return the name of theRASManagergroup with which this object is associated.longgetMessageMask()Deprecated.Return the current value of the message mask for this TraceLogger.protected voidinit()Deprecated.Initialize this object, setting default values.booleanisSynchronous()Deprecated.Return a boolean indicating whether or not synchronous logging is in effect.voidremoveHandler(RASIHandler handler)Deprecated.Remove aRASIHandlerobject from the list of Handlers to which this TraceLogger will forward events.voidremoveMessageEventClass(java.lang.String name)Deprecated.Remove the specified name of a message event class from the list of message event classes which this object uses.voidsetLogging(boolean flag)Deprecated.Set the isLogging boolean to the indicated state.voidsetLoggingOutput(java.lang.String file)Deprecated.Set the name of the file to which log entries will be written WebSphere will redirect Orb trace entries to internal logs.voidsetMessageMask(long mask)Deprecated.Set the value of the message mask for this logger.voidsetName(java.lang.String name)Deprecated.Set the name by which this TraceLogger is known.voidsetSynchronous(boolean flag)Deprecated.Set a flag that tells the logger whether to log data synchronously.voidstackTrace(long type, java.lang.Object obj, java.lang.String methodName)Deprecated.Trace the call stack in a non-static method.voidstackTrace(long type, java.lang.Object obj, java.lang.String methodName, java.lang.String text)Deprecated.Trace the call stack in a non-static method.voidstackTrace(long type, java.lang.String className, java.lang.String methodName)Deprecated.Trace the call stack in a static method.voidstackTrace(long type, java.lang.String className, java.lang.String methodName, java.lang.String text)Deprecated.Trace the call stack in a static method.voidtrace(long type, java.lang.Object obj, java.lang.String methodName, byte[] data)Deprecated.Trace an array of bytes in a non-static method.voidtrace(long type, java.lang.Object obj, java.lang.String methodName, java.lang.String text)Deprecated.Trace data in a non-static method.voidtrace(long type, java.lang.Object obj, java.lang.String methodName, java.lang.String text, java.lang.Object parm1)Deprecated.Trace data in a non-static method.voidtrace(long type, java.lang.Object obj, java.lang.String methodName, java.lang.String text, java.lang.Object[] parms)Deprecated.Trace data in a non-static method.voidtrace(long type, java.lang.Object obj, java.lang.String methodName, java.lang.String text, java.lang.Object parm1, java.lang.Object parm2)Deprecated.Trace data in a non-static method.voidtrace(long type, java.lang.String className, java.lang.String methodName, byte[] data)Deprecated.Trace an array of bytes in a non-static method.voidtrace(long type, java.lang.String className, java.lang.String methodName, java.lang.String text)Deprecated.Trace data in a static method.voidtrace(long type, java.lang.String className, java.lang.String methodName, java.lang.String text, java.lang.Object parm1)Deprecated.Trace data in a static method.voidtrace(long type, java.lang.String className, java.lang.String methodName, java.lang.String text, java.lang.Object[] parms)Deprecated.Trace data in a static method.voidtrace(long type, java.lang.String className, java.lang.String methodName, java.lang.String text, java.lang.Object parm1, java.lang.Object parm2)Deprecated.Trace data in a static method.voidtraceStateChanged()Deprecated.FOR INTERNAL USE ONLY This method must NOT be called by user code.-
Methods inherited from class com.ibm.ras.RASTraceLogger
logTrace, logTrace, maskValueChanged
-
Methods inherited from class com.ibm.ras.RASLogger
fireRASEvent, getClient, getConfig, getHandlers, getServer, isLoggable, isLogging, setClient, setConfig, setServer
-
Methods inherited from class com.ibm.ras.RASMaskChangeGenerator
addMaskChangeListener, addTraceEventClass, fireMaskChangedEvent, getMaskChangeListeners, getMessageEventClasses, getTraceEventClasses, getTraceMask, messageMaskLongValue, messageMaskToString, removeMaskChangeListener, removeTraceEventClass, setTraceMask, traceMaskLongValue, traceMaskToString
-
Methods inherited from class com.ibm.ras.RASObject
clone, getDescription, getName, setDescription
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.ras.RASILogger
fireRASEvent, getClient, getConfig, getHandlers, getServer, isLoggable, isLogging, setClient, setConfig, setServer
-
Methods inherited from interface com.ibm.ras.RASIMaskChangeGenerator
addMaskChangeListener, addTraceEventClass, fireMaskChangedEvent, getMaskChangeListeners, getMessageEventClasses, getTraceEventClasses, getTraceMask, removeMaskChangeListener, removeTraceEventClass, setTraceMask
-
Methods inherited from interface com.ibm.ras.RASIObject
getDescription, getName, setDescription
-
-
-
-
Method Detail
-
init
protected void init()
Deprecated.Initialize this object, setting default values.- Overrides:
initin classRASTraceLogger
-
traceStateChanged
public void traceStateChanged()
Deprecated.FOR INTERNAL USE ONLYThis method must NOT be called by user code.
Set the state of the traceMask from the underlying state in the TraceComponent hierarchy and update the isLogging boolean accordingly.
This method can either be called from the constructor or from the TraceComponent. The TraceComponent will call back on this method when the underlying trace state has changed and this method will then update the mask in the TraceLogger accordingly. of trace state changes. In order for this to work, Trace Loggers must register themselves with the TraceComponent when the TraceLogger is created.
- Specified by:
traceStateChangedin interfacecom.ibm.ejs.ras.TraceStateChangeListener
-
setLoggingOutput
public void setLoggingOutput(java.lang.String file)
Deprecated.Set the name of the file to which log entries will be writtenWebSphere will redirect Orb trace entries to internal logs. This method is a no operation.
- Specified by:
setLoggingOutputin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Parameters:
file- the name of a file. Ignored.
-
exception
public void exception(long type, java.lang.Object obj, java.lang.String methodName, java.lang.Exception exc)Deprecated.Trace an exception.- Specified by:
exceptionin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
exceptionin interfaceRASITraceLogger- Overrides:
exceptionin classRASTraceLogger- Parameters:
type- the type of the trace point.obj- the logging object (this). Must not be null.methodName- the name of the logging method. Must not be null.exc- the Exception to trace.
-
exception
public void exception(long type, java.lang.String className, java.lang.String methodName, java.lang.Exception exc)Deprecated.Trace an exception.- Specified by:
exceptionin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
exceptionin interfaceRASITraceLogger- Overrides:
exceptionin classRASTraceLogger- Parameters:
type- the type of the trace point.className- the name of hte logging class. Must not be null.methodName- the name of the logging method. Must not be null.exc- the Exception to trace.
-
setName
public void setName(java.lang.String name)
Deprecated.Set the name by which this TraceLogger is known.The name of the WebSphere logger is set at construction time and must not be modified by the user. Calling this method results in no operation.
- Specified by:
setNamein interfaceRASIObject- Overrides:
setNamein classRASObject- Parameters:
name- The name of this object. Input is ignored.
-
getGroup
public java.lang.String getGroup()
Deprecated.Return the name of theRASManagergroup with which this object is associated.NOTE: This method may only be called by the RAS Manager.
- Specified by:
getGroupin interfaceRASIObject- Overrides:
getGroupin classRASObject- Returns:
- null
-
getMessageMask
public long getMessageMask()
Deprecated.Return the current value of the message mask for this TraceLogger.The message mask defines the set of message types that will be processed. By definition, trace loggers do not process message types, this value will always be zero.
- Specified by:
getMessageMaskin interfaceRASIMaskChangeGenerator- Overrides:
getMessageMaskin classRASMaskChangeGenerator- Returns:
- Zero.
-
setMessageMask
public void setMessageMask(long mask)
Deprecated.Set the value of the message mask for this logger.The message mask defines the set of message types that will be processed. By definition, trace loggers do not process message types, this is always a no-operation.
- Specified by:
setMessageMaskin interfaceRASIMaskChangeGenerator- Overrides:
setMessageMaskin classRASMaskChangeGenerator- Parameters:
mask- The message mask. Input is ignored
-
addMessageEventClass
public void addMessageEventClass(java.lang.String name)
Deprecated.Add the specified name of a message event class to the list of message event classes which this object uses.By definition, TraceLoggers do not use message event classes. This method is a no operation.
- Specified by:
addMessageEventClassin interfaceRASIMaskChangeGenerator- Overrides:
addMessageEventClassin classRASMaskChangeGenerator- Parameters:
name- The event class name. Input is ignored.
-
removeMessageEventClass
public void removeMessageEventClass(java.lang.String name)
Deprecated.Remove the specified name of a message event class from the list of message event classes which this object uses.By definition, TraceLoggers do not use message event classes. This method is a no operation.
- Specified by:
removeMessageEventClassin interfaceRASIMaskChangeGenerator- Overrides:
removeMessageEventClassin classRASMaskChangeGenerator- Parameters:
name- The event class name. Input is ignored.
-
setLogging
public void setLogging(boolean flag)
Deprecated.Set the isLogging boolean to the indicated state.- Specified by:
setLoggingin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
setLoggingin interfaceRASILogger- Overrides:
setLoggingin classRASLogger- Parameters:
flag- a boolean, true to indicate logging is enabled.
-
addHandler
public void addHandler(RASIHandler handler)
Deprecated.Add aRASIHandlerobject to the list of Handlers to which this TraceLogger will forward events.More than one handler may be associated with a logger to direct the message events to multiple destinations.
- Specified by:
addHandlerin interfaceRASILogger- Overrides:
addHandlerin classRASLogger- Parameters:
handler- A RAS handler. If the handler isnullor is already registered, this method does nothing.
-
removeHandler
public void removeHandler(RASIHandler handler)
Deprecated.Remove aRASIHandlerobject from the list of Handlers to which this TraceLogger will forward events.- Specified by:
removeHandlerin interfaceRASILogger- Overrides:
removeHandlerin classRASLogger- Parameters:
handler- A RAS handler. If the handler isnullor is not registered, this method does nothing.
-
isSynchronous
public boolean isSynchronous()
Deprecated.Return a boolean indicating whether or not synchronous logging is in effect.- Specified by:
isSynchronousin interfaceRASILogger- Overrides:
isSynchronousin classRASLogger- Returns:
trueif synchronous logging is in effect. otherwise false. Since logging is required to be synchronous in a WebSphere environment, true is always returned.
-
setSynchronous
public void setSynchronous(boolean flag)
Deprecated.Set a flag that tells the logger whether to log data synchronously.When logging synchronously, the logger will wait for the handlers to write a log entry before returning to the caller. Otherwise, the log entry is passed to the handler and the logger returns.
By definition, logging in a WebSphere environment is required to be synchronous. Calling this method results in no-operations.
- Specified by:
setSynchronousin interfaceRASILogger- Overrides:
setSynchronousin classRASLogger- Parameters:
flag- a boolean. Input is ignored.
-
entry
public void entry(long type, java.lang.Object obj, java.lang.String methodName)Deprecated.Trace entry into a non-static method.- Specified by:
entryin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
entryin interfaceRASITraceLogger- Overrides:
entryin classRASTraceLogger- Parameters:
type- The type of the trace point.obj- The traced object ("this").methodName- The name of the traced method.
-
entry
public void entry(long type, java.lang.Object obj, java.lang.String methodName, java.lang.Object parm1)Deprecated.Trace entry into a non-static method.- Specified by:
entryin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
entryin interfaceRASITraceLogger- Overrides:
entryin classRASTraceLogger- 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
public void entry(long type, java.lang.Object obj, java.lang.String methodName, java.lang.Object parm1, java.lang.Object parm2)Deprecated.Trace entry into a non-static method.- Specified by:
entryin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
entryin interfaceRASITraceLogger- Overrides:
entryin classRASTraceLogger- 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
public void entry(long type, java.lang.Object obj, java.lang.String methodName, java.lang.Object[] parms)Deprecated.Trace entry into a non-static method.- Specified by:
entryin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
entryin interfaceRASITraceLogger- Overrides:
entryin classRASTraceLogger- 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
public void entry(long type, java.lang.String className, java.lang.String methodName)Deprecated.Trace entry into a static method.- Specified by:
entryin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
entryin interfaceRASITraceLogger- Overrides:
entryin classRASTraceLogger- Parameters:
type- The type of the trace point.className- The name of the traced class.methodName- The name of the traced method.
-
entry
public void entry(long type, java.lang.String className, java.lang.String methodName, java.lang.Object parm1)Deprecated.Trace entry into a static method.- Specified by:
entryin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
entryin interfaceRASITraceLogger- Overrides:
entryin classRASTraceLogger- 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
public void entry(long type, java.lang.String className, java.lang.String methodName, java.lang.Object parm1, java.lang.Object parm2)Deprecated.Trace entry into a static method.- Specified by:
entryin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
entryin interfaceRASITraceLogger- Overrides:
entryin classRASTraceLogger- 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
public void entry(long type, java.lang.String className, java.lang.String methodName, java.lang.Object[] parms)Deprecated.Trace entry into a static method.- Specified by:
entryin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
entryin interfaceRASITraceLogger- Overrides:
entryin classRASTraceLogger- 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 elements to be displayed as trace data.
-
exit
public void exit(long type, java.lang.Object obj, java.lang.String methodName)Deprecated.Trace exit from a non-static method.- Specified by:
exitin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- Parameters:
type- The type of the trace point.obj- The traced object ("this").methodName- The name of the traced method.
-
exit
public void exit(long type, java.lang.Object obj, java.lang.String methodName, byte retValue)Deprecated.Trace exit from a non-static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.Object obj, java.lang.String methodName, short retValue)Deprecated.Trace exit from a non-static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.Object obj, java.lang.String methodName, int retValue)Deprecated.Trace exit from a non-static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.Object obj, java.lang.String methodName, long retValue)Deprecated.Trace exit from a non-static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.Object obj, java.lang.String methodName, float retValue)Deprecated.Trace exit from a non-static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.Object obj, java.lang.String methodName, double retValue)Deprecated.Trace exit from a non-static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.Object obj, java.lang.String methodName, char retValue)Deprecated.Trace exit from a non-static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.Object obj, java.lang.String methodName, boolean retValue)Deprecated.Trace exit from a non-static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.Object obj, java.lang.String methodName, java.lang.Object retValue)Deprecated.Trace exit from a non-static method.- Specified by:
exitin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.String className, java.lang.String methodName)Deprecated.Trace exit from a static method.- Specified by:
exitin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- Parameters:
type- The type of the trace point.className- The name of the traced class.methodName- The name of the traced method.
-
exit
public void exit(long type, java.lang.String className, java.lang.String methodName, byte retValue)Deprecated.Trace exit from a static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.String className, java.lang.String methodName, short retValue)Deprecated.Trace exit from a static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.String className, java.lang.String methodName, int retValue)Deprecated.Trace exit from a static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.String className, java.lang.String methodName, long retValue)Deprecated.Trace exit from a static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.String className, java.lang.String methodName, float retValue)Deprecated.Trace exit from a static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.String className, java.lang.String methodName, double retValue)Deprecated.Trace exit from a static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.String className, java.lang.String methodName, char retValue)Deprecated.Trace exit from a static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.String className, java.lang.String methodName, boolean retValue)Deprecated.Trace exit from a static method.- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void exit(long type, java.lang.String className, java.lang.String methodName, java.lang.Object retValue)Deprecated.Trace exit from a static method.- Specified by:
exitin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
exitin interfaceRASITraceLogger- Overrides:
exitin classRASTraceLogger- 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
public void trace(long type, java.lang.Object obj, java.lang.String methodName, java.lang.String text)Deprecated.Trace data in a non-static method.- Specified by:
tracein interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
tracein interfaceRASITraceLogger- Overrides:
tracein classRASTraceLogger- 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
public void trace(long type, java.lang.Object obj, java.lang.String methodName, java.lang.String text, java.lang.Object parm1)Deprecated.Trace data in a non-static method.- Specified by:
tracein interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
tracein interfaceRASITraceLogger- Overrides:
tracein classRASTraceLogger- 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
public 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.Trace data in a non-static method.- Specified by:
tracein interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
tracein interfaceRASITraceLogger- Overrides:
tracein classRASTraceLogger- 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
public void trace(long type, java.lang.Object obj, java.lang.String methodName, java.lang.String text, java.lang.Object[] parms)Deprecated.Trace data in a non-static method.- Specified by:
tracein interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
tracein interfaceRASITraceLogger- Overrides:
tracein classRASTraceLogger- 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 with the text.
-
trace
public void trace(long type, java.lang.String className, java.lang.String methodName, java.lang.String text)Deprecated.Trace data in a static method.- Specified by:
tracein interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
tracein interfaceRASITraceLogger- Overrides:
tracein classRASTraceLogger- 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
public void trace(long type, java.lang.String className, java.lang.String methodName, java.lang.String text, java.lang.Object parm1)Deprecated.Trace data in a static method.- Specified by:
tracein interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
tracein interfaceRASITraceLogger- Overrides:
tracein classRASTraceLogger- 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
public 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.Trace data in a static method.- Specified by:
tracein interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
tracein interfaceRASITraceLogger- Overrides:
tracein classRASTraceLogger- 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
public void trace(long type, java.lang.String className, java.lang.String methodName, java.lang.String text, java.lang.Object[] parms)Deprecated.Trace data in a static method.- Specified by:
tracein interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
tracein interfaceRASITraceLogger- Overrides:
tracein classRASTraceLogger- 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
public void trace(long type, java.lang.Object obj, java.lang.String methodName, byte[] data)Deprecated.Trace an array of bytes in a non-static method.- Specified by:
tracein interfaceRASITraceLogger- Overrides:
tracein classRASTraceLogger- 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
public void trace(long type, java.lang.String className, java.lang.String methodName, byte[] data)Deprecated.Trace an array of bytes in a non-static method.- Specified by:
tracein interfaceRASITraceLogger- Overrides:
tracein classRASTraceLogger- 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
public void exception(long type, java.lang.Object obj, java.lang.String methodName, java.lang.Throwable throwable)Deprecated.Trace anExceptionin a non-static method.- Specified by:
exceptionin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
exceptionin interfaceRASITraceLogger- Overrides:
exceptionin classRASTraceLogger- Parameters:
type- The type of the trace point.obj- The traced object ("this").methodName- The name of the traced method.throwable- Throwable.
-
exception
public void exception(long type, java.lang.String className, java.lang.String methodName, java.lang.Throwable throwable)Deprecated.Trace anExceptionin a static method.- Specified by:
exceptionin interfacecom.ibm.CORBA.iiop.OrbTrcLogger- Specified by:
exceptionin interfaceRASITraceLogger- Overrides:
exceptionin classRASTraceLogger- Parameters:
type- The type of the trace point.className- The name of the traced class.methodName- The name of the traced method.throwable- a Throwable.
-
stackTrace
public void stackTrace(long type, java.lang.Object obj, java.lang.String methodName)Deprecated.Trace the call stack in a non-static method.- Specified by:
stackTracein interfaceRASITraceLogger- Overrides:
stackTracein classRASTraceLogger- Parameters:
type- The type of the trace point.obj- The traced object ("this").methodName- The name of the traced method.
-
stackTrace
public void stackTrace(long type, java.lang.Object obj, java.lang.String methodName, java.lang.String text)Deprecated.Trace the call stack in a non-static method.- Specified by:
stackTracein interfaceRASITraceLogger- Overrides:
stackTracein classRASTraceLogger- 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
public void stackTrace(long type, java.lang.String className, java.lang.String methodName)Deprecated.Trace the call stack in a static method.- Specified by:
stackTracein interfaceRASITraceLogger- Overrides:
stackTracein classRASTraceLogger- Parameters:
type- The type of the trace point.className- The name of the traced class.methodName- The name of the traced method.
-
stackTrace
public void stackTrace(long type, java.lang.String className, java.lang.String methodName, java.lang.String text)Deprecated.Trace the call stack in a static method.- Specified by:
stackTracein interfaceRASITraceLogger- Overrides:
stackTracein classRASTraceLogger- 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.
-
-