org.powertac.common.msg
Class BrokerAccept
java.lang.Object
org.powertac.common.msg.BrokerAccept
public class BrokerAccept
- extends Object
This message is used to signify that the broker authentication is accepted.
Server sends this message to broker after successful validation of
BrokerAuthentication message from the broker. Broker must use the prefix
to initialize its IdGenerator.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrokerAccept
public BrokerAccept(int prefix)
getPrefix
public int getPrefix()
- Returns:
- the prefix
setPrefix
public void setPrefix(int prefix)
- Parameters:
prefix - the prefix to set
Copyright © 2011. All Rights Reserved.