Classes | |
class | DNSTaskStarterImpl |
class | Factory |
Public Member Functions | |
void | cancelStateTimer () |
void | cancelTimer () |
void | purgeStateTimer () |
void | purgeTimer () |
void | startAnnouncer () |
void | startCanceler () |
void | startProber () |
void | startReaper () |
void | startRenewer () |
void | startResponder (DNSIncoming in, int port) |
void | startServiceInfoResolver (ServiceInfoImpl info) |
void | startServiceResolver (String type) |
void | startTypeResolver () |
This class is used by JmDNS to start the various task required to run the DNS discovery. This interface is only there in order to support MANET modifications.
Note: This is not considered as part of the general public API of JmDNS.
Definition at line 31 of file DNSTaskStarter.java.
Cancel the state task timer
Implemented in javax.jmdns.impl.JmDNSImpl, and javax.jmdns.impl.DNSTaskStarter.DNSTaskStarterImpl.
Cancel the generals task timer
Implemented in javax.jmdns.impl.JmDNSImpl, and javax.jmdns.impl.DNSTaskStarter.DNSTaskStarterImpl.
Purge the state task timer
Implemented in javax.jmdns.impl.JmDNSImpl, and javax.jmdns.impl.DNSTaskStarter.DNSTaskStarterImpl.
Purge the general task timer
Implemented in javax.jmdns.impl.JmDNSImpl, and javax.jmdns.impl.DNSTaskStarter.DNSTaskStarterImpl.
Start a new announcer task
Implemented in javax.jmdns.impl.JmDNSImpl, and javax.jmdns.impl.DNSTaskStarter.DNSTaskStarterImpl.
Start a new canceler task
Implemented in javax.jmdns.impl.JmDNSImpl, and javax.jmdns.impl.DNSTaskStarter.DNSTaskStarterImpl.
Start a new prober task
Implemented in javax.jmdns.impl.JmDNSImpl, and javax.jmdns.impl.DNSTaskStarter.DNSTaskStarterImpl.
Start a new reaper task. There is only supposed to be one reaper running at a time.
Implemented in javax.jmdns.impl.JmDNSImpl, and javax.jmdns.impl.DNSTaskStarter.DNSTaskStarterImpl.
Start a new renewer task
Implemented in javax.jmdns.impl.JmDNSImpl, and javax.jmdns.impl.DNSTaskStarter.DNSTaskStarterImpl.
void javax.jmdns.impl.DNSTaskStarter.startResponder | ( | DNSIncoming | in, |
int | port | ||
) |
Start a new responder task
in | incoming message |
port | incoming port |
Implemented in javax.jmdns.impl.JmDNSImpl, and javax.jmdns.impl.DNSTaskStarter.DNSTaskStarterImpl.
Start a new service info resolver task
info | service info to resolve |
Implemented in javax.jmdns.impl.JmDNSImpl, and javax.jmdns.impl.DNSTaskStarter.DNSTaskStarterImpl.
void javax.jmdns.impl.DNSTaskStarter.startServiceResolver | ( | String | type | ) |
Start a new service resolver task
type | service type to resolve |
Implemented in javax.jmdns.impl.JmDNSImpl, and javax.jmdns.impl.DNSTaskStarter.DNSTaskStarterImpl.
Start a new service type resolver task
Implemented in javax.jmdns.impl.JmDNSImpl, and javax.jmdns.impl.DNSTaskStarter.DNSTaskStarterImpl.