ዳንኤል ያዕቆብ > Aw-0.16.7 > Aw

Download:
Aw-0.16.7.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
View/Report Bugs
Module Version: 0.16.7   Source  

NAME ^

Aw - Perl extension for the ActiveWorks C Application Development Kit

SYNOPSIS ^

 use Aw;
 require Aw::Adapter;
 require Aw::Event;
 my %properties = (
        clientId        => 'TimeAdapter',
        broker          => "test\@active:7449",
        adapterId       => 0,
        debug           => 1,
        clientGroup     => 'devkitAdapter',
        adapterType     => 'Adapter40',
        messageCatalog  => 'time_adapter'
 );

 my $adapter = new Aw::Adapter  ( \%properties ) ;
 my $event = new Aw::Event;

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

syntax highlighting: