com.ibm.commerce.ras
Class MethodEntryLogEvent

java.lang.Object
  |
  +--com.ibm.commerce.ras.LogEvent
        |
        +--com.ibm.commerce.ras.MethodLogEvent
              |
              +--com.ibm.commerce.ras.MethodEntryLogEvent

public class MethodEntryLogEvent
extends MethodLogEvent

MethodEntryLogEvent class is used to define the message text recording the entry to a method.


Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from class com.ibm.commerce.ras.MethodLogEvent
className, clientId, componentName, message, methodName
 
Constructor Summary
MethodEntryLogEvent(java.sql.Timestamp time, java.lang.String thread, IOutputManager outputMgr, java.lang.String aComponentName, java.lang.String aClassName, java.lang.String aMethodName)
          MethodEntryLogEvent constructor comment.
MethodEntryLogEvent(java.sql.Timestamp time, java.lang.String thread, java.lang.String clientId, IOutputManager outputMgr, java.lang.String aComponentName, java.lang.String aClassName, java.lang.String aMethodName)
          MethodEntryLogEvent constructor comment.
 
Method Summary
 java.lang.String createMessageBody()
          Create the message body.
 java.lang.String getCompactMessageBody()
          Build the message body in compact format.
 java.lang.String getMessageBody()
          Build the message body.
 
Methods inherited from class com.ibm.commerce.ras.MethodLogEvent
createCompactMessageHeader, createMessageFooter, createMessageHeader, doCreateHeaderExtention, getMessage, isCompactFormat, print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

MethodEntryLogEvent

public MethodEntryLogEvent(java.sql.Timestamp time,
                           java.lang.String thread,
                           IOutputManager outputMgr,
                           java.lang.String aComponentName,
                           java.lang.String aClassName,
                           java.lang.String aMethodName)
MethodEntryLogEvent constructor comment.

MethodEntryLogEvent

public MethodEntryLogEvent(java.sql.Timestamp time,
                           java.lang.String thread,
                           java.lang.String clientId,
                           IOutputManager outputMgr,
                           java.lang.String aComponentName,
                           java.lang.String aClassName,
                           java.lang.String aMethodName)
MethodEntryLogEvent constructor comment.
Method Detail

createMessageBody

public java.lang.String createMessageBody()
Create the message body.
Overrides:
createMessageBody in class MethodLogEvent

getCompactMessageBody

public java.lang.String getCompactMessageBody()
Build the message body in compact format.
Overrides:
getCompactMessageBody in class MethodLogEvent

getMessageBody

public java.lang.String getMessageBody()
Build the message body.
Overrides:
getMessageBody in class MethodLogEvent