Class NotifyWebServerViaFile

java.lang.Object
net.sf.colossus.server.NotifyWebServerViaFile
All Implemented Interfaces:
INotifyWebServer

public class NotifyWebServerViaFile extends Object implements INotifyWebServer
For communication between Game/Server and WebServer. Perhaps later replaced with a two-way socket connection? Class is always created, no matter whether we have a web server ( => active == true) or not ( => active == false); but this way, we can have all the "if (we have a web server) { } " checking done inside this class and do not clutter the main server code.