Package hec.io
Class FileLockInfo
java.lang.Object
hec.io.FileLockInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileLockInfo
Create a new FileLockInfo object- Parameters:
path
- the file pathuserId
- the user id who holds the lock
-
-
Method Details
-
getPath
return the path- Returns:
- The Path value
-
getUserId
return the userid that holds the lock- Returns:
- The UserId value
-