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

NAME

Siebel::Srvrmgr::ListParser::Output::Enterprise - subclass that represents the initial information from a Siebel server when connected through srvrmgr program.

SYNOPSIS

See Siebel::Srvrmgr::ListParser::Output.

DESCRIPTION

Siebel::Srvrmgr::ListParser::Output::Greetings extends Siebel::Srvrmgr::ListParser::Output.

Normally this class would be created by Siebel::Srvrmgr::ListParser::OutputFactory create static method. See the automated tests for examples of direct instatiation.

It is possible to recover some useful information from the object methods but most of it is simple copyrigh information.

ATTRIBUTES

version

A string that represents the version of the Siebel enterprise where the connection was stablished. This is a read-only attribute.

patch

A string that represents the patch version of the Siebel enterprise where the connection was stablished. This is a read-only attribute.

An array reference that represents the copyright information of the Siebel enterprise where the connection was stablished. This is a read-only attribute.

total_servers

A integer that represents the total number of servers configured in the enterprise where the connection was stablished. This is a read-only attribute.

total_connected

A integer that represents the total number of servers available in the enterprise where the connection was stablished. This is a read-only attribute.

help

A string representing how to invoke online help within srvrmgr program. This is a read-only attribute.

METHODS

See Siebel::Srvrmgr::ListParser::Output class for inherited methods.

get_version

Returns a string as the value of version attribute.

get_patch

Returns a string as the value of patch attribute.

Returns a string as the value of copyright attribute.

get_total_servers

Returns a integer as the value of total_servers attribute.

get_total_conn

Returns a integer as the value of total_connected attribute.

parse

This method overrides the superclass.

"Private" method to set the copyright information.

CAVEATS

Beware that the parse method is called automatically as soon as the object is created.

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/.