OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_servicecollectors
(Results
1 - 1
of
1
) sorted by null
/external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java
354
private final ConcurrentMap<String, ServiceCollector>
_serviceCollectors
;
402
_serviceCollectors
= new ConcurrentHashMap<String, ServiceCollector>();
744
if (
_serviceCollectors
.putIfAbsent(loType, new ServiceCollector(type)) == null) {
745
this.addServiceListener(loType,
_serviceCollectors
.get(loType), ListenerStatus.SYNCHONEOUS);
928
if (
_serviceCollectors
.putIfAbsent(loType, new ServiceCollector(type)) == null) {
930
this.addServiceListener(loType,
_serviceCollectors
.get(loType), ListenerStatus (…)
[
all
...]
Completed in 35 milliseconds