- 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
RDLMContextManagerFactory
object - introduce two cli tools to interact with the RDLM server
- upgrade requirements
- typos and styles fixes
lock_acquire()
can return an RDLMClientExceptionRDLMLockServerException
is 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 anRDLMLock
object)lock_release()
takes a lock URL as string (and not as anRDLMLocki
object)
- first release