Uses of Class
org.somda.sdc.common.util.AutoLock
-
Packages that use AutoLock Package Description org.somda.sdc.common.util Any utilities that cannot sensibly be dropped into other packages. -
-
Uses of AutoLock in org.somda.sdc.common.util
Methods in org.somda.sdc.common.util that return AutoLock Modifier and Type Method Description static <T extends Lock>
AutoLockAutoLock. lock(T lock)Locks the given lock and return auto-closable variant.
-