/* * Implements IServer */ void IServer.Init() { RegisterChannel(); StartFacade(); StartLookupServices(); StartConsistencyService(); initPMSObject(); lookup.setPMS(pms); NotifyPuppetMaster(); System.Console.ReadLine(); }