All Packages Class Hierarchy This Package Previous Next Index
Class EDU.gatech.cc.is.communication.RegisterMessage
java.lang.Object
|
+----EDU.gatech.cc.is.communication.Message
|
+----EDU.gatech.cc.is.communication.RegisterMessage
- public class RegisterMessage
- extends Message
- implements Cloneable, Serializable
A message to register the client with the server. For use internally by
RoboComm, not normally used at the application level.
Copyright
(c)1998 Tucker Balch
- Version:
- $Revision: 1.2 $
- Author:
- Tucker Balch
-
val
- Our ID to register.
-
RegisterMessage()
- create a RegisterMessage with default value.
-
RegisterMessage(int)
- create a RegisterMessage with specific id.
-
main(String[])
- test the RegisterMessage class.
-
paramString()
- return a printable String representation of the RegisterMessage.
val
public int val
- Our ID to register.
RegisterMessage
public RegisterMessage()
- create a RegisterMessage with default value.
RegisterMessage
public RegisterMessage(int i)
- create a RegisterMessage with specific id.
- Parameters:
- n - int, the id of the sender.
paramString
public String paramString()
- return a printable String representation of the RegisterMessage.
- Returns:
- the String representation
- Overrides:
- paramString in class Message
main
public static void main(String args[])
- test the RegisterMessage class.
All Packages Class Hierarchy This Package Previous Next Index