this.placeManager = placeManager;
this.serverGroupStore = serverGroupStore;
this.hostInfoStore = hostInfoStore;
this.beanFactory = beanFactory;
this.loadExtensionCmd = new LoadExtensionCmd(dispatcher, beanFactory);
this.serverGroups = new HashMap<String, ServerGroup>();
this.fake = false;
this.hostIndex = 0;
}