Class DefaultCockpitConfigurationService.LockState
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.DefaultCockpitConfigurationService.LockState
-
- Enclosing class:
- DefaultCockpitConfigurationService
protected static class DefaultCockpitConfigurationService.LockState extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLockState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteCallback()longgetLockStamp()intgetRegisteredLocks()booleanisLockStampRegistered()intregisterLockEntry()voidregisterLockStamp(long stamp)voidsetCallback(java.lang.Runnable callback)intunregisterLockEntry()voidunregisterLockStamp()
-
-
-
Method Detail
-
isLockStampRegistered
public boolean isLockStampRegistered()
-
getLockStamp
public long getLockStamp()
-
registerLockStamp
public void registerLockStamp(long stamp)
-
unregisterLockStamp
public void unregisterLockStamp()
-
getRegisteredLocks
public int getRegisteredLocks()
-
registerLockEntry
public int registerLockEntry()
-
unregisterLockEntry
public int unregisterLockEntry()
-
setCallback
public void setCallback(java.lang.Runnable callback)
-
executeCallback
public void executeCallback()
-
-