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

Packages that use ServiceListener
org.apache.activemq.jmdns   
org.apache.activemq.transport.discovery.rendezvous 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(String type, ServiceListener listener)
          Listen for services of a given type.
 void JmDNS.removeServiceListener(String type, ServiceListener listener)
          Remove listener for services of a given type.
 

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

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



Copyright © 2011 Apache Software Foundation. All Rights Reserved.