- handleMessage(BrokerAccept) - Method in class org.powertac.samplebroker.core.PowerTacBroker
-
BrokerAccept comes out when our authentication credentials are accepted
and we become part of the game.
- handleMessage(Competition) - Method in class org.powertac.samplebroker.core.PowerTacBroker
-
Handles the Competition instance that arrives at beginning of game.
- handleMessage(SimPause) - Method in class org.powertac.samplebroker.core.PowerTacBroker
-
Receives the SimPause message, used to pause the clock.
- handleMessage(SimResume) - Method in class org.powertac.samplebroker.core.PowerTacBroker
-
Receives the SimResume message, used to update the clock.
- handleMessage(SimStart) - Method in class org.powertac.samplebroker.core.PowerTacBroker
-
Receives the SimStart message, used to start the clock.
- handleMessage(SimEnd) - Method in class org.powertac.samplebroker.core.PowerTacBroker
-
Receives the SimEnd message, which ends the broker session.
- handleMessage(TimeslotUpdate) - Method in class org.powertac.samplebroker.core.PowerTacBroker
-
Updates the sim clock on receipt of the TimeslotUpdate message,
which should be the first to arrive in each timeslot.
- handleMessage(TimeslotComplete) - Method in class org.powertac.samplebroker.core.PowerTacBroker
-
TimeslotComplete is the last message sent by the server in each timeslot.