org.powertac.common.msg
Class PauseRelease

java.lang.Object
  extended by org.powertac.common.msg.PauseRelease

public class PauseRelease
extends Object

This message is used by a broker to release a pause in the simulation that was previously requested by the same broker. If valid (the simulation is actually paused as a result of a request by the same broker), it will in turn result in a broadcast sim-resume message giving the updated start time.

Author:
John Collins

Constructor Summary
PauseRelease(Broker broker)
           
 
Method Summary
 Broker getBroker()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PauseRelease

public PauseRelease(Broker broker)
Method Detail

getBroker

public Broker getBroker()


Copyright © 2013. All Rights Reserved.