NAME
Siebel::Srvrmgr::Daemon::Action::CheckComps::Server - role for classes that hold Siebel server components information
DESCRIPTION
This package is a role, not a subclass of Siebel::Srvrmgr::Daemon::Action. It is intended to be used by classes that provides information about which components are available in a Siebel server and which is their expected status.
ATTRIBUTES
name
A string representing the name of the Siebel Server.
components
An array reference with instances of classes that have the Siebel::Srvrmgr::Daemon::Action::CheckComps::Component role applied.
METHODS
One for each one of the attributes, with the same name for invocation. Those methods must be overrided by the classes that applies this role or an exception will be raised.
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/>.