@XMLBindable public class UESLockAttributes extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private UESURI | 
authorityUri
URI of the authority who created lock. 
 | 
private java.lang.String | 
code
Code of the lock. 
 | 
private java.lang.Long | 
lockTimeout
Timeout for the lock expiration (in seconds). 
 | 
private java.lang.String | 
name
Name of the lock. 
 | 
private UESURI | 
principalUri
URI of the principal who created lock. 
 | 
private UESURI | 
processUri
URI of process in which was lock created. 
 | 
private java.lang.Boolean | 
reentrant
Flag if the lock is reentrant. 
 | 
private UESURI | 
resourceUri
URI of the locked resource. 
 | 
private java.lang.Long | 
timestamp
Lock last modification time. 
 | 
private UESURI | 
uri
URI of the lock. 
 | 
private UESURI | 
usecaseUri
URI of the use case for which lock was created. 
 | 
private java.util.List<UESURI> | 
waitingProcessesUri
List of processes waiting for lock. 
 | 
| Constructor and Description | 
|---|
UESLockAttributes()  |