Package org.powertac.samplebroker.interfaces
Interfaces that can be implemented by broker behavioral modules,
connecting them to the core and the server.
-
Interface Summary Interface Description Activatable Interface for services that need to be called when the final TimeslotComplete message has been received from the server in each timeslot.BrokerContext Provides message handler registration, along with access to competition context information, including The message router for outgoing messages The underlying org.powertac.common.Broker instance The name of this broker The base time for the current simulation The length of common data arraysInitializable Implementations of this interface have their initialize() methods called at the appropriate point in the broker startup sequence.IpcAdapter Implementations are intended to allow out-of-process broker implementation through an inter-process communication path.