Uses of Interface
org.spdx.storage.IModelStore.IModelStoreLock
| Package | Description |
|---|---|
| org.spdx.library.model |
Copyright (c) 2019 Source Auditor Inc.
|
| org.spdx.storage |
Contains classes that implement the storage interfaces for reading and writing
SPDX document properties.
|
| org.spdx.storage.listedlicense | |
| org.spdx.storage.simple |
-
Uses of IModelStore.IModelStoreLock in org.spdx.library.model
Methods in org.spdx.library.model that return IModelStore.IModelStoreLock Modifier and Type Method Description IModelStore.IModelStoreLockModelObject. enterCriticalSection(boolean readLockRequested)Enter a critical section.Methods in org.spdx.library.model with parameters of type IModelStore.IModelStoreLock Modifier and Type Method Description voidModelObject. leaveCriticalSection(IModelStore.IModelStoreLock lock)Leave a critical section. -
Uses of IModelStore.IModelStoreLock in org.spdx.storage
Methods in org.spdx.storage that return IModelStore.IModelStoreLock Modifier and Type Method Description IModelStore.IModelStoreLockIModelStore. enterCriticalSection(String documentUri, boolean readLockRequested)Enter a critical section.Methods in org.spdx.storage with parameters of type IModelStore.IModelStoreLock Modifier and Type Method Description voidIModelStore. leaveCriticalSection(IModelStore.IModelStoreLock lock)Leave a critical section. -
Uses of IModelStore.IModelStoreLock in org.spdx.storage.listedlicense
Methods in org.spdx.storage.listedlicense that return IModelStore.IModelStoreLock Modifier and Type Method Description IModelStore.IModelStoreLockSpdxListedLicenseModelStore. enterCriticalSection(String documentUri, boolean readLockRequested)Methods in org.spdx.storage.listedlicense with parameters of type IModelStore.IModelStoreLock Modifier and Type Method Description voidSpdxListedLicenseModelStore. leaveCriticalSection(IModelStore.IModelStoreLock lock) -
Uses of IModelStore.IModelStoreLock in org.spdx.storage.simple
Methods in org.spdx.storage.simple that return IModelStore.IModelStoreLock Modifier and Type Method Description IModelStore.IModelStoreLockExtendedSpdxStore. enterCriticalSection(String documentUri, boolean readLockRequested)IModelStore.IModelStoreLockInMemSpdxStore. enterCriticalSection(String documentUri, boolean readLockRequested)Methods in org.spdx.storage.simple with parameters of type IModelStore.IModelStoreLock Modifier and Type Method Description voidExtendedSpdxStore. leaveCriticalSection(IModelStore.IModelStoreLock lock)voidInMemSpdxStore. leaveCriticalSection(IModelStore.IModelStoreLock lock)