- doc update
- add
resource_get_all()andresource_get_all_locks()methods - add three new cli tools to interact with the RDLM server
- little bugfixes and typo
- doc update
- introduce a
RDLMContextManagerFactoryobject - introduce two cli tools to interact with the RDLM server
- upgrade requirements
- typos and styles fixes
lock_acquire()can return an RDLMClientExceptionRDLMLockServerExceptionis renamed toRDLMServerException
- light refactoring
- new methods :
lock_get()lock_resource_delete()lock_resource_delete_all()
lock_acquire()returns an URL as string (and not as anRDLMLockobject)lock_release()takes a lock URL as string (and not as anRDLMLockiobject)
- first release