Package jadex.common
Interface IAutoLock
- All Superinterfaces:
AutoCloseable
-
Method Summary
-
Method Details
-
release
void release()Manually releases the lock. WARNING: Do not combine with try-with-resource to avoid duplicate unlocking. -
close
void close()Unlocks the lock via the resource approach.- Specified by:
close
in interfaceAutoCloseable
-