|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
SynchronizationConf | This is the configuration interface of the Synchronization aspect. |
Class Summary | |
SynchronizationAC | This aspect component allows the programmer to synchronize a set of methods on different objects or classes in a centralized way (do not use the synchronized java keyword anymore). |
Provides an aspect that handles simple synchronization in a centralized way.
Polluting classes definition with synchronized keywords may be hardly maintainable on the long term. Moreover, deciding which method should be synchronized or not necessitate an expertise on the program and how it works.
This synchronization aspect allows the programmer to group all the synchronization clauses in one unique file so that it is easier to define, read, and maintain.
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |