|
Syntax
com::sun::star::ucb::LockDepth Depth;
Description
defines the lock's depth.
Syntax
any Owner;
Description
the owner of the lock.
This element providfes information sufficient for either directly
contacting a principal (such as a telephone number or email URI), or
for discovering the principal (such as the URL of a homepage) who
owns the lock.
Syntax
hyper Timeout;
Description
a timeout value for the lock.
This element specifies the number of seconds between granting
of the lock and the automatic removal of that lock. The value
must not be greater than 2^32-1 . A value of -1
stands for an infinit lock, that will never be removed automatically.
Syntax
sequence< string > LockTokens;
Description
the lock tokens.
Each lock token is a URI.
|