Package io.milton.http
Class LockToken
- java.lang.Object
-
- io.milton.http.LockToken
-
- All Implemented Interfaces:
Serializable
public class LockToken extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockToken()LockToken(String tokenId, LockInfo info, LockTimeout timeout)
-
-
-
Field Detail
-
tokenId
public String tokenId
-
info
public LockInfo info
-
timeout
public LockTimeout timeout
-
-
Constructor Detail
-
LockToken
public LockToken()
-
LockToken
public LockToken(String tokenId, LockInfo info, LockTimeout timeout)
-
-