private static class AbstractLookupDiscovery.NotifyTask extends Object
Modifier and Type | Field and Description |
---|---|
int |
eventType
The type of event to send: DISCOVERED, DISCARDED, CHANGED
|
Map<ServiceRegistrar,String[]> |
groupsMap
Map of discovered registrars-to-groups in which each is a member
|
List<DiscoveryListener> |
listeners
The set of listeners to notify
|
Constructor and Description |
---|
NotifyTask(List<DiscoveryListener> listeners,
Map<ServiceRegistrar,String[]> groupsMap,
int eventType) |
public final List<DiscoveryListener> listeners
public final Map<ServiceRegistrar,String[]> groupsMap
public final int eventType
public NotifyTask(List<DiscoveryListener> listeners, Map<ServiceRegistrar,String[]> groupsMap, int eventType)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.