|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
String type,
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,
String type,
String name)
|
void |
RendezvousDiscoveryAgent.removeService(JmDNS jmDNS,
String type,
String name)
|
void |
RendezvousDiscoveryAgent.resolveService(JmDNS jmDNS,
String type,
String name,
ServiceInfo serviceInfo)
|
void |
RendezvousDiscoveryAgent.setJmdns(JmDNS jmdns)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |