Uses of Class
io.milton.http.annotated.LockHolder
Packages that use LockHolder
-
Uses of LockHolder in io.milton.http.annotated
Methods in io.milton.http.annotated that return LockHolderModifier and TypeMethodDescriptionAnnotationResourceFactory.createLockHolder(AnnoCollectionResource parentCollection, String name, LockTimeout timeout, LockInfo lockInfo) Create an in-memory resource with the given timeout.Methods in io.milton.http.annotated that return types with arguments of type LockHolderModifier and TypeMethodDescriptionAnnotationResourceFactory.getMapOfTempResources()AnnotationResourceFactory.getTempResourcesForParent(AnnoCollectionResource parent) Null-safe method to get the list of lock holders for the given parent.AnnotationResourceFactory.getTempResourcesForParent(String parentKey) Methods in io.milton.http.annotated with parameters of type LockHolderModifier and TypeMethodDescriptionAnnotationResourceFactory.instantiate(LockHolder r, AnnoCollectionResource parent) Method parameters in io.milton.http.annotated with type arguments of type LockHolderModifier and TypeMethodDescriptionvoidAnnotationResourceFactory.setMapOfTempResources(Map<String, List<LockHolder>> mapOfTempResources) Constructors in io.milton.http.annotated with parameters of type LockHolderModifierConstructorDescriptionLockNullResource(AnnotationResourceFactory annoFactory, AnnoCollectionResource parent, LockHolder lockHolder)