Package com.mchange.v1.lang
Class Synchronizer
java.lang.Object
com.mchange.v1.lang.Synchronizer
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
Creates an object that implements all the same interfaces as the original object, but that synchronizes all access (using the wrappers' own lock).
-
Method Details
-
createSynchronizedWrapper
Creates an object that implements all the same interfaces as the original object, but that synchronizes all access (using the wrappers' own lock).
-