Package jadex.commons.collection
Interface IAutoLock
-
- All Superinterfaces:
java.lang.AutoCloseable
public interface IAutoLock extends java.lang.AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Unlocks the lock via the resource approach.void
release()
Manually releases the lock.
-