...
Wiki Markup |
---|
This technique is also called client-side locking \[[Goetz 06|AA. Java References#Goetz 06]\], because the class holds a lock on an object that might be accessible to other classes. Client-side locking is not always an appropriate strategy; see [CON34CON35-J. Avoid client-side locking when using classes that do not commit to their locking strategy] for more information. |
...