public class LockHolder extends Object
| Constructor and Description |
|---|
LockHolder(UUID id) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDate()
When this was created
|
UUID |
getId()
The lock token
|
LockInfo |
getLockInfo() |
LockTimeout |
getLockTimeout()
The lock timeout that was used when this was created.
|
String |
getName()
Name of the resource
|
String |
getParentCollectionId()
Unique ID of the parent collection which contains this.
|
void |
setLockInfo(LockInfo lockInfo) |
void |
setLockTimeout(LockTimeout lockTimeout) |
void |
setName(String name) |
void |
setParentCollectionId(String parentCollectionId) |
public LockHolder(UUID id)
public UUID getId()
public String getName()
public void setName(String name)
public String getParentCollectionId()
public void setParentCollectionId(String parentCollectionId)
public Date getCreatedDate()
public LockTimeout getLockTimeout()
public void setLockTimeout(LockTimeout lockTimeout)
public LockInfo getLockInfo()
public void setLockInfo(LockInfo lockInfo)
Copyright © 2021 McEvoy Software Ltd. All rights reserved.