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

Packages that use JmDNS
org.apache.activemq.jmdns   
org.apache.activemq.transport.discovery.zeroconf 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.zeroconf
 

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

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



Copyright © 2005-2012. All Rights Reserved.