Class TimeoutReentrantLock

java.lang.Object
java.util.concurrent.locks.ReentrantLock
org.kurento.commons.TimeoutReentrantLock
All Implemented Interfaces:
Serializable, Lock

public class TimeoutReentrantLock extends ReentrantLock
See Also:
  • Constructor Details

    • TimeoutReentrantLock

      public TimeoutReentrantLock(long timeout, String name)
  • Method Details

    • tryLockTimeout

      public void tryLockTimeout(String method)