struct Lock in module com::sun::star::ucb::

(Global Index)

Syntax

struct Lock : com::sun::star::ucb::LockEntry ;

Description

defines a lock.

Field Summary

Depth defines the lock's depth.

Owner the owner of the lock.

Timeout a timeout value for the lock.

LockTokens the lock tokens.

Field Details



Depth

Syntax

com::sun::star::ucb::LockDepth Depth;

Description

defines the lock's depth.


Owner

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.


Timeout

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.


LockTokens

Syntax

sequence< string > LockTokens;

Description

the lock tokens.

Each lock token is a URI.

Top of Page