The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Siebel::Lbconfig::Daemon::Action::AOM - subclass of Siebel::Srvrmgr::Daemon::Action to select and return AOM objects

DESCRIPTION

Siebel::Lbconfig::Daemon::Action::AOM will take action on a list comps output, identify the AOMs available and select them following a criteria (see do_parsed method).

As a subclass of Siebel::Srvrmgr::Daemon::Action, you should be using it together with a subclass of Siebel::Srvrmgr::Daemon to handle list comps output.

EXPORTS

Nothing.

METHODS

This class implements a single method besides the "hidden" _build_exp_output.

do_parsed

This method is overrired from parent class.

Given the parsed output of a list comps command, it will search for all available AOMs following this criteria:

  • The component run mode is interactive.

  • The component type is "AppObjMgr" or "EAIObjMgr".

  • The component is being executed

  • The component is configured to auto start as soon as the Siebel Server is up and running.

  • There is more than one server executing the component.

There is no sense using this class if the output does not include more than one Siebel Server.

This method doesn't return anything, but results are store in the Siebel::Srvrmgr::Daemon::ActionStash singleton. Be sure to use to retrieve the results from it. Results are stored as a hash reference, being the component alias the key and the respective server the 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/>.