@XMLBindable public class UESLockCreate extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 java.lang.String |
ownerId
Lock owner ID.
|
private UESURI |
processUri
URI of process in which was lock created.
|
private java.lang.Boolean |
reentrant
Flag if the lock is reentrant.
|
private java.lang.Long |
waitTimeout
Wait timeout for which process want to wait for lock creation (in seconds).
|
Constructor and Description |
---|
UESLockCreate() |
UESLockCreate(java.lang.String ownerId, |