Package com.j_spaces.kernel.locks
Interface IBlobStoreLockObject
- All Superinterfaces:
ILockObject
- All Known Implementing Classes:
BlobStoreEntryHolder
The basic interface for a Blob-Store lock object.
include method to get the ExternalLockObject that used in
BlobStoreLockManager.- Since:
- 16.3.0
- Author:
- Sagiv Michael
-
Method Summary
Modifier and TypeMethodDescriptionin case the locking object can be derived from the subject WHEN its not the subject itselfMethods inherited from interface com.j_spaces.kernel.locks.ILockObject
getLockSubjectType, getUID, isLockSubject
-
Method Details
-
getExternalLockObject
ILockObject getExternalLockObject()in case the locking object can be derived from the subject WHEN its not the subject itself- Returns:
- the lock object
-