Package org.powertac.common.msg
Class TariffRevoke
- java.lang.Object
- 
- org.powertac.common.state.XStreamStateLoggable
- 
- org.powertac.common.TariffMessage
- 
- org.powertac.common.msg.TariffUpdate
- 
- org.powertac.common.msg.TariffRevoke
 
 
 
 
- 
- All Implemented Interfaces:
- ValidatableMessage
 
 @Domain(fields={"broker","tariffId"}) public class TariffRevoke extends TariffUpdate Message created by a broker to request revocation of an existing tariff. State log fields for readResolve():
 new(long brokerId, long tariffId)- Author:
- John Collins
 
- 
- 
Field Summary- 
Fields inherited from class org.powertac.common.TariffMessagebroker, id
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedTariffRevoke()TariffRevoke(Broker broker, TariffSpecification tariff)
 - 
Method Summary- 
Methods inherited from class org.powertac.common.msg.TariffUpdategetTariffId
 - 
Methods inherited from class org.powertac.common.TariffMessagegetBroker, getId, isValid
 - 
Methods inherited from class org.powertac.common.state.XStreamStateLoggablereadResolve
 
- 
 
- 
- 
- 
Constructor Detail- 
TariffRevokepublic TariffRevoke(Broker broker, TariffSpecification tariff) 
 - 
TariffRevokeprotected TariffRevoke() 
 
- 
 
-