ManaTools::Module::Hosts


start
INPUT

$self: this object

DESCRIPTION

This method extends Module::start and is invoked to
start host manager

_changeHostNameDialog
INPUT

$self: this object
$headerString: a title for the dialog

DESCRIPTION

This method display a dialog allowing the user
to change the hostname

_addHostDialog
INPUT

$self: this object

DESCRIPTION

This subroutine creates the Host dialog to add host definitions

_edtHostDialog
INPUT

$self: this object
$hostIp
: the ip of the host entry that we want to modify
$hostName
: the name of the host entry we want to modify
$hostAliases
: aliases of the host entry we want to modify

DESCRIPTION

This subroutine creates the Host dialog to modify host definitions

setupTable
INPUT

$self: this object
$data: reference to the array containaing the host data to show into the table

DESCRIPTION

This subroutine populates a previously created YTable with the hosts data retrieved by the Config::Hosts module