Package org.peace_tools.core.server

Contains the classes associated with the server wizard.

See:
          Description

Class Summary
ServerAddingEntryWizardPage This class serves as the last page in a ServerWizard.
ServerInfoWizardPage This class serves as the second interactive page in a ServerWizard.
ServerTypeWizardPage This class serves as the first interactive page in a ServerWizard.
ServerWizard This class serves as the top-level class for adding a new server entry to the work space.
 

Package org.peace_tools.core.server Description

Contains the classes associated with the server wizard.

This package contains the classes associated with the server wizard. The server wizard guides the user through the process of adding a new server entry to the current work space.

Note that this wizard does not perform the actual installation of the PEACE C++ clustering engine on a server. That task is delegated to the PEACEInstaller class. This wizard actually creates an instance of the installer.

This wizard has been designed to be consistent with the core infrastructure provided by WizardDialog.

Since:
0.9
See Also:
PEACEInstaller, WizardDialog, WizardPage