Interface LockManager

All Known Implementing Classes:
DefaultLockManager

public interface LockManager
Executes task if not locked.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • executeWithLock

      void executeWithLock(Runnable task)