1TITLE:: ServerStatusWatcher
2summary:: Observes and updates Server status
3categories:: Server
4related:: Classes/Server
5
6DESCRIPTION::
7An object that observes a link::Classes/Server:: object by managing status requests and updates.
8ServerStatusWatcher is a client-side server implementation detail, and users are not expected to
9need to use it directly. A Server's status watcher can be accessed via
10link::Classes/Server#-statusWatcher::.
11
12CLASSMETHODS::
13
14METHOD:: new
15Creates a new ServerStatusWatcher.
16
17ARGUMENT:: server
18An instance of Server.
19
20returns:: The constructed ServerStatusWatcher.
21
22
23INSTANCEMETHODS::
24private:: prSendNotifyRequest, prFinalizeBoot
25