NAME
Aw::Admin - Perl extension for the ActiveWorks C Application Development Kit
SYNOPSIS
require
Aw::Admin::ServerClient;
my
$desc
= new Aw::ConnectionDescriptor;
my
$server
= new Aw::Admin::ServerClient (
"my.host.net:6449"
,
$desc
);
#
# fix new to use default host we've already set..
#
my
@brokers
=
$server
->getServerBrokers ( );
foreach
(
@brokers
) {
"Territory : $_->{territory_name}\n"
;
"Broker Host: $_->{broker_host}\n"
;
"Broker Name: $_->{broker_name}\n"
;
"Description: $_->{description}\n"
;
}
DESCRIPTION
A Java like interface to the CADK thru Perl.
Exported Constants
Everything in the CADK include files should be exported as constants.
AUTHOR
Daniel Yacob Mekonnen, Yacob@RCN.Com
SEE ALSO
perl(1). ActiveWorks Supplied Documentation