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

NAME

Aw::Admin - Perl extension for the ActiveWorks C Administration Libraries

SYNOPSIS

 use Aw 'MyFavoriteBroker@my.host.net:6449';
 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 ) {
        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@wmUsers.Com

SEE ALSO

perl(1). ActiveWorks Supplied Documentation