public interface OpLockInterface
Optional interface that a DiskInterface driver can implement to provide CIFS oplock support.
Modifier and Type | Method and Description |
---|---|
OpLockManager |
getOpLockManager(SrvSession sess,
TreeConnection tree)
Return the oplock manager implementation associated with this virtual filesystem
|
boolean |
isOpLocksEnabled(SrvSession sess,
TreeConnection tree)
Enable/disable oplock support
|
OpLockManager getOpLockManager(SrvSession sess, TreeConnection tree)
sess
- SrvSessiontree
- TreeConnectionboolean isOpLocksEnabled(SrvSession sess, TreeConnection tree)
sess
- SrvSessiontree
- TreeConnectionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.