Reservation response message.
| Modifiers | Name | Description |
|---|---|---|
protected Long |
estimatedStartTime |
| Constructor and description |
|---|
ReservationRsp
(Message msg)Creates a reservation response without an estimated start time. |
ReservationRsp
(Message msg, long time)Creates a reservation response with an estimated start time. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Long |
getEstimatedStartTime()Gets the estimated start time for the reservation. |
|
String |
toString() |
| Methods inherited from class | Name |
|---|---|
class Message |
toString, setRecipient, setPerformative, getPerformative, getRecipient, setSender, getSender, setMessageID, getMessageID, setInReplyTo, getInReplyTo, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Creates a reservation response without an estimated start time.
Creates a reservation response with an estimated start time. The time is in microseconds according to the Physical agent's clock.
time - estimated start time in microseconds.Gets the estimated start time for the reservation. The time is in microseconds according to the Physical agent's clock.
Copyright 2013-19, Acoustic Research Laboratory, National University of Singapore, and Subnero Pte Ltd