public final class Synchronizer extends Object
| Modifier and Type | Method and Description |
|---|---|
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).
|