org.powertac.common.msg
Class TimeslotComplete

java.lang.Object
  extended by org.powertac.common.msg.TimeslotComplete

public class TimeslotComplete
extends Object

Message type that is guaranteed to be sent to brokers as the last outgoing message in a timeslot. It carries the timeslot index, so brokers can use it to check whether they are in sync. Note that this is not a "standard" domain type, since it does not have an ID and is not logged in the state log. It is just a message.

Author:
John Collins

Constructor Summary
TimeslotComplete(int timeslotIndex)
           
 
Method Summary
 int getTimeslotIndex()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeslotComplete

public TimeslotComplete(int timeslotIndex)
Method Detail

getTimeslotIndex

public int getTimeslotIndex()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.