ch.nix.ert.communication.jmdns
Class NodeDirectoryListener

java.lang.Object
  extended bych.nix.ert.communication.jmdns.NodeDirectoryListener
All Implemented Interfaces:
javax.jmdns.ServiceListener

public class NodeDirectoryListener
extends java.lang.Object
implements javax.jmdns.ServiceListener

TODO Edit this text for a better description

Author:
michi

Constructor Summary
NodeDirectoryListener()
           
 
Method Summary
 void addService(javax.jmdns.JmDNS jmdns, java.lang.String type, java.lang.String name)
           
 java.util.TreeMap getKeyPartitionList()
           
 void removeService(javax.jmdns.JmDNS jmdns, java.lang.String type, java.lang.String name)
           
 void resolveService(javax.jmdns.JmDNS jmdns, java.lang.String type, java.lang.String name, javax.jmdns.ServiceInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeDirectoryListener

public NodeDirectoryListener()
Method Detail

getKeyPartitionList

public java.util.TreeMap getKeyPartitionList()

addService

public void addService(javax.jmdns.JmDNS jmdns,
                       java.lang.String type,
                       java.lang.String name)
Specified by:
addService in interface javax.jmdns.ServiceListener

removeService

public void removeService(javax.jmdns.JmDNS jmdns,
                          java.lang.String type,
                          java.lang.String name)
Specified by:
removeService in interface javax.jmdns.ServiceListener

resolveService

public void resolveService(javax.jmdns.JmDNS jmdns,
                           java.lang.String type,
                           java.lang.String name,
                           javax.jmdns.ServiceInfo info)
Specified by:
resolveService in interface javax.jmdns.ServiceListener


Copyright © 2004 Michael Kussmaul - Revision: 183 - Date: 2004-11-16T15:42:13.763853Z