Package javax.jmdns.impl.tasks.state
Class Announcer
- java.lang.Object
-
- java.util.TimerTask
-
- javax.jmdns.impl.tasks.DNSTask
-
- javax.jmdns.impl.tasks.state.DNSStateTask
-
- javax.jmdns.impl.tasks.state.Announcer
-
- All Implemented Interfaces:
Runnable
public class Announcer extends DNSStateTask
The Announcer sends an accumulated query of all announces, and advances the state of all serviceInfos, for which it has sent an announce. The Announcer also sends announcements and advances the state of JmDNS itself. When the announcer has run two times, it finishes.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
advanceTask()
protected DNSOutgoing
buildOutgoingForDNS(DNSOutgoing out)
protected DNSOutgoing
buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)
boolean
cancel()
protected boolean
checkRunCondition()
protected DNSOutgoing
createOugoing()
String
getName()
Return this task name.String
getTaskDescription()
protected void
recoverTask(Throwable e)
void
start(Timer timer)
Start this task.String
toString()
-
Methods inherited from class javax.jmdns.impl.tasks.state.DNSStateTask
advanceObjectsState, associate, defaultTTL, getTaskState, getTTL, removeAssociation, run, setDefaultTTL, setTaskState
-
Methods inherited from class javax.jmdns.impl.tasks.DNSTask
addAdditionalAnswer, addAnswer, addAnswer, addAuthoritativeAnswer, addQuestion, getDns
-
Methods inherited from class java.util.TimerTask
scheduledExecutionTime
-
-
-
-
Constructor Detail
-
Announcer
public Announcer(JmDNSImpl jmDNSImpl)
-
-
Method Detail
-
getTaskDescription
public String getTaskDescription()
- Specified by:
getTaskDescription
in classDNSStateTask
-
checkRunCondition
protected boolean checkRunCondition()
- Specified by:
checkRunCondition
in classDNSStateTask
-
createOugoing
protected DNSOutgoing createOugoing()
- Specified by:
createOugoing
in classDNSStateTask
-
buildOutgoingForDNS
protected DNSOutgoing buildOutgoingForDNS(DNSOutgoing out) throws IOException
- Specified by:
buildOutgoingForDNS
in classDNSStateTask
- Throws:
IOException
-
buildOutgoingForInfo
protected DNSOutgoing buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out) throws IOException
- Specified by:
buildOutgoingForInfo
in classDNSStateTask
- Throws:
IOException
-
recoverTask
protected void recoverTask(Throwable e)
- Specified by:
recoverTask
in classDNSStateTask
-
advanceTask
protected void advanceTask()
- Specified by:
advanceTask
in classDNSStateTask
-
-