Top   Module   Use   Manual   Index 

com :: sun :: star :: ucb ::

struct Lock

Base Struct
com::sun::star::ucb::LockEntry

Description
defines a lock.


Elements

com::sun::star::ucb::LockDepth Depth
Description
defines the lock's depth.
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.

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.

sequence< string > LockTokens
Description
the lock tokens.

Each lock token is a URI.

Top of Page