Class DefaultCockpitConfigurationService.LockState

    • Constructor Detail

      • LockState

        protected LockState()
    • 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()