Aw - Perl extension for the ActiveWorks C Application Development Kit


Aw documentation  | view source Contained in the Aw distribution.

Index


NAME

Top

Aw - Perl extension for the ActiveWorks C Application Development Kit

SYNOPSIS

Top

 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

Top

  A Java like interface to the CADK thru Perl.

Exported Constants

Top

Everything in the CADK include files should be exported as constants.

AUTHOR

Top

Daniel Yacob Mekonnen, Yacob@wMUsers.Com

SEE ALSO

Top

perl(1). ActiveWorks Supplied Documentation


Aw documentation  | view source Contained in the Aw distribution.