rice.pastry.wire.testing
Class MessageDigest

java.lang.Object
  extended byrice.pastry.wire.testing.MessageDigest
Direct Known Subclasses:
HelloMessageDigest, PublishMessageDigest

public class MessageDigest
extends java.lang.Object

This is the basic message that the WireFileProcessor creates. A message is parsed into a digest and can be analyzed later.


Field Summary
 int hashcode
           
 int lineNumber
           
 java.lang.String local
           
 java.lang.String messageLine
           
 java.lang.String remote
           
 boolean searchForMe
          Have MessageDigestFactory set this to true if you want to analyze these messages in the future.
 int type
           
 boolean udp
           
 
Constructor Summary
MessageDigest(int lineNumber, java.lang.String local, java.lang.String remote, java.lang.String messagLine, int type, boolean udp)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public int type

messageLine

public java.lang.String messageLine

local

public java.lang.String local

remote

public java.lang.String remote

hashcode

public int hashcode

udp

public boolean udp

lineNumber

public int lineNumber

searchForMe

public boolean searchForMe
Have MessageDigestFactory set this to true if you want to analyze these messages in the future.

Constructor Detail

MessageDigest

public MessageDigest(int lineNumber,
                     java.lang.String local,
                     java.lang.String remote,
                     java.lang.String messagLine,
                     int type,
                     boolean udp)
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)

toString

public java.lang.String toString()





Imprint-Dataprotection