Uses of Interface
org.spdx.storage.IModelStore.IModelStoreLock
-
Packages that use IModelStore.IModelStoreLock Package Description org.spdx.core Common classes used by the SPDX model and libraryorg.spdx.storage Classes that implement the storage interfaces for reading and writing SPDX document properties -
-
Uses of IModelStore.IModelStoreLock in org.spdx.core
Methods in org.spdx.core that return IModelStore.IModelStoreLock Modifier and Type Method Description IModelStore.IModelStoreLock
CoreModelObject. enterCriticalSection(boolean readLockRequested)
Enter a critical section.Methods in org.spdx.core with parameters of type IModelStore.IModelStoreLock Modifier and Type Method Description void
CoreModelObject. 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.IModelStoreLock
IModelStore. enterCriticalSection(boolean readLockRequested)
Enter a critical section.IModelStore.IModelStoreLock
NullModelStore. enterCriticalSection(boolean readLockRequested)
Methods in org.spdx.storage with parameters of type IModelStore.IModelStoreLock Modifier and Type Method Description void
IModelStore. leaveCriticalSection(IModelStore.IModelStoreLock lock)
Leave a critical section.void
NullModelStore. leaveCriticalSection(IModelStore.IModelStoreLock lock)
-