Class Synchronizing

All Implemented Interfaces:
Serializable, BehaviorFactory, ComponentFactory

public class Synchronizing extends AbstractBehaviorFactory
This behavior factory provides synchronized wrappers to control access to a particular component. It is recommended that you use Locking instead since it results in better performance and does the same job.
Author:
Aslak Hellesøy
See Also: