javax.jmdns.impl.tasks
Class Renewer

java.lang.Object
  extended by java.util.TimerTask
      extended by javax.jmdns.impl.tasks.DNSTask
          extended by javax.jmdns.impl.tasks.Renewer
All Implemented Interfaces:
java.lang.Runnable

public class Renewer
extends DNSTask

The Renewer is there to send renewal announcment when the record expire for ours infos.


Field Summary
 
Fields inherited from class javax.jmdns.impl.tasks.DNSTask
_jmDNSImpl
 
Constructor Summary
Renewer(JmDNSImpl jmDNSImpl)
           
 
Method Summary
 boolean cancel()
           
 void run()
           
 void start(java.util.Timer timer)
           
 
Methods inherited from class java.util.TimerTask
scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Renewer

public Renewer(JmDNSImpl jmDNSImpl)
Method Detail

start

public void start(java.util.Timer timer)

cancel

public boolean cancel()
Overrides:
cancel in class java.util.TimerTask

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask