OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DNSTaskStarter
(Results
1 - 2
of
2
) sorted by null
/external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java
31
public interface
DNSTaskStarter
{
34
*
DNSTaskStarter
.Factory enable the creation of new instance of
DNSTaskStarter
.
39
private final ConcurrentMap<JmDNSImpl,
DNSTaskStarter
> _instances;
42
* This interface defines a delegate to the
DNSTaskStarter
class to enable subclassing.
47
* Allows the delegate the opportunity to construct and return a different
DNSTaskStarter
.
51
* @return Should return a new
DNSTaskStarter
Object.
55
public
DNSTaskStarter
newDNSTaskStarter(JmDNSImpl jmDNSImpl);
62
_instances = new ConcurrentHashMap<JmDNSImpl,
DNSTaskStarter
>(20);
66
* Assigns <code>delegate</code> as
DNSTaskStarter
's class delegate. The class delegate is optional
[
all
...]
JmDNSImpl.java
56
public class JmDNSImpl extends JmDNS implements DNSStatefulObject,
DNSTaskStarter
{
[
all
...]
Completed in 54 milliseconds