JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.aspects.synchronization
Interface SynchronizationConf

All Known Implementing Classes:
SynchronizationAC

public interface SynchronizationConf

This is the configuration interface of the Synchronization aspect.

See Also:
SynchronizationAC

Method Summary
 void synchronize(String classes, String methods, String objects)
          This configuration method sets methods to be synchronized.
 

Method Detail

synchronize

public void synchronize(String classes,
                        String methods,
                        String objects)
This configuration method sets methods to be synchronized.

Two synchronized methods cannot execute at the same time on the same object.

Parameters:
classes - the classes the methods belong to
methods - the methods to synchronize
objects - the instances of the classes to be synchronized

Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli