Uses of Interface
org.powertac.samplebroker.interfaces.BrokerContext
| Package | Description |
|---|---|
| org.powertac.samplebroker.core |
Implementation of the core of a Power TAC broker, including time-keeping,
server login and communication, message routing, and session management.
|
| org.powertac.samplebroker.interfaces |
Interfaces that can be implemented by broker behavioral modules,
connecting them to the core and the server.
|
-
Uses of BrokerContext in org.powertac.samplebroker.core
Classes in org.powertac.samplebroker.core that implement BrokerContext Modifier and Type Class Description classPowerTacBrokerThis is the top-level controller for a single broker session. -
Uses of BrokerContext in org.powertac.samplebroker.interfaces
Methods in org.powertac.samplebroker.interfaces with parameters of type BrokerContext Modifier and Type Method Description voidInitializable. initialize(BrokerContext broker)Initializes a service prior to logging in to the server.