Product Information > JADE Object Manager Guide > Chapter 4 - JADE System Instrumentation and Diagnosis > SystemendLockContentionStats Method

System::endLockContentionStats Method

endLockContentionStats();

The System class endLockContentionStats method stops recording lock contentions for persistent objects and removes all lock contention data.

Only the process that started lock contention recording can use this method. If any other process attempts to use this method, exception 1131 (Another process is currently in control of lock contention statistics) is raised.

If the process that started the recording of lock contentions terminates without having called endLockContentionStats to stop lock contention recording, the lock contention recording is automatically ended.