ILockingPolicy Interface

Definition

Service interface allowing host to refine IMS locks requested through the Immutability API.

public interface class ILockingPolicy
public interface ILockingPolicy
type ILockingPolicy = interface
Public Interface ILockingPolicy

Methods

RefineLocks(ModelElement, Locks)

Return the actual Locks that should be applied to the specified ModelElement given a set of proposed Locks.

RefineLocks(Partition, Locks)

Return the actual Locks that should be applied to the specified Partition given a set of proposed Locks.

RefineLocks(Store, Locks)

Return the actual Locks that should be applied to the specified Store given a set of proposed Locks.

Applies to