NAME
Siebel::Srvrmgr::Daemon::Action::ListParams - subclass of Siebel::Srvrmgr::Daemon::Action to parse list params output
SYNOPSIS
use Siebel::Srvrmgr::Daemon::Action::ListParams;
my $action = Siebel::Srvrmgr::Daemon::Action::ListParams->new( parser => Siebel::Srvrmgr::ListParser->new(),
params => [$filename]);
$action->do(\@output);
DESCRIPTION
This subclass of Siebel::Srvrmgr::Daemon::Action will try to find a Siebel::Srvrmgr::ListParser::Output::ListParams object in the given array reference given as parameter to the do
method and stores the parsed data from this object in a serialized file.
METHODS
do
This method is overrided from the superclass method, that is still called to validate parameter given.
It will search in the array reference given as parameter: the first object found is serialized to the filesystem and the function returns 1 in this case. Otherwise it will return 0.