Package | Description |
---|---|
org.apache.activemq.jmdns | |
org.apache.activemq.transport.discovery.zeroconf |
Modifier and Type | Method and Description |
---|---|
JmDNS |
ServiceEvent.getDNS()
Returns the JmDNS instance which originated the event.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceInfo.updateRecord(JmDNS jmdns,
long now,
org.apache.activemq.jmdns.DNSRecord rec)
JmDNS callback to update a DNS record.
|
Constructor and Description |
---|
ServiceEvent(JmDNS source,
String type,
String name,
ServiceInfo info)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected JmDNS |
ZeroconfDiscoveryAgent.createJmDNS() |
JmDNS |
ZeroconfDiscoveryAgent.getJmdns() |
Modifier and Type | Method and Description |
---|---|
void |
ZeroconfDiscoveryAgent.addService(JmDNS jmDNS,
String type,
String name) |
void |
ZeroconfDiscoveryAgent.removeService(JmDNS jmDNS,
String type,
String name) |
void |
ZeroconfDiscoveryAgent.resolveService(JmDNS jmDNS,
String type,
String name,
ServiceInfo serviceInfo) |
void |
ZeroconfDiscoveryAgent.setJmdns(JmDNS jmdns) |
Copyright © 2005–2017. All rights reserved.