public static interface IStoreAccessor.DurableLocking extends IDurableLockingManager
store accessors that support durable locking.IStoreAccessor.DurableLocking2IDurableLockingManager.LockArea, IDurableLockingManager.LockAreaAlreadyExistsException, IDurableLockingManager.LockAreaNotFoundException, IDurableLockingManager.LockGrade| Modifier and Type | Method and Description |
|---|---|
void |
lock(String durableLockingID,
IRWLockManager.LockType type,
Collection<? extends Object> objectsToLock) |
void |
unlock(String durableLockingID) |
void |
unlock(String durableLockingID,
IRWLockManager.LockType type,
Collection<? extends Object> objectsToUnlock) |
createLockArea, deleteLockArea, getLockArea, getLockAreasvoid lock(String durableLockingID, IRWLockManager.LockType type, Collection<? extends Object> objectsToLock)
void unlock(String durableLockingID, IRWLockManager.LockType type, Collection<? extends Object> objectsToUnlock)
void unlock(String durableLockingID)
Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html