@API(type=EXTENDABLE, src=PUBLIC) public interface LockHandlerFactoryPluginExtension extends PluginExtension
Modifier and Type | Method and Description |
---|---|
LockHandler |
getLockHandler()
Get the lock handler for the current handled protocol.
|
boolean |
isLockingSupported(java.lang.String protocol)
Check if a lock handler can be provided for a specific protocol.
|
LockHandler getLockHandler()
null
if not
supported.null
if not supported.boolean isLockingSupported(java.lang.String protocol)
protocol
- The URL protocol (like "http" or "file")true
if this extension can return a lock handler for
the protocol.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.