|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceInfo | |
---|---|
org.apache.activemq.jmdns | |
org.apache.activemq.transport.discovery.zeroconf | A discovery agent using Zeroconf via the jmDNS library |
Uses of ServiceInfo in org.apache.activemq.jmdns |
---|
Methods in org.apache.activemq.jmdns that return ServiceInfo | |
---|---|
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. |
Methods in org.apache.activemq.jmdns with parameters of type ServiceInfo | |
---|---|
void |
JmDNS.registerService(ServiceInfo info)
Register a service. |
void |
JmDNS.unregisterService(ServiceInfo info)
Unregister a service. |
Constructors in org.apache.activemq.jmdns with parameters of type ServiceInfo | |
---|---|
ServiceEvent(JmDNS source,
java.lang.String type,
java.lang.String name,
ServiceInfo info)
Creates a new instance. |
Uses of ServiceInfo in org.apache.activemq.transport.discovery.zeroconf |
---|
Methods in org.apache.activemq.transport.discovery.zeroconf that return ServiceInfo | |
---|---|
protected ServiceInfo |
ZeroconfDiscoveryAgent.createServiceInfo(java.lang.String name,
java.util.Map map)
|
Methods in org.apache.activemq.transport.discovery.zeroconf with parameters of type ServiceInfo | |
---|---|
void |
ZeroconfDiscoveryAgent.resolveService(JmDNS jmDNS,
java.lang.String type,
java.lang.String name,
ServiceInfo serviceInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |