@API(src=PRIVATE,
type=NOT_EXTENDABLE)
public abstract class WebappLockManager
extends java.lang.Object
| Constructor and Description |
|---|
WebappLockManager() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isEnabled() |
abstract void |
unlock()
Releases lock associated with the corresponding document.
|
abstract void |
updateLock()
Updates the lock associated with the corresponding document.
|
public abstract void updateLock()
throws LockException
LockException - An exception thrown if the lock could not be updated.public abstract void unlock()
public abstract boolean isEnabled()
true if locking is enabled for the current document.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.