private final class FiddlerImpl.RemoveLocatorsTask extends Object implements Runnable
Task
object that is placed
in the TaskManager
queue for processing in the thread
pool. Instances of this class are placed on the task queue when
a registration has requested the removal of a set of locators
from the current set of locators to discover for it.Modifier and Type | Field and Description |
---|---|
LookupLocator[] |
locators
The locators to remove from the registration's old set
|
FiddlerImpl.RegistrationInfo |
regInfo
Data structure record of the registration that made the request
|
Constructor and Description |
---|
RemoveLocatorsTask(FiddlerImpl.RegistrationInfo regInfo,
LookupLocator[] locators)
Constructs an instance of this class and stores the input
|
Modifier and Type | Method and Description |
---|---|
private void |
removeRegInfoLocators(FiddlerImpl.RegistrationInfo regInfo,
LookupLocator[] locators)
Removes the elements of the given set from the given registration's
current set of locators to discover.
|
void |
run() |
public final FiddlerImpl.RegistrationInfo regInfo
public final LookupLocator[] locators
public RemoveLocatorsTask(FiddlerImpl.RegistrationInfo regInfo, LookupLocator[] locators)
private void removeRegInfoLocators(FiddlerImpl.RegistrationInfo regInfo, LookupLocator[] locators)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.