Uses of Class
com.helger.commons.annotation.IsLocked
-
Packages that use IsLocked Package Description com.helger.commons.cache com.helger.commons.id.factory -
-
Uses of IsLocked in com.helger.commons.cache
Methods in com.helger.commons.cache with annotations of type IsLocked Modifier and Type Method Description protected Wrapper<VALUETYPE>MappedCache. getFromCacheNoStats(KEYSTORETYPE aCacheKey)protected voidMappedCache. putInCache(KEYTYPE aKey, VALUETYPE aValue)Put a new value into the cache. -
Uses of IsLocked in com.helger.commons.id.factory
Methods in com.helger.commons.id.factory with annotations of type IsLocked Modifier and Type Method Description protected abstract intAbstractPersistingIntIDFactory. readAndUpdateIDCounter(int nReserveCount)Read the current ID from the device.protected abstract longAbstractPersistingLongIDFactory. readAndUpdateIDCounter(int nReserveCount)Read the current ID from the device.
-