Lines Matching defs:config

71  *	java com.sun.slpd [monitor] [stop] [-f <config file name>]
77 * signal a running slpd to stop. The optional <config file name> argument
88 // internals of SLP config.
218 private static SLPConfig config; // handles system properties
237 * Usage: slpd [monitor] [stop] [-f config-file name]<br>
243 * <b> config-file name </b> Reads the specified configuration file.<br>
267 // Argument is a config file.
298 // Read message bundle file, load config file into properties.
311 // Create a new SLP Config object from the config file.
312 config = initializeSLPConfig();
322 synchronized (config) {
323 config.log = log;
379 new RequestHandler(System.in, System.out, config);
387 config.getLoopback());
406 Vector interfaces = config.getInterfaces();
425 if (config.isDA()) {
427 config.getLocalHost());
434 Vector serverScopes = config.getSAConfiguredScopes();
435 Vector daAttributes = config.getDAAttributes();
436 Vector saAttributes = config.getSAAttributes();
440 if (config.regTest() ||
441 config.traceMsg() ||
442 config.traceDrop() ||
443 config.traceDATraffic()) {
445 config.writeLog((config.isDA() ? "hello_da":"hello"),
449 (config.isDA() ?
455 if (config.isV1Supported()) {
456 SLPV1Manager.start(config, daTable, table);
487 table.findDAScopes(config.getSAConfiguredScopes());
489 Vector interfaces = config.getInterfaces();
531 config.getLocalHost().getHostAddress(),
539 config.getSAConfiguredScopes(),
544 DAAdvertiser daadv = new DAAdvertiser(config.getLocalHost(),
566 config.getLocalHost().getHostAddress(),
571 config.getLocale(),
573 config.getSAConfiguredScopes(),
583 Transact.transactTCPMsg(config.getLoopback(), advert, false);
586 config.writeLog("slpd_sa_stop_failure",
595 config.writeLog("slpd_sa_stop_failure",
658 config.isSA = true;
669 // slpd is the server side config.
725 // We need this in case we get an error before the config object is