|
JmDNS 3.4.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.jmdns.impl.DNSTaskStarter.Factory
public static final class DNSTaskStarter.Factory
DNSTaskStarter.Factory enable the creation of new instance of DNSTaskStarter.
Nested Class Summary | |
---|---|
static interface |
DNSTaskStarter.Factory.ClassDelegate
This interface defines a delegate to the DNSTaskStarter class to enable subclassing. |
Method Summary | |
---|---|
static DNSTaskStarter.Factory.ClassDelegate |
classDelegate()
Returns DNSTaskStarter's class delegate. |
static DNSTaskStarter.Factory |
getInstance()
Return the instance of the DNSTaskStarter Factory. |
DNSTaskStarter |
getStarter(JmDNSImpl jmDNSImpl)
Return the instance of the DNSTaskStarter for the JmDNS. |
protected static DNSTaskStarter |
newDNSTaskStarter(JmDNSImpl jmDNSImpl)
Returns a new instance of DNSTaskStarter using the class delegate if it exists. |
static void |
setClassDelegate(DNSTaskStarter.Factory.ClassDelegate delegate)
Assigns delegate as DNSTaskStarter's class delegate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void setClassDelegate(DNSTaskStarter.Factory.ClassDelegate delegate)
delegate
as DNSTaskStarter's class delegate. The class delegate is optional.
delegate
- The object to set as DNSTaskStarter's class delegate.classDelegate()
,
DNSTaskStarter.Factory.ClassDelegate
public static DNSTaskStarter.Factory.ClassDelegate classDelegate()
setClassDelegate(ClassDelegate anObject)
,
DNSTaskStarter.Factory.ClassDelegate
protected static DNSTaskStarter newDNSTaskStarter(JmDNSImpl jmDNSImpl)
jmDNSImpl
- jmDNS instance
public static DNSTaskStarter.Factory getInstance()
public DNSTaskStarter getStarter(JmDNSImpl jmDNSImpl)
jmDNSImpl
- jmDNS instance
|
Last updated 2011-08-25 12:40 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |