EDU.gatech.cc.is.communication
Class AckMessage

java.lang.Object
  |
  +--EDU.gatech.cc.is.communication.Message
        |
        +--EDU.gatech.cc.is.communication.AckMessage

public class AckMessage
extends Message
implements java.lang.Cloneable, java.io.Serializable

An acknowledgement message.

Copyright (c)1998 Tucker Balch

See Also:
Serialized Form

Fields inherited from class EDU.gatech.cc.is.communication.Message
BROADCAST, MULTICAST, receivers, sender, type, UNICAST
 
Constructor Summary
AckMessage()
          create an AckMessage with default values.
 
Method Summary
static void main(java.lang.String[] args)
          test the AckMessage class.
 java.lang.String paramString()
          return a printable String representation of the AckMessage.
 
Methods inherited from class EDU.gatech.cc.is.communication.Message
clone, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AckMessage

public AckMessage()
create an AckMessage with default values.
Method Detail

paramString

public java.lang.String paramString()
return a printable String representation of the AckMessage.
Overrides:
paramString in class Message
Returns:
the String representation

main

public static void main(java.lang.String[] args)
test the AckMessage class.