Uses of Interface
org.apache.activemq.jmdns.ServiceListener

Packages that use ServiceListener
org.apache.activemq.jmdns   
org.apache.activemq.transport.discovery.zeroconf A discovery agent using Zeroconf via the jmDNS library 
 

Uses of ServiceListener in org.apache.activemq.jmdns
 

Methods in org.apache.activemq.jmdns with parameters of type ServiceListener
 void JmDNS.addServiceListener(java.lang.String type, ServiceListener listener)
          Listen for services of a given type.
 void JmDNS.removeServiceListener(java.lang.String type, ServiceListener listener)
          Remove listener for services of a given type.
 

Uses of ServiceListener in org.apache.activemq.transport.discovery.zeroconf
 

Classes in org.apache.activemq.transport.discovery.zeroconf that implement ServiceListener
 class ZeroconfDiscoveryAgent
          A DiscoveryAgent using Zeroconf via the jmDNS library
 



Copyright © 2005-2012. All Rights Reserved.