|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WFSLock | |
org.deegree_impl.services.wfs.protocol | |
org.deegree.services.wfs.protocol |
Uses of WFSLock in org.deegree_impl.services.wfs.protocol |
Classes in org.deegree_impl.services.wfs.protocol that implement WFSLock | |
(package private) class |
WFSLock_Impl
The purpose of the LockFeature interface is to expose a long term feature locking mechanism to ensure consistency. |
Methods in org.deegree_impl.services.wfs.protocol that return WFSLock | |
WFSLock[] |
WFSLockFeatureRequest_Impl.getLocks()
A LockFeature request can be used to acquire a lock on a single feature or a set of features defined using the |
Methods in org.deegree_impl.services.wfs.protocol with parameters of type WFSLock | |
void |
WFSLockFeatureRequest_Impl.addLocks(WFSLock locks)
adds the |
void |
WFSLockFeatureRequest_Impl.setLocks(WFSLock[] locks)
sets the |
Constructors in org.deegree_impl.services.wfs.protocol with parameters of type WFSLock | |
WFSLockFeatureRequest_Impl(java.lang.String version,
java.lang.String id,
java.util.HashMap vendorSpecificParameter,
WFSNative native_,
int expiry,
WFSLock[] locks)
constructor initializing the class with the |
Uses of WFSLock in org.deegree.services.wfs.protocol |
Methods in org.deegree.services.wfs.protocol that return WFSLock | |
WFSLock[] |
WFSLockFeatureRequest.getLocks()
A LockFeature request can be used to acquire a lock on a single feature or a set of features defined using the |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |