com.sap.portal.admin.editor

Interface ILockingPolicy

All Known Subinterfaces:
IPessimisticLockPolicy

Deprecated. As of SAP NetWeaver 2007 release, replaced by package com.sap.portal.adminstudio.ilockingpolicy

public interface ILockingPolicy

The interface that represents the locking policy of an editor.
Editor locking is the mechanism that deals with the issues of a multi-user environment. In this environment, multiple users can work on the same resource simultaneously. If there is no mechanism to manage the data, a user might work with non-updated data, since the user's editor state is not synchronized with the current sate of the resource.
There are two approaches to locking.