Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > endLockContentionStats

endLockContentionStats

endLockContentionStats();

The endLockContentionStats method of the System class 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, an 1131 exception (Another process is currently in control of lock contention statistics) is raised.

This method is not available on a Compact JADE node, where it would result in a 1068 - Feature not available exception.

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.