| Package | Description |
|---|---|
| io.milton.http.annotated |
| Modifier and Type | Method and Description |
|---|---|
LockHolder |
AnnotationResourceFactory.createLockHolder(AnnoCollectionResource parentCollection,
String name,
LockTimeout timeout,
LockInfo lockInfo)
Create an in-memory resource with the given timeout.
|
LockHolder |
AnnotationResourceFactory.createLockHolder(AnnoCollectionResource parentCollection,
String name,
LockTimeout timeout,
LockInfo lockInfo)
Create an in-memory resource with the given timeout.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<LockHolder>> |
AnnotationResourceFactory.getMapOfTempResources() |
Map<String,List<LockHolder>> |
AnnotationResourceFactory.getMapOfTempResources() |
List<LockHolder> |
AnnotationResourceFactory.getTempResourcesForParent(AnnoCollectionResource parent)
Null-safe method to get the list of lock holders for the given parent.
|
List<LockHolder> |
AnnotationResourceFactory.getTempResourcesForParent(AnnoCollectionResource parent)
Null-safe method to get the list of lock holders for the given parent.
|
List<LockHolder> |
AnnotationResourceFactory.getTempResourcesForParent(String parentKey) |
List<LockHolder> |
AnnotationResourceFactory.getTempResourcesForParent(String parentKey) |
| Modifier and Type | Method and Description |
|---|---|
CommonResource |
AnnotationResourceFactory.instantiate(LockHolder r,
AnnoCollectionResource parent) |
CommonResource |
AnnotationResourceFactory.instantiate(LockHolder r,
AnnoCollectionResource parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationResourceFactory.setMapOfTempResources(Map<String,List<LockHolder>> mapOfTempResources) |
void |
AnnotationResourceFactory.setMapOfTempResources(Map<String,List<LockHolder>> mapOfTempResources) |
| Constructor and Description |
|---|
LockNullResource(AnnotationResourceFactory annoFactory,
AnnoCollectionResource parent,
LockHolder lockHolder) |
LockNullResource(AnnotationResourceFactory annoFactory,
AnnoCollectionResource parent,
LockHolder lockHolder) |
Copyright © 2021 McEvoy Software Ltd. All rights reserved.