DaemonProperties.java | Class | Subclass of Properties, to deal with daemon specific usage of them.
This class refines the basic Properties class, in order to tune them for
ServerHandler specific needs:
- Properties can be observed through the PropertyMonitoring interface,
- Properties are multiplexed according to the server identifier.
|