|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the configuration interface of the Synchronization aspect.
SynchronizationAC
Method Summary | |
void |
synchronize(String classes,
String methods,
String objects)
This configuration method sets methods to be synchronized. |
Method Detail |
public void synchronize(String classes, String methods, String objects)
Two synchronized methods cannot execute at the same time on the same object.
classes
- the classes the methods belong tomethods
- the methods to synchronizeobjects
- the instances of the classes to be synchronized
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |