NAME

Aw::Admin - Perl extension for the ActiveWorks C Application Development Kit

SYNOPSIS

use Aw 'MyFavoriteBroker@my.host.net:6449';
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 ) {
print "Territory : $_->{territory_name}\n";
print "Broker Host: $_->{broker_host}\n";
print "Broker Name: $_->{broker_name}\n";
print "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