javax.jmdns.impl.tasks

Class ServiceInfoResolver


public class ServiceInfoResolver
extends TimerTask

The ServiceInfoResolver queries up to three times consecutively for a service info, and then removes itself from the timer.

The ServiceInfoResolver will run only if JmDNS is in state ANNOUNCED. REMIND: Prevent having multiple service resolvers for the same info in the timer queue.

Constructor Summary

ServiceInfoResolver(JmDNSImpl jmDNSImpl, ServiceInfoImpl info)

Method Summary

void
run()
void
start(Timer timer)

Constructor Details

ServiceInfoResolver

public ServiceInfoResolver(JmDNSImpl jmDNSImpl,
                           ServiceInfoImpl info)

Method Details

run

public void run()

start

public void start(Timer timer)