public interface IDavLock
Modifier and Type | Method and Description |
---|---|
int |
getDepth() |
Date |
getExpiration() |
String |
getOwner() |
String |
getToken() |
void |
renew(int duration) |
void |
unlock(IDavContext ctxt) |
Date getExpiration()
String getOwner()
String getToken()
int getDepth()
void renew(int duration)
void unlock(IDavContext ctxt)
Copyright © 2016–2022. All rights reserved.