4.7.4.2. Locking Arbitrary Processes

Pessimistic locking mechanism can also be used to manage simultaneous execution of arbitrary processes. The key benefit is that the locks are distributed, since they are replicated in the Middleware cluster.

More information is available in JavaDocs for the LockManagerAPI and LockService interfaces.