org.powertac.common.msg
Class TariffRevoke

java.lang.Object
  extended by org.powertac.common.state.XStreamStateLoggable
      extended by org.powertac.common.TariffMessage
          extended by org.powertac.common.msg.TariffUpdate
              extended by org.powertac.common.msg.TariffRevoke
All Implemented Interfaces:
ValidatableMessage

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.TariffMessage
broker, id
 
Constructor Summary
protected TariffRevoke()
           
  TariffRevoke(Broker broker, TariffSpecification tariff)
           
 
Method Summary
 
Methods inherited from class org.powertac.common.msg.TariffUpdate
getTariffId
 
Methods inherited from class org.powertac.common.TariffMessage
getBroker, getId, isValid
 
Methods inherited from class org.powertac.common.state.XStreamStateLoggable
readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TariffRevoke

public TariffRevoke(Broker broker,
                    TariffSpecification tariff)

TariffRevoke

protected TariffRevoke()


Copyright © 2013. All Rights Reserved.