Package io.milton.http
Class LockInfo
- java.lang.Object
-
- io.milton.http.LockInfo
-
- All Implemented Interfaces:
Serializable
public class LockInfo extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLockInfo.LockDepthstatic classLockInfo.LockScopestatic classLockInfo.LockType
-
Field Summary
Fields Modifier and Type Field Description LockInfo.LockDepthdepthStringlockedByUserThe name of the user who has locked this resource.LockInfo.LockScopescopeLockInfo.LockTypetype
-
Constructor Summary
Constructors Constructor Description LockInfo()LockInfo(LockInfo.LockScope scope, LockInfo.LockType type, String lockedByUser, LockInfo.LockDepth depth)
-
-
-
Field Detail
-
scope
public LockInfo.LockScope scope
-
type
public LockInfo.LockType type
-
lockedByUser
public String lockedByUser
The name of the user who has locked this resource.
-
depth
public LockInfo.LockDepth depth
-
-
Constructor Detail
-
LockInfo
public LockInfo(LockInfo.LockScope scope, LockInfo.LockType type, String lockedByUser, LockInfo.LockDepth depth)
- Parameters:
scope-type-lockedByUser- - the identifier of the user, such as a hrefdepth-
-
LockInfo
public LockInfo()
-
-