public void ServerSetup() throws MqSException {
   MqS ftr = ServiceGetFilter();
   ServiceCreate("LOGF", new LOGF());
   ServiceCreate("EXIT", new EXIT());
   ServiceCreate("+ALL", this);
   ServiceStorage("PRNT");
   ftr.ServiceCreate("WRIT", new WRIT());
   ftr.ServiceProxy("+TRT");
 }