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