Uses of Interface
org.spdx.storage.IModelStore.IModelStoreLock
Packages that use IModelStore.IModelStoreLock
Package
Description
Copyright (c) 2019 Source Auditor Inc.
Contains classes that implement the storage interfaces for reading and writing
SPDX document properties.
-
Uses of IModelStore.IModelStoreLock in org.spdx.library.model
Methods in org.spdx.library.model that return IModelStore.IModelStoreLockModifier and TypeMethodDescriptionModelObject.enterCriticalSection(boolean readLockRequested) Enter a critical section.Methods in org.spdx.library.model with parameters of type IModelStore.IModelStoreLockModifier and TypeMethodDescriptionvoidModelObject.leaveCriticalSection(IModelStore.IModelStoreLock lock) Leave a critical section. -
Uses of IModelStore.IModelStoreLock in org.spdx.storage
Methods in org.spdx.storage that return IModelStore.IModelStoreLockModifier and TypeMethodDescriptionIModelStore.enterCriticalSection(String documentUri, boolean readLockRequested) Enter a critical section.Methods in org.spdx.storage with parameters of type IModelStore.IModelStoreLockModifier and TypeMethodDescriptionvoidIModelStore.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.IModelStoreLockModifier and TypeMethodDescriptionSpdxListedLicenseModelStore.enterCriticalSection(String documentUri, boolean readLockRequested) Methods in org.spdx.storage.listedlicense with parameters of type IModelStore.IModelStoreLockModifier and TypeMethodDescriptionvoidSpdxListedLicenseModelStore.leaveCriticalSection(IModelStore.IModelStoreLock lock) -
Uses of IModelStore.IModelStoreLock in org.spdx.storage.simple
Methods in org.spdx.storage.simple that return IModelStore.IModelStoreLockModifier and TypeMethodDescriptionExtendedSpdxStore.enterCriticalSection(String documentUri, boolean readLockRequested) InMemSpdxStore.enterCriticalSection(String documentUri, boolean readLockRequested) Methods in org.spdx.storage.simple with parameters of type IModelStore.IModelStoreLockModifier and TypeMethodDescriptionvoidExtendedSpdxStore.leaveCriticalSection(IModelStore.IModelStoreLock lock) voidInMemSpdxStore.leaveCriticalSection(IModelStore.IModelStoreLock lock)