8485868788899091929394
jmdns.close(); } public void registerService(String name, Map details) throws JMSException { if (jmdns == null) { throw new NotStartedException(); } try { jmdns.registerService(createServiceInfo(name, details)); } catch (IOException e) {