@Service public class BrokerMessageHandler extends Object implements Initializable
| Constructor and Description |
|---|
BrokerMessageHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMessage(org.powertac.common.BalancingTransaction bt) |
void |
handleMessage(org.powertac.common.CashPosition msg) |
void |
handleMessage(org.powertac.common.Competition competition) |
void |
handleMessage(org.powertac.common.DistributionTransaction msg) |
void |
handleMessage(org.powertac.common.TariffSpecification tariffSpecification) |
void |
handleMessage(org.powertac.common.TariffTransaction msg) |
void |
initialize() |
public void initialize()
initialize in interface Initializablepublic void handleMessage(org.powertac.common.Competition competition)
public void handleMessage(org.powertac.common.TariffSpecification tariffSpecification)
public void handleMessage(org.powertac.common.CashPosition msg)
public void handleMessage(org.powertac.common.TariffTransaction msg)
public void handleMessage(org.powertac.common.DistributionTransaction msg)
public void handleMessage(org.powertac.common.BalancingTransaction bt)
Copyright © 2014 Power TAC. All Rights Reserved.