Class Synchronizer

java.lang.Object
com.mchange.v1.lang.Synchronizer

public final class Synchronizer extends Object
  • Method Details

    • createSynchronizedWrapper

      public static Object createSynchronizedWrapper(Object o)
      Creates an object that implements all the same interfaces as the original object, but that synchronizes all access (using the wrappers' own lock).