Naanou.LookupService
Structure Bootstrap

Holds details about the system the node bootstrapped from

Field Summary
Naanou.LookupService.Bootstrap Empty
         Empty bootstrap
string Nodelist
         Nodelist URI
string Offline
         Offline URI
string Online
         Online URI

Constructor Summary
Bootstrap(string nodeList, string online, string offline)
         Bootstrap

Method Summary
string ToString()
         Gets a string representation of bootstrap

Methods inherited from class System.ValueType
Equals, GetHashCode

Methods inherited from class System.Object
Finalize, GetType, MemberwiseClone


Field Detail

Empty

public Naanou.LookupService.Bootstrap Empty

Empty bootstrap


Nodelist

public string Nodelist

Nodelist URI


Offline

public string Offline

Offline URI


Online

public string Online

Online URI

Constructor Detail

Bootstrap

public Bootstrap(string nodeList,
                 string online,
                 string offline)

Bootstrap

Parameters:
nodeList - Nodelist URI
online - Offline URI
offline - Online URI
Method Detail

ToString

public string ToString()

Gets a string representation of bootstrap

Returns:
String representation of bootstrap