|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listener for service updates.
Method Summary | |
void |
addService(JmDNS jmdns,
java.lang.String type,
java.lang.String name)
A service is added. |
void |
removeService(JmDNS jmdns,
java.lang.String type,
java.lang.String name)
A service is removed. |
void |
resolveService(JmDNS jmdns,
java.lang.String type,
java.lang.String name,
ServiceInfo info)
A service is resolved. |
Method Detail |
public void addService(JmDNS jmdns, java.lang.String type, java.lang.String name)
type
- the fully qualified type of the servicename
- the fully qualified name of the servicepublic void removeService(JmDNS jmdns, java.lang.String type, java.lang.String name)
type
- the fully qualified type of the servicename
- the fully qualified name of the servicepublic void resolveService(JmDNS jmdns, java.lang.String type, java.lang.String name, ServiceInfo info)
type
- the fully qualified type of the servicename
- the fully qualified name of the serviceinfo
- the service info record, or null if the service could be be resolved
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |