Interface IBlobStoreLockObject

All Superinterfaces:
ILockObject
All Known Implementing Classes:
BlobStoreEntryHolder

public interface IBlobStoreLockObject extends ILockObject
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 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