Server() constructor

Constructs a new Server object.

Syntax

public Server ()

Usage

This constructor is called by the Agentry server when the Java Interface system connection is started.

See the main class documentation for notes on why this constructor is public even though this class is a singleton.