|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||
BroadcastListener listens for broadcast Hellos from starting nodes on the network
| Field Summary | |
|---|---|
| string |
HELLO_MSG
Hello message |
| string |
HELLO_REPLY_MSG
Hello reply message |
| Naanou.Common.ILogger | logger |
| Naanou.LookupService.Node | node |
| System.Collections.ArrayList | workers |
| Constructor Summary | |
|---|---|
|
BroadcastListener(Naanou.LookupService.Node node) Constructor |
|
| Property Summary | |
|---|---|
| Naanou.Common.ILogger |
Logger
Gets the logger to use |
| Naanou.LookupService.Node |
Node
Gets the node this listener is linked too |
| Method Summary | |
|---|---|
| void |
Start() Start workers |
| void |
Stop() Stops listening |
| Methods inherited from class System.Object |
|---|
| Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
| Field Detail |
|---|
public string HELLO_MSG
Hello message
public string HELLO_REPLY_MSG
Hello reply message
private Naanou.Common.ILogger logger
private Naanou.LookupService.Node node
private System.Collections.ArrayList workers
| Constructor Detail |
|---|
public BroadcastListener(Naanou.LookupService.Node node)
Constructor
Parameters:
node - Node| Property Detail |
|---|
internal Naanou.Common.ILogger Logger
Gets the logger to use
internal Naanou.LookupService.Node Node
Gets the node this listener is linked too
| Method Detail |
|---|
public void Start()
Start workers
public void Stop()
Stops listening
|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||