Program Configuration

Each program in the distributed system must be properly configured to play its role in the system. For this project, there is a convention that configuration information is collected in one object, which is an instance of a specific class that implements the abstract class Profile. The actual work of configuration is performed in the contstructor for this instance.

The class Profile uses several mechanisms to specify the configuration information. These are described in the following subtopics:

<<Top    <<Up