org.powertac.common.msg
Class BrokerAccept

java.lang.Object
  extended by 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.


Constructor Summary
BrokerAccept(int prefix)
           
 
Method Summary
 int getPrefix()
           
 void setPrefix(int prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerAccept

public BrokerAccept(int prefix)
Method Detail

getPrefix

public int getPrefix()
Returns:
the prefix

setPrefix

public void setPrefix(int prefix)
Parameters:
prefix - the prefix to set


Copyright © 2011. All Rights Reserved.