Object Synchronizer: A Design Pattern for Object SynchronizationBy: A.R. Silva, J.D. Pereira, J.A. Marques
Summary: Decouple object synchronization from object functionality. Invocations on an object are intercepted by a synchronization interface to allow them to proceed, delay, or reject them.
Url: http://albertina.inesc.pt/~ars/dasco.html
Decouple object synchronization from object functionality. Invocations on an object are intercepted by a synchronization interface to allow them to proceed, delay, or reject them.