Package | Description |
---|---|
org.apache.activemq.jmdns | |
org.apache.activemq.transport.discovery.zeroconf |
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
ServiceEvent.getInfo()
Returns the service info record, or null if the service could not be
resolved.
|
ServiceInfo |
JmDNS.getServiceInfo(java.lang.String type,
java.lang.String name)
Get service information.
|
ServiceInfo |
JmDNS.getServiceInfo(java.lang.String type,
java.lang.String name,
int timeout)
Get service information.
|
ServiceInfo[] |
JmDNS.list(java.lang.String type)
Returns a list of service infos of the specified type.
|
Modifier and Type | Method and Description |
---|---|
void |
JmDNS.registerService(ServiceInfo info)
Register a service.
|
void |
JmDNS.unregisterService(ServiceInfo info)
Unregister a service.
|
Constructor and Description |
---|
ServiceEvent(JmDNS source,
java.lang.String type,
java.lang.String name,
ServiceInfo info)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected ServiceInfo |
ZeroconfDiscoveryAgent.createServiceInfo(java.lang.String name,
java.util.Map map) |
Modifier and Type | Method and Description |
---|---|
void |
ZeroconfDiscoveryAgent.resolveService(JmDNS jmDNS,
java.lang.String type,
java.lang.String name,
ServiceInfo serviceInfo) |
Copyright © 2005-2014. All Rights Reserved.