public class UriSetRequest extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private int |
idOfWorker
The id of the
Worker that sent this request. |
private static long |
serialVersionUID |
private boolean |
workerSendsAliveMessages
Indicates whether the worker (see
idOfWorker) sends org.dice_research.squirrel.worker.impl.AliveMessage. |
| Constructor and Description |
|---|
UriSetRequest()
Standard constructor setting just default values.
|
UriSetRequest(int idOfWorker,
boolean workerSendsAliveMessages)
Parametrized Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getIdOfWorker() |
int |
hashCode() |
boolean |
workerSendsAliveMessages() |
private static final long serialVersionUID
private int idOfWorker
Worker that sent this request.private boolean workerSendsAliveMessages
idOfWorker) sends org.dice_research.squirrel.worker.impl.AliveMessage.Copyright © 2017–2019. All rights reserved.