Uses of Class
org.apache.activemq.jmdns.JmDNS

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

Uses of JmDNS in org.apache.activemq.jmdns
 

Methods in org.apache.activemq.jmdns that return JmDNS
 JmDNS ServiceEvent.getDNS()
          Returns the JmDNS instance which originated the event.
 

Methods in org.apache.activemq.jmdns with parameters of type JmDNS
 void ServiceInfo.updateRecord(JmDNS jmdns, long now, org.apache.activemq.jmdns.DNSRecord rec)
          JmDNS callback to update a DNS record.
 

Constructors in org.apache.activemq.jmdns with parameters of type JmDNS
ServiceEvent(JmDNS source, java.lang.String type, java.lang.String name, ServiceInfo info)
          Creates a new instance.
 

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

Methods in org.apache.activemq.transport.discovery.rendezvous that return JmDNS
protected  JmDNS RendezvousDiscoveryAgent.createJmDNS()
           
 JmDNS RendezvousDiscoveryAgent.getJmdns()
           
 

Methods in org.apache.activemq.transport.discovery.rendezvous with parameters of type JmDNS
 void RendezvousDiscoveryAgent.addService(JmDNS jmDNS, java.lang.String type, java.lang.String name)
           
 void RendezvousDiscoveryAgent.removeService(JmDNS jmDNS, java.lang.String type, java.lang.String name)
           
 void RendezvousDiscoveryAgent.resolveService(JmDNS jmDNS, java.lang.String type, java.lang.String name, ServiceInfo serviceInfo)
           
 void RendezvousDiscoveryAgent.setJmdns(JmDNS jmdns)
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.