| Aw documentation | view source | Contained in the Aw distribution. |
Aw - Perl extension for the ActiveWorks C Application Development Kit
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;
A Java like interface to the CADK thru Perl.
Everything in the CADK include files should be exported as constants.
Daniel Yacob Mekonnen, Yacob@wMUsers.Com
perl(1). ActiveWorks Supplied Documentation
| Aw documentation | view source | Contained in the Aw distribution. |