mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added pessimistic locking in several places to shut down deadlocks.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3252 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -44,9 +44,9 @@ interface DirectoryNode extends AVMNode
|
||||
* @param lPath The Lookup so far.
|
||||
* @param name The name of the child to lookup.
|
||||
* @param version The version to look under.
|
||||
* @param visited A Set of full paths visited. Used for cycle checking.
|
||||
* @param write Whether this is occuring in a write context.
|
||||
*/
|
||||
public AVMNode lookupChild(Lookup lPath, String name, int version);
|
||||
public AVMNode lookupChild(Lookup lPath, String name, int version, boolean write);
|
||||
|
||||
/**
|
||||
* Lookup a child node using an AVMNodeDescriptor as context.
|
||||
|
Reference in New Issue
Block a user