Description:
Class EnhydraServer use singleton pattern to provide
all necessary data about registered (started) Enhydra applications.
All application register itself on startup and unregister when shutdown.
Admin application use this class to display applications info.
Admin application should get instance of this class first, then calls
public methods. |