@Service public class WholesaleService extends Object implements Serializable, Recyclable, TimeslotCompleteActivation
| Constructor and Description |
|---|
WholesaleService() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(int timeslotIndex,
org.joda.time.Instant postedTime) |
ConcurrentHashMap<Long,ConcurrentHashMap<Long,org.powertac.common.ClearedTrade>> |
getClearedTrades() |
void |
recycle() |
public void recycle()
recycle in interface Recyclablepublic ConcurrentHashMap<Long,ConcurrentHashMap<Long,org.powertac.common.ClearedTrade>> getClearedTrades()
public void activate(int timeslotIndex,
org.joda.time.Instant postedTime)
activate in interface TimeslotCompleteActivationtimeslotIndex - index of completed timeslot.Copyright © 2015 Power TAC. All Rights Reserved.