javax.jmdns.impl.tasks
Class DNSTask

java.lang.Object
  extended by java.util.TimerTask
      extended by javax.jmdns.impl.tasks.DNSTask
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
Announcer, Canceler, Prober, RecordReaper, Renewer, Responder, ServiceInfoResolver, ServiceResolver, TypeResolver

public abstract class DNSTask
extends java.util.TimerTask


Field Summary
protected  JmDNSImpl _jmDNSImpl
           
 
Constructor Summary
protected DNSTask(JmDNSImpl jmDNSImpl)
           
 
Method Summary
 
Methods inherited from class java.util.TimerTask
cancel, run, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_jmDNSImpl

protected final JmDNSImpl _jmDNSImpl
Constructor Detail

DNSTask

protected DNSTask(JmDNSImpl jmDNSImpl)
Parameters:
jmDNSImpl -