NAME
Siebel::Lbconfig::Daemon::Action::ListServers - subclass to information from list servers command
DESCRIPTION
Siebel::Lbconfig::Daemon::Action::ListServers is a subclass of Siebel::Srvrmgr::Daemon::Action.
Siebel::Lbconfig::Daemon::Action::ListServers will simply recover and "return" the output of list servers command. See do_parsed method for details.
EXPORTS
Nothing.
METHODS
This class implements a single method besides the "hidden" _build_exp_output.
do_parsed
This method is overriden from parent class.
It expects the parsed output from list servers command.
It returns nothing, but sets the singleton Siebel::Srvrmgr::Daemon::ActionStash with a hash reference containing the Siebel Server name as key and the respect Server Id as value.
SEE ALSO
AUTHOR
Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 of Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org>
This file is part of Siebel Monitoring Tools.
Siebel Monitoring Tools is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Siebel Monitoring Tools is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Siebel Monitoring Tools. If not, see <http://www.gnu.org/licenses/>.