Class UnlockRequest

    • Constructor Detail

      • UnlockRequest

        public UnlockRequest​(String storeName,
                             String resourceId,
                             String lockOwner)
        Constructor for UnlockRequest.
        Parameters:
        storeName - Name of the store
        resourceId - Lock key
        lockOwner - The identifier of lock owner.
    • Method Detail

      • getStoreName

        public String getStoreName()
      • getResourceId

        public String getResourceId()
      • getLockOwner

        public String getLockOwner()