Is there lock mechanism which dont use threads? I have some methods as add
file, delete file, remove file, update file... . All of these methods lock
node before they do something with it and after that unlock node.
I have two questions:
1) Which node should I lock?
Now I lock root node but is that necessary?
2) If one method has locked node and other want to acces it how can I solve
it? I cant find method as wait or waitForUnlock or something similar. I dont
want to write separate thread class for each action. All operations with
repository take place in one session.
Thanks for your ideas Michal
--
View this message in context: http://www.nabble.com/lock-mechanism-tf4109547.html#a11686201
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
|