JanosVM v0.6.0 Java API

edu.utah.janosvm.kit.management.team
Class TeamListMessage

java.lang.Object
  |
  +--edu.utah.janosvm.sys.ListNode
        |
        +--edu.utah.janosvm.kit.comm.amiga.Message
              |
              +--edu.utah.janosvm.kit.management.team.TeamListMessage

public class TeamListMessage
extends Message

A message class that stores the values from a TeamEvent.


Field Summary
private  int event
          The TeamEvent event number.
private  int id
          The unique identifier of the team this event relates too.
private  java.lang.String name
          The name of the team this event relates too.
 
Fields inherited from class edu.utah.janosvm.kit.comm.amiga.Message
reply, replyPort
 
Fields inherited from class edu.utah.janosvm.sys.ListNode
pred, succ
 
Constructor Summary
(package private) TeamListMessage(TeamEvent ev)
          Construct a TeamListMessage with the same values as the given TeamEvent.
 
Method Summary
 int getEvent()
           
 int getID()
           
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class edu.utah.janosvm.kit.comm.amiga.Message
clone, getReplyPort, isReply, reply, setReplyPort
 
Methods inherited from class edu.utah.janosvm.sys.ListNode
append, prepend, remove
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait, wait0
 

Field Detail

name

private java.lang.String name
The name of the team this event relates too.

id

private int id
The unique identifier of the team this event relates too.

event

private int event
The TeamEvent event number.
Constructor Detail

TeamListMessage

TeamListMessage(TeamEvent ev)
Construct a TeamListMessage with the same values as the given TeamEvent.
Parameters:
ev - The TeamEvent object to copy values from.
Method Detail

getName

public java.lang.String getName()
Returns:
The name of the team this event relates too.

getID

public int getID()
Returns:
The unique identifier this event relates too.

getEvent

public int getEvent()
Returns:
The TeamEvent event number.

toString

public java.lang.String toString()
Overrides:
toString in class ListNode

JanosVM v0.6.0 Java API

This documentation is Copyright (C) 2000-2002 The University of Utah. All Rights Reserved. See the documentation license for distribution terms and restrictions.
Documentation, software, and mailing lists for the JanosVM can be found at the Janos Project web page: http://www.cs.utah.edu/flux/janos/
Generated on Mar 17, 2002