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

unpublished exception InteractiveLockingLockedException
Base Hierarchy
InteractiveLockingLockedExceptionInteractiveLockingException
    ┗ ::com::sun::star::task::ClassifiedInteractionRequest
       ┗ ::com::sun::star::uno::Exception
Usage Restrictions
not published
Description
An error indicating that the resource is locked.
Since
OpenOffice 3.3

Elements' Summary
SelfOwned The owner of the lock. true, the lock has been obtained by this OpenOffice session. false the lock has been obtained by another principal.  
Owner The owner of the lock. * * Used for WevDAV interface  
Elements' Details
SelfOwned
boolean SelfOwned;
Description
The owner of the lock. true, the lock has been obtained by this OpenOffice session. false the lock has been obtained by another principal.
Owner
string Owner;
Description
The owner of the lock. * * Used for WevDAV interface
Top of Page