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

NAME

Siebel::Srvrmgr::Daemon::Action::ListSessions - subclass of Siebel::Srvrmgr::Daemon::Action to recover sessions information

SYNOPSIS

See Siebel::Srvrmgr::Daemon::Action for an example.

DESCRIPTION

This is a subclass of Siebel::Srvrmgr::Daemon::Action that will recover sessions information as documented in the do_parsed method.

METHODS

do_parsed

This method is overrided from parent class.

The method will recover the sessions as the iterator returned from the get_sessions method from the Siebel::Srvrmgr::ListParser::Output::Tabular::ListSessions instance created by the parser and stash it in the Siebel::Srvrmgr::Daemon::ActionStash available.

Expects as parameters:

  1. a Siebel::Srvrmgr::ListParser::Output::Tabular::ListSessions instance

  2. A string identifying the Siebel servername which sessions is expected to be in the first parameter

This method will returne true in the case the object received as parameter isa Siebel::Srvrmgr::ListParser::Output::Tabular::ListSessions or false otherwise.

SEE ALSO

AUTHOR

Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 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/>.