Space location locks

A space location lock puts a logical lock on any single byte of storage. The lock does not change the storage or effect your application's access to the storage. The lock is a piece of information recorded by the system.

Space location locks provide cooperative locking similar to that provided by mutual exclusion (mutexes). However, space location locks differ from mutexes in several respects:

Note: Java™ does not have the ability to directly use space location locks. Space location locks require the use of pointers.