public LogRecordImpl(String message, String source, String destination, long timeStamp, boolean isSender, String firstLine, String tid, String callId, long timestampVal)
message - --
the message to logsource - --
the sourcedestination - --
the destinationtimeStamp - --
the reception timeisSender - --
the flag indicates whether we are sending or recieving the
recordfirstLine - --
the messge first linetid - --
the transaction idcallId - --
the callIdtimestampVal - --
the timestamp Header value.public boolean equals(Object other)
Copyright © 2018. All Rights Reserved.