aim4.msg.udp
Class Real2ProxyCancel

java.lang.Object
  extended by aim4.msg.udp.Real2ProxyMsg
      extended by aim4.msg.udp.Real2ProxyCancel

public class Real2ProxyCancel
extends Real2ProxyMsg

A real vehicle to proxy vehicle message for cancel message.


Nested Class Summary
 
Nested classes/interfaces inherited from class aim4.msg.udp.Real2ProxyMsg
Real2ProxyMsg.Type
 
Field Summary
 int reservationId
          The reservation ID
 
Fields inherited from class aim4.msg.udp.Real2ProxyMsg
messageType, receivedTime
 
Constructor Summary
Real2ProxyCancel(DataInputStream dis, double receivedTime)
          Create a real vehicle to proxy vehicle message for cancel message.
 
Method Summary
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reservationId

public final int reservationId
The reservation ID

Constructor Detail

Real2ProxyCancel

public Real2ProxyCancel(DataInputStream dis,
                        double receivedTime)
                 throws IOException
Create a real vehicle to proxy vehicle message for cancel message.

Parameters:
dis - the I/O stream
receivedTime - the time stamp
Throws:
IOException
Method Detail

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.