Interface LockClient


public interface LockClient
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    executeIfOwned(String rotationLockName, Runnable toExecute)
     
  • Method Details

    • executeIfOwned

      void executeIfOwned(String rotationLockName, Runnable toExecute)