|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectsmbdav.LockManagerFactory
This is the base class for lock management providers. A subclass
of LockManagerFactory can be installed to vend
LockManager instances for Davenport. The provider is
specified by the "smbdav.LockManagerFactory" system property, or
via a Jar service provider
("/META-INF/services/smbdav.LockManagerFactory").
| Constructor Summary | |
LockManagerFactory()
|
|
| Method Summary | |
static LockManagerFactory |
newInstance()
Creates a new LockManagerFactory instance. |
abstract LockManager |
newLockManager()
Creates a new LockManager instance. |
void |
setProperties(java.util.Properties properties)
Configures the factory with a set of properties. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LockManagerFactory()
| Method Detail |
public static LockManagerFactory newInstance()
LockManagerFactory instance.
LockManagerFactory implementation.public void setProperties(java.util.Properties properties)
properties - The configuration properties.public abstract LockManager newLockManager()
LockManager instance.
LockManager implementation. The actual
object returned is implementation-specific.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||