All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.gatech.cc.is.communication.TerminateMessage

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

public class TerminateMessage
extends Message
implements Cloneable, Serializable
A message to tell the receiving process to kill itself.

Copyright (c)1998 Tucker Balch

Version:
$Revision: 1.2 $
Author:
Tucker Balch

Constructor Index

 o TerminateMessage()
create a TerminateMessage with default values.

Method Index

 o main(String[])
test the TerminateMessage class.
 o paramString()
return a printable String representation of the TerminateMessage.

Constructors

 o TerminateMessage
 public TerminateMessage()
create a TerminateMessage with default values.

Methods

 o paramString
 public String paramString()
return a printable String representation of the TerminateMessage.

Returns:
the String representation
Overrides:
paramString in class Message
 o main
 public static void main(String args[])
test the TerminateMessage class.


All Packages  Class Hierarchy  This Package  Previous  Next  Index